1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Remove `tiny change' for Nikolaj Schumacher.

This commit is contained in:
Stefan Monnier 2009-04-10 04:25:43 +00:00
parent 540f30924d
commit 98a326f7ef
3 changed files with 12 additions and 12 deletions

View File

@ -159,8 +159,8 @@
2009-04-02 Kenichi Handa <handa@m17n.org>
* 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 <monnier@iro.umontreal.ca>
@ -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 <n_schumacher@web.de> (tiny change)
2008-09-07 Nikolaj Schumacher <n_schumacher@web.de>
* 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 <n_schumacher@web.de> (tiny change)
2008-07-23 Nikolaj Schumacher <n_schumacher@web.de>
* progmodes/flymake.el (flymake-errline, flymake-warnline):
Use more suitable colors on dark displays.

View File

@ -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 <n_schumacher@web.de> (tiny change)
2007-08-24 Nikolaj Schumacher <n_schumacher@web.de>
* 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 <n_schumacher@web.de> (tiny change)
2007-05-29 Nikolaj Schumacher <n_schumacher@web.de>
* 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 <n_schumacher@web.de> (tiny change)
2007-05-23 Nikolaj Schumacher <n_schumacher@web.de>
* 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 <n_schumacher@web.de> (tiny change)
2007-05-16 Nikolaj Schumacher <n_schumacher@web.de>
* progmodes/compile.el (compilation-handle-exit): Quote first
argument of `run-hook-with-args'.

View File

@ -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 <Adrian.B.Robert@gmail.com>
@ -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 <me@nschum.de> (tiny change)
2009-03-04 Nikolaj Schumacher <me@nschum.de>
* nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.