diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bac865421b4..34cf146e4ae 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2001-05-11 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-05-11 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xterm.c (clear_mouse_face): Return 1 if text with mouse face was | ||
| 4 | actually redrawn. Make the function static. | ||
| 5 | (note_mouse_highlight): Fix a case where the mouse cursor | ||
| 6 | was changed back to the text cursor. | ||
| 7 | |||
| 8 | * xterm.h (clear_mouse_face): Remove prototype. | ||
| 9 | |||
| 3 | * xdisp.c (try_window_id): Fix the fix and set the right | 10 | * xdisp.c (try_window_id): Fix the fix and set the right |
| 4 | window_end_vpos. | 11 | window_end_vpos. |
| 5 | 12 | ||