aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * macros.texi (Compiling Macros): Omit misleading sentence, whichChong Yidong2009-03-101-0/+7
| | | | | | implied that macros can only be used in the same file they are defined. (Backquote): Remove obsolete information about Emacs 19.
* No need to document pp commands in Emacs or Emacs Lisp manuals.Chong Yidong2009-03-101-1/+1
|
* Checked functions.texi,Chong Yidong2009-03-101-1/+1
|
* (read-file-name): Only split dir name whenJason Rumney2009-03-092-2/+9
| | | | default filename is missing. (Bug#2585)
* Fix typos in comment.Juanma Barranquero2009-03-091-2/+2
|
* (Qfile_name_handler_alist): Extern it.Kenichi Handa2009-03-092-1/+14
| | | | | (load_charset_map_from_file): Temporarily bind `file-name-handler-alist' to nil while calling openp.
* (finder-commentary): Don't delete other windows (Bug#2291).Chong Yidong2009-03-081-1/+0
|
* * finder.el (finder-commentary): Don't delete other windowsChong Yidong2009-03-081-0/+3
| | | | (Bug#2291).
* (term-send-raw-meta): Deactivate the mark first (Bug#2449).Chong Yidong2009-03-081-0/+1
|
* * term.el (term-send-raw-meta): Deactivate the mark first (Bug#2449).Chong Yidong2009-03-081-1/+2
|
* (term-send-raw): Deactivate the mark first (Bug#2449).Chong Yidong2009-03-081-1/+2
|
* * term.el (term-send-raw): Deactivate the mark first (Bug#2449).Chong Yidong2009-03-081-0/+4
|
* (VC Directory Commands): Fix doc for the x key inDan Nicolaescu2009-03-082-1/+6
| | | | vc-dir. (Bug#2598)
* (ange-ftp-multi-msgs): Add 150-.Andreas Schwab2009-03-082-1/+5
|
* (woman-mode): Restore tab-width value after the call to Man-mode, sinceEli Zaretskii2009-03-072-1/+5
| | | | | Man-mode resets it to the default, and that makes right margin extend beyond woman-fill-column.
* (woman-parse-colon-path): Return a list even if there's only one directoryEli Zaretskii2009-03-072-1/+4
| | | | in PATHS.
* (Man-init-defvars) [windows-nt]: Use a special command list. Don't invoke Awk.Eli Zaretskii2009-03-072-30/+50
|
* Fix entry.Glenn Morris2009-03-071-2/+2
|
* * nsmenu.m: (EmacsMenu-addItemWithWidgetValue:): Don't add accelerator in ↵Adrian Robert2009-03-061-2/+6
| | | | parens under GNUstep.; * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
* Include <signal.h> for SIGTERM used in ns_term_shutdown.Adrian Robert2009-03-061-7/+7
|
* (EmacsMenu-addItemWithWidgetValue:): Don't add accelerator in parens under ↵Adrian Robert2009-03-061-0/+3
| | | | GNUstep.
* * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.Adrian Robert2009-03-061-0/+2
|
* (ns_appkit_version_int): Fix typo in the version macro.Adrian Robert2009-03-061-1/+1
|
* (ns_draw_vertical_window_border): Draw 1 pixel wide, not two, andAdrian Robert2009-03-062-2/+7
| | | | use NSRectFill instead of NSDrawGroove.
* * nsterm.m (x_set_window_size): Change back to calculated methodAdrian Robert2009-03-062-22/+43
| | | | | | of setting toolbar height under Cocoa. (Bug#2546) (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method. (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
* *** empty log message ***Kenichi Handa2009-03-061-1/+1
|
* (rs6000-ibm-aix6*): Fix typo.Dan Nicolaescu2009-03-063-2/+6
|
* Include "composite.h".Kenichi Handa2009-03-062-1/+98
| | | | | | | | | | (enum compisition_state): New enum. (struct compisition_status): New struct. (struct iso_2022_spec): New member cmp_status. (struct emacs_mule_spec): New struct. (struct coding_system): New members ctext_extended_segment_len and embedded_utf_8. Change the union member spec.emacs_mule_full_support to spec.emacs_mule.
* (CODING_ISO_CMP_STATUS): New macro.Kenichi Handa2009-03-061-537/+906
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros. (MAX_ANNOTATION_LENGTH): Defined to 5. (ADD_COMPOSITION_DATA): New arg nbytes. (emacs_mule_char): New arg cmp_status. (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it. (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c. (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c. (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c. (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise. (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise. (DECODE_EMACS_MULE_COMPOSITION_START): New macro. (EMACS_MULE_COMPOSITION_END): New macro. (emacs_mule_finish_composition): New function. (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro. (decode_coding_emacs_mule): Avoid long looking ahead while handling composition. (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes. (ENCODE_COMPOSITION_RULE): New macro. (finish_composition): New function. (MAYBE_FINISH_COMPOSITION): Call finish_composition. (DECODE_COMPOSITION_START): New implementation. (DECODE_COMPOSITION_END): Likewise. (STORE_COMPOSITION_RULE): New macro. (decode_coding_iso_2022): Avoid long looking ahead while handling composition, CTEXT extended segment, and embedded UTF-8. (setup_coding_system): For a coding of type iso-2022, reset CODING_ISO_EXTSEGMENT_LEN (coding) and CODING_ISO_EMBEDDED_UTF_8 (coding). (get_translation): Delete arguments last_block, from_nchars, to_nchars. Callers changed. (produce_chars): Don't modify charbuf. Adjusted for the change of get_translation. (produce_composition): Adjusted for the new annotation sequence. (handle_composition_annotation): Likewise. (consume_chars): Adjusted for the change of get_translation.
* (rmail-mime-media-type-handlers-alist): Fix doc and custom type.Glenn Morris2009-03-062-5/+10
|
* Rmail trivia, plus whitespace.Glenn Morris2009-03-061-11/+12
|
* (Spelling): Add turn-on-flyspell. (Bug#2517)Reiner Steib2009-03-052-0/+8
|
* * nsterm.m (ns_select): Shortcircuit if reentrant call.Adrian Robert2009-03-052-1/+5
|
* (fontset_find_font): Fix previous change.Kenichi Handa2009-03-051-2/+1
|
* (font_select_entity): New function.Kenichi Handa2009-03-052-63/+84
| | | | (font_find_for_lface): Use font_select_entity to select a font.
* (fontset_find_font): If a font found withoutKenichi Handa2009-03-051-29/+42
| | | | | restricting the characters C doen't support C, try to find a font with C restriction.
* (doc-view-convert-current-doc): Save the currentTassilo Horn2009-03-052-0/+25
| | | | | | resolution in the cache directory. (doc-view-initiate-display): Restore the saved resolution when using cached image files.
* Sign-off on rmail.texi.Glenn Morris2009-03-051-1/+1
|
* (Rmail Basics): Add reference to sorting.Glenn Morris2009-03-052-21/+37
| | | | | | | | (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display): Minor re-wordings. (Rmail Deletion): Expunging is not the only way to change the numbers. (Rmail Labels): Labels can also be used in sorting. (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
* Fix typo in previous change.Glenn Morris2009-03-051-1/+1
|
* John Foerch <jjfoerch at earthlink.net> (tiny change)Glenn Morris2009-03-052-1/+5
| | | | (Display Margins): Fix paren typo.
* Change from author without assignment is thankfully tiny.Glenn Morris2009-03-051-3/+2
|
* (rmail-cease-edit): Use rmail-ensure-blank-line.Glenn Morris2009-03-052-6/+24
|
* (rmail-sort-messages): Use rmail-ensure-blank-line.Glenn Morris2009-03-051-4/+1
|
* (rmail-perm-variables): rmail-overlay-list needs to be buffer-local inGlenn Morris2009-03-051-2/+13
| | | | | the view buffer, not the rmail buffer. (rmail-ensure-blank-line): New function.
* (rmail-output-as-mbox): Use rmail-ensure-blank-line.Glenn Morris2009-03-051-6/+12
| | | | | (rmail-output-to-rmail-buffer): Add the new message at the end of the existing messages, ensuring there is a blank line between them. (Bug#2521)
* (rmail-mime-media-type-handlers-alist)Glenn Morris2009-03-051-25/+35
| | | | | | | (rmail-mime-attachment-dirs-alist): Doc fixes. Fix custom-type. Add version. (rmail-mime-total-number-of-bulk-attachments): Doc fix. (rmail-mime): Doc fix. Use rmail-apply-in-message. Disable undo in the mime buffer, mark unmodified.
* More Rmail details.Glenn Morris2009-03-051-5/+29
|
* (Rmail Motion): Mention rmail-next-same-subject.Glenn Morris2009-03-052-0/+29
| | | | (Rmail Display): Mention rmail-mime.
* * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.Adrian Robert2009-03-042-1/+6
|