changeset 74111:9e333d1a48e1

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 21 Nov 2006 02:17:25 +0000
parents 33843835098a
children 806be7aaa61b dbe3f29e61d6
files admin/FOR-RELEASE lisp/ChangeLog src/ChangeLog
diffstat 3 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/admin/FOR-RELEASE	Tue Nov 21 01:38:04 2006 +0000
+++ b/admin/FOR-RELEASE	Tue Nov 21 02:17:25 2006 +0000
@@ -47,7 +47,7 @@
 
 ** seltenreich@gmx.de, Nov 19: Failed assertion on make-frame-on-display
 
-** kobayays@otsukakj.co.jp, Nov 19: vertical-motion on a composition
+** jbuehler@spirentcom.com, Nov 20: AIX 5.2 loadup failure
 
 * DOCUMENTATION
 
--- a/lisp/ChangeLog	Tue Nov 21 01:38:04 2006 +0000
+++ b/lisp/ChangeLog	Tue Nov 21 02:17:25 2006 +0000
@@ -1,9 +1,9 @@
-2006-11-20  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
+2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
 
 	* thingatpt.el (thing-at-point-url-at-point):  Don't add a
 	redundant scheme.
 
-2006-11-20  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
+2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
 
 	* thingatpt.el (thing-at-point-uri-schemes): Added schemes that
 	are new to the list at IANA.  Also added irc, mms, mmsh.
--- a/src/ChangeLog	Tue Nov 21 01:38:04 2006 +0000
+++ b/src/ChangeLog	Tue Nov 21 02:17:25 2006 +0000
@@ -1,3 +1,7 @@
+2006-11-21  Richard Stallman  <rms@gnu.org>
+
+	* fileio.c: Break line before &&, not after.
+
 2006-11-20  Eli Zaretskii  <eliz@gnu.org>
 
 	* fns.c (concat) [!__GNUC__]: Add prototype.