From 47e72862152bf84f4c3117c9aa2e443de1e19e09 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 11 May 2001 16:10:58 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 4 ++++ src/ChangeLog | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0e0cd3e0254..26a1d4c8099 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2001-05-11 Gerd Moellmann + * 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. diff --git a/src/ChangeLog b/src/ChangeLog index 34cf146e4ae..f2203a91ed8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2001-05-11 Gerd Moellmann + * 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 -- 2.39.5