aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-11-01 22:19:17 +0200
committerEli Zaretskii2010-11-01 22:19:17 +0200
commit34574c0221167dd73b20cd645e240316e83dd6f8 (patch)
tree009eb29bda8b11b8f358fd71d36d08fea3b603e9 /src/ChangeLog
parentbbf534ce52f044f79773e91f558227c3e9a1727b (diff)
downloademacs-34574c0221167dd73b20cd645e240316e83dd6f8.tar.gz
emacs-34574c0221167dd73b20cd645e240316e83dd6f8.zip
REALLY finish coding portable mouse highlight.
msdos.c (dos_set_window_size, draw_row_with_mouse_face) (IT_update_begin, IT_update_end, IT_frame_up_to_date) (internal_terminal_init, dos_rawgetc): Replace Display_Info with Mouse_HLInfo everywhere where mouse_face_* members were accessed for mouse highlight purposes.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ce84ba0f2e5..43167c12a63 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12010-11-01 Eli Zaretskii <eliz@gnu.org> 12010-11-01 Eli Zaretskii <eliz@gnu.org>
2 2
3 * msdos.c (dos_set_window_size, draw_row_with_mouse_face)
4 (IT_update_begin, IT_update_end, IT_frame_up_to_date)
5 (internal_terminal_init, dos_rawgetc): Replace Display_Info with
6 Mouse_HLInfo everywhere where mouse_face_* members were accessed
7 for mouse highlight purposes.
8
3 * nsterm.m (ns_update_window_begin, ns_update_window_end) 9 * nsterm.m (ns_update_window_begin, ns_update_window_end)
4 (ns_update_end, x_destroy_window, ns_frame_up_to_date) 10 (ns_update_end, x_destroy_window, ns_frame_up_to_date)
5 (ns_dumpglyphs_box_or_relief, ns_maybe_dumpglyphs_background) 11 (ns_dumpglyphs_box_or_relief, ns_maybe_dumpglyphs_background)