diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 740f80af68b..74a33ce2a0e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 1999-11-04 Markus Rost <rost@ias.edu> | ||
| 2 | |||
| 3 | * simple.el (comment-region): Strip off white space at end of | ||
| 4 | comment-start. | ||
| 5 | |||
| 1 | 1999-11-04 Gerd Moellmann <gerd@gnu.org> | 6 | 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
| 2 | 7 | ||
| 3 | * faces.el (secondary-selection): Fix wrong color name. | 8 | * faces.el (secondary-selection): Fix wrong color name. |
diff --git a/src/ChangeLog b/src/ChangeLog index 675f740702e..55a100fbfb6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 1999-11-05 Gerd Moellmann <gerd@gnu.org> | 1 | 1999-11-05 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * filelock.c (Ffile_locked_p): Make FILENAME a required argument. | ||
| 4 | |||
| 3 | * buffer.c (syms_of_buffer): Extend documentation of | 5 | * buffer.c (syms_of_buffer): Extend documentation of |
| 4 | mode-line-format. | 6 | mode-line-format. |
| 5 | 7 | ||