changeset 102920:44495616088c

Remove `tiny change' for Nikolaj Schumacher.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 10 Apr 2009 04:25:43 +0000
parents 3fb22681f225
children 7c6f05477556
files lisp/ChangeLog lisp/ChangeLog.13 src/ChangeLog
diffstat 3 files changed, 12 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- 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  <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.
--- 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  <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'.
--- 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  <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.