diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
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 @@ | |||
| 1 | 2001-05-11 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-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 @@ | |||
| 1 | 2001-05-11 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-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 |