diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9790f0fd9f0..f03f8c7e9a2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-04-27 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * mail/rmail.el (rmail-message-regexp-p): Don't match before | ||
| 4 | headers. | ||
| 5 | |||
| 1 | 2001-04-26 Richard M. Stallman <rms@gnu.org> | 6 | 2001-04-26 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * dabbrev.el: Add doc strings for some functions. | 8 | * dabbrev.el: Add doc strings for some functions. |
diff --git a/src/ChangeLog b/src/ChangeLog index 9fc2ae2c3f7..f0ae3d17eac 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-04-27 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * term.c (turn_on_face): Fix reverse video handling on terminals | ||
| 4 | that don't support colors. | ||
| 5 | |||
| 1 | 2001-04-26 Gerd Moellmann <gerd@gnu.org> | 6 | 2001-04-26 Gerd Moellmann <gerd@gnu.org> |
| 2 | 7 | ||
| 3 | * editfns.c (save_excursion_restore): Don't use XBUFFER on | 8 | * editfns.c (save_excursion_restore): Don't use XBUFFER on |