diff options
| author | Stefan Monnier | 2009-04-10 04:25:43 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-04-10 04:25:43 +0000 |
| commit | 98a326f7ef8fdc7d7ada32078ff8007c6e5f24cd (patch) | |
| tree | 406b5b6ef5772a91f51e450aad45d9ab1271d5ef | |
| parent | 540f30924d79e5a888e110af4690923fb3448fc4 (diff) | |
| download | emacs-98a326f7ef8fdc7d7ada32078ff8007c6e5f24cd.tar.gz emacs-98a326f7ef8fdc7d7ada32078ff8007c6e5f24cd.zip | |
Remove `tiny change' for Nikolaj Schumacher.
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/ChangeLog.13 | 8 | ||||
| -rw-r--r-- | src/ChangeLog | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3d19ec27b13..72e1beb054d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -159,8 +159,8 @@ | |||
| 159 | 159 | ||
| 160 | 2009-04-02 Kenichi Handa <handa@m17n.org> | 160 | 2009-04-02 Kenichi Handa <handa@m17n.org> |
| 161 | 161 | ||
| 162 | * international/fontset.el (setup-default-fontset): Specify | 162 | * international/fontset.el (setup-default-fontset): |
| 163 | iso10646-1 font for characters in PUA of BMP. (Bug#2830) | 163 | Specify iso10646-1 font for characters in PUA of BMP. (Bug#2830) |
| 164 | 164 | ||
| 165 | 2009-04-02 Stefan Monnier <monnier@iro.umontreal.ca> | 165 | 2009-04-02 Stefan Monnier <monnier@iro.umontreal.ca> |
| 166 | 166 | ||
| @@ -6772,7 +6772,7 @@ | |||
| 6772 | * vc-cvs.el (vc-cvs-root): Delete. | 6772 | * vc-cvs.el (vc-cvs-root): Delete. |
| 6773 | * vc-hooks.el (vc-find-root): Remove `invert' argument. | 6773 | * vc-hooks.el (vc-find-root): Remove `invert' argument. |
| 6774 | 6774 | ||
| 6775 | 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change) | 6775 | 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> |
| 6776 | 6776 | ||
| 6777 | * progmodes/flymake.el (flymake-parse-err-lines): Filter out | 6777 | * progmodes/flymake.el (flymake-parse-err-lines): Filter out |
| 6778 | errors occurring in different files. | 6778 | errors occurring in different files. |
| @@ -8391,7 +8391,7 @@ | |||
| 8391 | 8391 | ||
| 8392 | * international/mule.el (recode-region): Deactivate mark at the end. | 8392 | * international/mule.el (recode-region): Deactivate mark at the end. |
| 8393 | 8393 | ||
| 8394 | 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change) | 8394 | 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> |
| 8395 | 8395 | ||
| 8396 | * progmodes/flymake.el (flymake-errline, flymake-warnline): | 8396 | * progmodes/flymake.el (flymake-errline, flymake-warnline): |
| 8397 | Use more suitable colors on dark displays. | 8397 | Use more suitable colors on dark displays. |
diff --git a/lisp/ChangeLog.13 b/lisp/ChangeLog.13 index a9f5427de35..7d18c57cbdc 100644 --- a/lisp/ChangeLog.13 +++ b/lisp/ChangeLog.13 | |||
| @@ -12526,7 +12526,7 @@ | |||
| 12526 | * startup.el (tutorial-directory): Set with eval-at-startup so it | 12526 | * startup.el (tutorial-directory): Set with eval-at-startup so it |
| 12527 | gets the right value in an installed Emacs. | 12527 | gets the right value in an installed Emacs. |
| 12528 | 12528 | ||
| 12529 | 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change) | 12529 | 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> |
| 12530 | 12530 | ||
| 12531 | * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face. | 12531 | * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face. |
| 12532 | (eldoc-highlight-function-argument): Use it. | 12532 | (eldoc-highlight-function-argument): Use it. |
| @@ -16158,7 +16158,7 @@ | |||
| 16158 | (table--point-left-cell-function): | 16158 | (table--point-left-cell-function): |
| 16159 | Bind `inhibit-point-motion-hooks' to t. | 16159 | Bind `inhibit-point-motion-hooks' to t. |
| 16160 | 16160 | ||
| 16161 | 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change) | 16161 | 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> |
| 16162 | 16162 | ||
| 16163 | * emacs-lisp/rx.el (rx): Doc fix. | 16163 | * emacs-lisp/rx.el (rx): Doc fix. |
| 16164 | 16164 | ||
| @@ -16285,7 +16285,7 @@ | |||
| 16285 | buffer-file-coding-system to what decode-coding-region actually | 16285 | buffer-file-coding-system to what decode-coding-region actually |
| 16286 | used to decode the file. | 16286 | used to decode the file. |
| 16287 | 16287 | ||
| 16288 | 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change) | 16288 | 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> |
| 16289 | 16289 | ||
| 16290 | * progmodes/compile.el (compilation-handle-exit): | 16290 | * progmodes/compile.el (compilation-handle-exit): |
| 16291 | `compilation-finish-function' may change the current buffer. | 16291 | `compilation-finish-function' may change the current buffer. |
| @@ -16418,7 +16418,7 @@ | |||
| 16418 | * files.el (magic-fallback-mode-alist): | 16418 | * files.el (magic-fallback-mode-alist): |
| 16419 | Rename from file-start-mode-alist. | 16419 | Rename from file-start-mode-alist. |
| 16420 | 16420 | ||
| 16421 | 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change) | 16421 | 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> |
| 16422 | 16422 | ||
| 16423 | * progmodes/compile.el (compilation-handle-exit): Quote first | 16423 | * progmodes/compile.el (compilation-handle-exit): Quote first |
| 16424 | argument of `run-hook-with-args'. | 16424 | argument of `run-hook-with-args'. |
diff --git a/src/ChangeLog b/src/ChangeLog index 49936d11a5f..37a4a833fe4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -398,7 +398,7 @@ | |||
| 398 | 398 | ||
| 399 | * coding.c (CODING_ISO_CMP_STATUS): New macro. | 399 | * coding.c (CODING_ISO_CMP_STATUS): New macro. |
| 400 | (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros. | 400 | (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros. |
| 401 | (MAX_ANNOTATION_LENGTH): Defined to 5. | 401 | (MAX_ANNOTATION_LENGTH): Define to 5. |
| 402 | (ADD_COMPOSITION_DATA): New arg nbytes. | 402 | (ADD_COMPOSITION_DATA): New arg nbytes. |
| 403 | (emacs_mule_char): New arg cmp_status. | 403 | (emacs_mule_char): New arg cmp_status. |
| 404 | (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it. | 404 | (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it. |
| @@ -429,9 +429,9 @@ | |||
| 429 | to_nchars. Callers changed. | 429 | to_nchars. Callers changed. |
| 430 | (produce_chars): Don't modify charbuf. Adjusted for the change of | 430 | (produce_chars): Don't modify charbuf. Adjusted for the change of |
| 431 | get_translation. | 431 | get_translation. |
| 432 | (produce_composition): Adjusted for the new annotation sequence. | 432 | (produce_composition): Adjust for the new annotation sequence. |
| 433 | (handle_composition_annotation): Likewise. | 433 | (handle_composition_annotation): Likewise. |
| 434 | (consume_chars): Adjusted for the change of get_translation. | 434 | (consume_chars): Adjust for the change of get_translation. |
| 435 | 435 | ||
| 436 | 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com> | 436 | 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 437 | 437 | ||
| @@ -446,7 +446,7 @@ | |||
| 446 | restricting of the characters C doen't support C, try to find a | 446 | restricting of the characters C doen't support C, try to find a |
| 447 | font with C restriction. | 447 | font with C restriction. |
| 448 | 448 | ||
| 449 | 2009-03-04 Nikolaj Schumacher <me@nschum.de> (tiny change) | 449 | 2009-03-04 Nikolaj Schumacher <me@nschum.de> |
| 450 | 450 | ||
| 451 | * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value. | 451 | * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value. |
| 452 | 452 | ||