aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-05-26 12:56:31 +0300
committerEli Zaretskii2012-05-26 12:56:31 +0300
commit42e3a3615714b47d5ce96a79cf0d773d3266c825 (patch)
tree80f882b5f2aa96818aeee922d5c5e8b3e5f79bc5 /src/ChangeLog
parenteb3f6f01890259b11fa72b21aee4bf900abd18a9 (diff)
downloademacs-42e3a3615714b47d5ce96a79cf0d773d3266c825.tar.gz
emacs-42e3a3615714b47d5ce96a79cf0d773d3266c825.zip
Refactor mouse highlight invocation for w32 console.
src/w32inevt.c: Include termchar.h. (mouse_moved_to): Move the call to note_mouse_highlight from here... (do_mouse_event): ...to here. Call clear_mouse_face if mouse_face_hidden is set in the mouse highlight info.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 173ed04da73..1a90acbb23b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,14 @@
12012-05-26 Eli Zaretskii <eliz@gnu.org> 12012-05-26 Eli Zaretskii <eliz@gnu.org>
2 2
3 Refactor mouse highlight invocation for w32 console.
4 * w32inevt.c: Include termchar.h.
5 (mouse_moved_to): Move the call to note_mouse_highlight from here...
6 (do_mouse_event): ...to here.
7 Call clear_mouse_face if mouse_face_hidden is set in the mouse
8 highlight info.
9
102012-05-26 Eli Zaretskii <eliz@gnu.org>
11
3 Support mouse highlight on w32 text-mode frames. 12 Support mouse highlight on w32 text-mode frames.
4 * xdisp.c (draw_row_with_mouse_face): Call 13 * xdisp.c (draw_row_with_mouse_face): Call
5 tty_draw_row_with_mouse_face for WINDOWSNT as well. 14 tty_draw_row_with_mouse_face for WINDOWSNT as well.