diff options
| author | Glenn Morris | 2008-10-22 06:47:06 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-10-22 06:47:06 +0000 |
| commit | 4620ee7a82a6b2175729eb7753e8c221c557a5d5 (patch) | |
| tree | e56ea951bc6d826c76604f00a75f8af04fb96ffb | |
| parent | 735c5b1760012aec1fecec3cfc005f7eea7c9022 (diff) | |
| download | emacs-4620ee7a82a6b2175729eb7753e8c221c557a5d5.tar.gz emacs-4620ee7a82a6b2175729eb7753e8c221c557a5d5.zip | |
Comments don't get ChangeLog entries.
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 05d153a7bbf..30837643ffe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-10-22 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * international/mule-cmds.el (universal-coding-system-argument): | ||
| 4 | Check for C-g. (Bug#1205) | ||
| 5 | |||
| 1 | 2008-10-22 Kenichi Handa <handa@m17n.org> | 6 | 2008-10-22 Kenichi Handa <handa@m17n.org> |
| 2 | 7 | ||
| 3 | * international/characters.el: Don't setup | 8 | * international/characters.el: Don't setup |
| @@ -6,11 +11,6 @@ | |||
| 6 | (word-combining-categories, word-separating-categories): Adjusted | 11 | (word-combining-categories, word-separating-categories): Adjusted |
| 7 | to the change of the docstrings. | 12 | to the change of the docstrings. |
| 8 | 13 | ||
| 9 | 2008-10-21 Alan Mackenzie <acm@muc.de> | ||
| 10 | |||
| 11 | * simple.el (undo-more): Add comment explaining the operations on | ||
| 12 | pending-undo-list and buffer-undo-list. | ||
| 13 | |||
| 14 | 2008-10-21 Chong Yidong <cyd@stupidchicken.com> | 14 | 2008-10-21 Chong Yidong <cyd@stupidchicken.com> |
| 15 | 15 | ||
| 16 | * simple.el (region-active-p): Doc fix. | 16 | * simple.el (region-active-p): Doc fix. |