aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * emacsclient.c (main): Revert part of last change,Juanma Barranquero2009-03-112-0/+25
| | | | so drive-relative file names again work on Windows.
* * w32-vars.el (w32-list-proportional-fonts): Fix typos in last change.Juanma Barranquero2009-03-102-1/+5
|
* * w32-vars.el (w32-list-proportional-fonts): Make obsolete.Jason Rumney2009-03-104-17/+30
| | | | | | | * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify w32-use-visible-system-caret doc to indicate that it should get set automatically. (Windows Fonts): Add doc for the uniscribe backend.
* * server.el (server-process-filter): Use expand-file-name rather thanStefan Monnier2009-03-104-37/+14
| | | | | | | command-line-normalize-file-name so as to use the `dir' when provided. * emacsclient.c (main): Always pass cwd via "-dir". Pass the file names without prepending cwd to them, so Emacs uses its customary rules to determine how to interpret the file name.
* (doc-view-convert-current-doc): Fix last change.Stefan Monnier2009-03-102-44/+45
|
* (mail-archive-file-name, mail-default-headers): Doc fixes.Glenn Morris2009-03-102-6/+12
| | | | (mail-mailing-lists): Remove leading `*' from defcustom doc.
* * nsfns.m (syms_of_nsfns): Remove Qbuffered.Adrian Robert2009-03-102-4/+4
|
* (compose-mail): Doc fix.Glenn Morris2009-03-102-1/+5
|
* (Fswitch_to_buffer): Revert part of 2008-10-21's change.Stefan Monnier2009-03-102-3/+9
|
* (Feval_buffer): Doc fix.Chong Yidong2009-03-101-10/+8
|
* * lread.c (Feval_buffer): Doc fix.Chong Yidong2009-03-101-0/+4
|
* (vc-annotate): Use widened line number (Bug#2612).Chong Yidong2009-03-101-1/+4
|
* * vc-annotate.el (vc-annotate): Use widened line number (Bug#2612).Chong Yidong2009-03-101-0/+5
|
* Checked macros.texi.Chong Yidong2009-03-101-1/+1
|
* (Compiling Macros): Omit misleading sentence, which implied thatChong Yidong2009-03-101-21/+7
| | | | | macros can only be used in the same file they are defined. (Backquote): Remove obsolete information about Emacs 19.
* * 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.