]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove `tiny change' for Nikolaj Schumacher.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 10 Apr 2009 04:25:43 +0000 (04:25 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 10 Apr 2009 04:25:43 +0000 (04:25 +0000)
lisp/ChangeLog
lisp/ChangeLog.13
src/ChangeLog

index 3d19ec27b13a59e1409d2c71caf14cfa3721b1fb..72e1beb054dc898ac87a64995c9d1f4784002a36 100644 (file)
 
 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>
 
        * 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.
 
        * 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.
index a9f5427de356ddbdd71f4bfefc168ee51c78490e..7d18c57cbdc49070a329f6d1fd967b520ea956f2 100644 (file)
        * 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.
        (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.
 
        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.
        * 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'.
index 49936d11a5fb5a3aa2975d7593abbb2ca12dd83c..37a4a833fe49a3039f843c51aa9473c0c17be35c 100644 (file)
 
        * 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.
        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>
 
        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.