diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6d05f6f8cd6..4cf74c06f78 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-04-25 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * faces.el (tty-handle-reverse-video): Don't set inverse-video. | ||
| 4 | |||
| 1 | 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il> | 5 | 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 6 | ||
| 3 | * info.el (Info-additional-directory-list): Doc fix. | 7 | * info.el (Info-additional-directory-list): Doc fix. |
diff --git a/src/ChangeLog b/src/ChangeLog index 343423bafce..f4f778bc9aa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2001-04-25 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-04-25 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * term.c (toggle_highlight): New function. | ||
| 4 | (turn_on_face): Change handling of reverse video. | ||
| 5 | |||
| 3 | * process.c (wait_reading_process_input): Call | 6 | * process.c (wait_reading_process_input): Call |
| 4 | record_asynch_buffer_change only if a timer really changed | 7 | record_asynch_buffer_change only if a timer really changed |
| 5 | buffers. | 8 | buffers. |