# HG changeset patch # User Richard M. Stallman # Date 1164075445 0 # Node ID 9e333d1a48e1b72ec1fd70d18881535c222bf22e # Parent 33843835098a3e7fbc34aeb4cb61f06bdb3ac087 *** empty log message *** diff -r 33843835098a -r 9e333d1a48e1 admin/FOR-RELEASE --- 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 diff -r 33843835098a -r 9e333d1a48e1 lisp/ChangeLog --- 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 (tiny change) +2006-11-21 Bob Rogers (tiny change) * thingatpt.el (thing-at-point-url-at-point): Don't add a redundant scheme. -2006-11-20 Diane Murray (tiny change) +2006-11-21 Diane Murray (tiny change) * thingatpt.el (thing-at-point-uri-schemes): Added schemes that are new to the list at IANA. Also added irc, mms, mmsh. diff -r 33843835098a -r 9e333d1a48e1 src/ChangeLog --- 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 + + * fileio.c: Break line before &&, not after. + 2006-11-20 Eli Zaretskii * fns.c (concat) [!__GNUC__]: Add prototype.