diff options
| author | Gerd Moellmann | 2001-05-11 15:11:45 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-05-11 15:11:45 +0000 |
| commit | dd5f324b3c759d220bcef8ba81f8225d0c74c23f (patch) | |
| tree | efe12ea378dbcdaeb1e2f21eb0116fd2b2deb2dd /src/ChangeLog | |
| parent | fa262c0722bf28dac8339ac5d42c39fae466dca2 (diff) | |
| download | emacs-dd5f324b3c759d220bcef8ba81f8225d0c74c23f.tar.gz emacs-dd5f324b3c759d220bcef8ba81f8225d0c74c23f.zip | |
(clear_mouse_face): Remove prototype.
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 | ||