diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-11-21 02:17:25 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-11-21 02:17:25 +0000 |
commit | a98d0b8e8948293de119c4cdd7a8c79318ad82fa (patch) | |
tree | 2c21c14aa5e6e7d18dc23e167ec4ec5b900d7c8a | |
parent | 4f5d46685d2a8ec44b9a3bba09c096735a86d3b5 (diff) | |
download | emacs-a98d0b8e8948293de119c4cdd7a8c79318ad82fa.tar.gz |
*** empty log message ***
-rw-r--r-- | admin/FOR-RELEASE | 2 | ||||
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | src/ChangeLog | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 68b6e48eab8..68a6038cbdd 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -47,7 +47,7 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem. ** 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 --git a/lisp/ChangeLog b/lisp/ChangeLog index 6c6f513998b..107617582eb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. diff --git a/src/ChangeLog b/src/ChangeLog index 7edc5caab76..787e9dcf0ca 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. |