aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-05-11 16:10:58 +0000
committerGerd Moellmann2001-05-11 16:10:58 +0000
commit47e72862152bf84f4c3117c9aa2e443de1e19e09 (patch)
treef8fff8cdc300e78c9854aa2c24ba947ca827f279
parent2dc00208f215e385739a894ed77889e0a5e2caee (diff)
downloademacs-47e72862152bf84f4c3117c9aa2e443de1e19e09.tar.gz
emacs-47e72862152bf84f4c3117c9aa2e443de1e19e09.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog5
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0e0cd3e0254..26a1d4c8099 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12001-05-11 Gerd Moellmann <gerd@gnu.org> 12001-05-11 Gerd Moellmann <gerd@gnu.org>
2 2
3 * startup.el (command-line): If parameters have been changed in
4 the init files which influence font selection, clear the face
5 cache so that faces get realized with the new parameters.
6
3 * Makefile.in (compile-files): Redirect output of chmod to 7 * Makefile.in (compile-files): Redirect output of chmod to
4 /dev/null. 8 /dev/null.
5 9
diff --git a/src/ChangeLog b/src/ChangeLog
index 34cf146e4ae..f2203a91ed8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12001-05-11 Gerd Moellmann <gerd@gnu.org> 12001-05-11 Gerd Moellmann <gerd@gnu.org>
2 2
3 * keyboard.c (read_key_sequence): Don't modify events when
4 generating fake prefix keys (mode-line, scroll-bar, ...) since
5 this prevents proper processing of such events when pushed back
6 into unread-command-events.
7
3 * xterm.c (clear_mouse_face): Return 1 if text with mouse face was 8 * xterm.c (clear_mouse_face): Return 1 if text with mouse face was
4 actually redrawn. Make the function static. 9 actually redrawn. Make the function static.
5 (note_mouse_highlight): Fix a case where the mouse cursor 10 (note_mouse_highlight): Fix a case where the mouse cursor