aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-05-11 15:11:45 +0000
committerGerd Moellmann2001-05-11 15:11:45 +0000
commitdd5f324b3c759d220bcef8ba81f8225d0c74c23f (patch)
treeefe12ea378dbcdaeb1e2f21eb0116fd2b2deb2dd /src/ChangeLog
parentfa262c0722bf28dac8339ac5d42c39fae466dca2 (diff)
downloademacs-dd5f324b3c759d220bcef8ba81f8225d0c74c23f.tar.gz
emacs-dd5f324b3c759d220bcef8ba81f8225d0c74c23f.zip
(clear_mouse_face): Remove prototype.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
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 @@
12001-05-11 Gerd Moellmann <gerd@gnu.org> 12001-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