Mercurial > emacs
diff src/ChangeLog @ 37690:f62f3fe5bc89
*** empty log message ***
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Fri, 11 May 2001 16:10:58 +0000 |
| parents | 82789ad4a626 |
| children | 89381572c3f1 |
line wrap: on
line diff
--- 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
