aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index acae070f068..173ed04da73 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,19 @@
12012-05-26 Eli Zaretskii <eliz@gnu.org> 12012-05-26 Eli Zaretskii <eliz@gnu.org>
2 2
3 Support mouse highlight on w32 text-mode frames.
4 * xdisp.c (draw_row_with_mouse_face): Call
5 tty_draw_row_with_mouse_face for WINDOWSNT as well.
6
7 * w32inevt.c (mouse_moved_to): When the mouse moves, call
8 note_mouse_highlight.
9
10 * w32console.c: Include window.h.
11 (w32con_write_glyphs_with_face, tty_draw_row_with_mouse_face): New
12 functions.
13 (initialize_w32_display): Initialize mouse-highlight data.
14
152012-05-26 Eli Zaretskii <eliz@gnu.org>
16
3 * bidi.c (bidi_mirror_char): Revert last change: an int is 17 * bidi.c (bidi_mirror_char): Revert last change: an int is
4 definitely wide enough here. 18 definitely wide enough here.
5 19