diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b1d1fad795a..5ca6697eeca 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-09-25 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * startup.el (command-line-1, fancy-splash-text): Change the | ||
| 4 | text to sound more friendly. | ||
| 5 | |||
| 1 | 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org> | 6 | 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 7 | ||
| 3 | * progmodes/hideshow.el: Update author email address. | 8 | * progmodes/hideshow.el: Update author email address. |
diff --git a/src/ChangeLog b/src/ChangeLog index da4dc9c21c5..16fd6195c4b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-09-25 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xterm.c (x_clear_mouse_face): Block/unblock input. | ||
| 4 | |||
| 1 | 2000-09-24 Dave Love <fx@gnu.org> | 5 | 2000-09-24 Dave Love <fx@gnu.org> |
| 2 | 6 | ||
| 3 | * fns.c (base64_encode_1): Fix last change. | 7 | * fns.c (base64_encode_1): Fix last change. |