emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs lisp/ChangeLog lisp/ChangeLog.13 src/Chan...


From: Stefan Monnier
Subject: [Emacs-diffs] emacs lisp/ChangeLog lisp/ChangeLog.13 src/Chan...
Date: Fri, 10 Apr 2009 04:25:49 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        09/04/10 04:25:48

Modified files:
        lisp           : ChangeLog ChangeLog.13 
        src            : ChangeLog 

Log message:
        Remove `tiny change' for Nikolaj Schumacher.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15572&r2=1.15573
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog.13?cvsroot=emacs&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7477&r2=1.7478

Patches:
Index: lisp/ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15572
retrieving revision 1.15573
diff -u -b -r1.15572 -r1.15573
--- lisp/ChangeLog      9 Apr 2009 17:13:54 -0000       1.15572
+++ lisp/ChangeLog      10 Apr 2009 04:25:43 -0000      1.15573
@@ -159,8 +159,8 @@
 
 2009-04-02  Kenichi Handa  <address@hidden>
 
-       * 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  <address@hidden>
 
@@ -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  <address@hidden>  (tiny change)
+2008-09-07  Nikolaj Schumacher  <address@hidden>
 
        * 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  <address@hidden>  (tiny change)
+2008-07-23  Nikolaj Schumacher  <address@hidden>
 
        * progmodes/flymake.el (flymake-errline, flymake-warnline):
        Use more suitable colors on dark displays.

Index: lisp/ChangeLog.13
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog.13,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- lisp/ChangeLog.13   5 Jan 2009 03:18:27 -0000       1.9
+++ lisp/ChangeLog.13   10 Apr 2009 04:25:46 -0000      1.10
@@ -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  <address@hidden>  (tiny change)
+2007-08-24  Nikolaj Schumacher  <address@hidden>
 
        * 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  <address@hidden>  (tiny change)
+2007-05-29  Nikolaj Schumacher  <address@hidden>
 
        * 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  <address@hidden>  (tiny change)
+2007-05-23  Nikolaj Schumacher  <address@hidden>
 
        * 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  <address@hidden>  (tiny change)
+2007-05-16  Nikolaj Schumacher  <address@hidden>
 
        * progmodes/compile.el (compilation-handle-exit): Quote first
        argument of `run-hook-with-args'.

Index: src/ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7477
retrieving revision 1.7478
diff -u -b -r1.7477 -r1.7478
--- src/ChangeLog       9 Apr 2009 03:47:40 -0000       1.7477
+++ src/ChangeLog       10 Apr 2009 04:25:46 -0000      1.7478
@@ -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  <address@hidden>
 
@@ -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  <address@hidden>  (tiny change)
+2009-03-04  Nikolaj Schumacher  <address@hidden>
 
        * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]