Mercurial > emacs
changeset 37478:8f2e1bd37237
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 25 Apr 2001 18:32:07 +0000 |
parents | 6a7ab4d2c7b3 |
children | a240b159c8df |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Apr 25 18:31:33 2001 +0000 +++ b/lisp/ChangeLog Wed Apr 25 18:32:07 2001 +0000 @@ -1,3 +1,7 @@ +2001-04-25 Gerd Moellmann <gerd@gnu.org> + + * faces.el (tty-handle-reverse-video): Don't set inverse-video. + 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il> * info.el (Info-additional-directory-list): Doc fix.
--- a/src/ChangeLog Wed Apr 25 18:31:33 2001 +0000 +++ b/src/ChangeLog Wed Apr 25 18:32:07 2001 +0000 @@ -1,5 +1,8 @@ 2001-04-25 Gerd Moellmann <gerd@gnu.org> + * term.c (toggle_highlight): New function. + (turn_on_face): Change handling of reverse video. + * process.c (wait_reading_process_input): Call record_asynch_buffer_change only if a timer really changed buffers.