diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
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 |