summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2010-11-02 21:35:12 +0200
committerEli Zaretskii <eliz@gnu.org>2010-11-02 21:35:12 +0200
commitcf482c50792a60e9fa015f4cb95a8ff1cbb5e108 (patch)
tree3be1a1a03a80c3b68ba1c10df1ca386132014f9c /src/ChangeLog
parent34574c0221167dd73b20cd645e240316e83dd6f8 (diff)
Reflect mouse-highlight redesign in term.c
term.c: Remove static mouse_face_* variables. All users changed. (term_show_mouse_face, term_clear_mouse_face) (fast_find_position, term_mouse_highlight): Functions deleted. (tty_draw_row_with_mouse_face): New function. (term_mouse_movement): Call note_mouse_highlight instead of term_mouse_highlight.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 43167c12a63..0e9d549e54a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
+2010-11-02 Eli Zaretskii <eliz@gnu.org>
+
+ * term.c: Remove static mouse_face_* variables. All users
+ changed.
+ (term_show_mouse_face, term_clear_mouse_face)
+ (fast_find_position, term_mouse_highlight): Functions deleted.
+ (tty_draw_row_with_mouse_face): New function.
+ (term_mouse_movement): Call note_mouse_highlight instead of
+ term_mouse_highlight.
+
2010-11-01 Eli Zaretskii <eliz@gnu.org>
* msdos.c (dos_set_window_size, draw_row_with_mouse_face)