Mercurial > emacs
changeset 37690:f62f3fe5bc89
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 11 May 2001 16:10:58 +0000 |
parents | 4fe5b946a4af |
children | 89381572c3f1 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri May 11 16:10:29 2001 +0000 +++ b/lisp/ChangeLog Fri May 11 16:10:58 2001 +0000 @@ -1,5 +1,9 @@ 2001-05-11 Gerd Moellmann <gerd@gnu.org> + * startup.el (command-line): If parameters have been changed in + the init files which influence font selection, clear the face + cache so that faces get realized with the new parameters. + * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
--- a/src/ChangeLog Fri May 11 16:10:29 2001 +0000 +++ b/src/ChangeLog Fri May 11 16:10:58 2001 +0000 @@ -1,5 +1,10 @@ 2001-05-11 Gerd Moellmann <gerd@gnu.org> + * keyboard.c (read_key_sequence): Don't modify events when + generating fake prefix keys (mode-line, scroll-bar, ...) since + this prevents proper processing of such events when pushed back + into unread-command-events. + * xterm.c (clear_mouse_face): Return 1 if text with mouse face was actually redrawn. Make the function static. (note_mouse_highlight): Fix a case where the mouse cursor