# HG changeset patch # User Stefan Monnier # Date 1239337543 0 # Node ID 44495616088cb36bef89296718816a7776c08a20 # Parent 3fb22681f2255632ec62e4398e91e170d00ba97e Remove `tiny change' for Nikolaj Schumacher. diff -r 3fb22681f225 -r 44495616088c lisp/ChangeLog --- a/lisp/ChangeLog Fri Apr 10 02:18:58 2009 +0000 +++ b/lisp/ChangeLog Fri Apr 10 04:25:43 2009 +0000 @@ -159,8 +159,8 @@ 2009-04-02 Kenichi Handa - * international/fontset.el (setup-default-fontset): Specify - iso10646-1 font for characters in PUA of BMP. (Bug#2830) + * international/fontset.el (setup-default-fontset): + Specify iso10646-1 font for characters in PUA of BMP. (Bug#2830) 2009-04-02 Stefan Monnier @@ -6772,7 +6772,7 @@ * vc-cvs.el (vc-cvs-root): Delete. * vc-hooks.el (vc-find-root): Remove `invert' argument. -2008-09-07 Nikolaj Schumacher (tiny change) +2008-09-07 Nikolaj Schumacher * progmodes/flymake.el (flymake-parse-err-lines): Filter out errors occurring in different files. @@ -8391,7 +8391,7 @@ * international/mule.el (recode-region): Deactivate mark at the end. -2008-07-23 Nikolaj Schumacher (tiny change) +2008-07-23 Nikolaj Schumacher * progmodes/flymake.el (flymake-errline, flymake-warnline): Use more suitable colors on dark displays. diff -r 3fb22681f225 -r 44495616088c lisp/ChangeLog.13 --- a/lisp/ChangeLog.13 Fri Apr 10 02:18:58 2009 +0000 +++ b/lisp/ChangeLog.13 Fri Apr 10 04:25:43 2009 +0000 @@ -12526,7 +12526,7 @@ * startup.el (tutorial-directory): Set with eval-at-startup so it gets the right value in an installed Emacs. -2007-08-24 Nikolaj Schumacher (tiny change) +2007-08-24 Nikolaj Schumacher * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face. (eldoc-highlight-function-argument): Use it. @@ -16158,7 +16158,7 @@ (table--point-left-cell-function): Bind `inhibit-point-motion-hooks' to t. -2007-05-29 Nikolaj Schumacher (tiny change) +2007-05-29 Nikolaj Schumacher * emacs-lisp/rx.el (rx): Doc fix. @@ -16285,7 +16285,7 @@ buffer-file-coding-system to what decode-coding-region actually used to decode the file. -2007-05-23 Nikolaj Schumacher (tiny change) +2007-05-23 Nikolaj Schumacher * progmodes/compile.el (compilation-handle-exit): `compilation-finish-function' may change the current buffer. @@ -16418,7 +16418,7 @@ * files.el (magic-fallback-mode-alist): Rename from file-start-mode-alist. -2007-05-16 Nikolaj Schumacher (tiny change) +2007-05-16 Nikolaj Schumacher * progmodes/compile.el (compilation-handle-exit): Quote first argument of `run-hook-with-args'. diff -r 3fb22681f225 -r 44495616088c src/ChangeLog --- a/src/ChangeLog Fri Apr 10 02:18:58 2009 +0000 +++ b/src/ChangeLog Fri Apr 10 04:25:43 2009 +0000 @@ -398,7 +398,7 @@ * coding.c (CODING_ISO_CMP_STATUS): New macro. (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros. - (MAX_ANNOTATION_LENGTH): Defined to 5. + (MAX_ANNOTATION_LENGTH): Define to 5. (ADD_COMPOSITION_DATA): New arg nbytes. (emacs_mule_char): New arg cmp_status. (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it. @@ -429,9 +429,9 @@ 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. + (produce_composition): Adjust for the new annotation sequence. (handle_composition_annotation): Likewise. - (consume_chars): Adjusted for the change of get_translation. + (consume_chars): Adjust for the change of get_translation. 2009-03-05 Adrian Robert @@ -446,7 +446,7 @@ restricting of the characters C doen't support C, try to find a font with C restriction. -2009-03-04 Nikolaj Schumacher (tiny change) +2009-03-04 Nikolaj Schumacher * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.