From 157ae2732f4e78bc97ab1a99d21740ea7a714f2e Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 6 Mar 2001 15:37:02 +0000 Subject: *** empty log message *** --- src/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src') diff --git a/src/ChangeLog b/src/ChangeLog index 9c468c35107..f09e4eb0ea7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,18 @@ 2001-03-06 Gerd Moellmann + * xterm.c (note_mouse_highlight): Call mouse_face_overlay_overlaps + to detect a case where we have to highlight a different region + despite not having left the currently highlighted region. + Set mouse_face_overlay in the x_display_info. + (x_term_init): Initialze the x_display_info's mouse_face_overlay. + + * xterm.h (struct x_display_info): Add mouse_face_overlay. + + * buffer.c (mouse_face_overlay_overlaps): New function. + + * lisp.h (mouse_face_overlay_overlaps): Add prototype. + (Qmouse_face): Declare extern. + * xdisp.c (redisplay_internal): Set windows_or_buffers_changed if face_change_count is non-zero. -- cgit v1.2.1