aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-10-02 13:48:56 +0200
committerEli Zaretskii2010-10-02 13:48:56 +0200
commit12d54c2e095dee28d8829c93d14ae18f92f474fb (patch)
tree75005a58457b7c13762ab5db66f99ebba7838243 /src/ChangeLog
parent1b5a721bd5135792fface8df3849c3c42d4ca2c5 (diff)
downloademacs-12d54c2e095dee28d8829c93d14ae18f92f474fb.tar.gz
emacs-12d54c2e095dee28d8829c93d14ae18f92f474fb.zip
Fix minor bugs in mouse highlight.
xdisp.c (coords_in_mouse_face_p): Fix the conditions for when mouse_face_beg_row and mouse_face_end_row are equal. (note_mouse_highlight): Clear mouse highlight when mouse pointer is in a R2L row on the stretch glyph that stands for no text beyond the line end.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b846070b922..2b77f081f52 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12010-10-02 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (coords_in_mouse_face_p): Fix the conditions for when
4 mouse_face_beg_row and mouse_face_end_row are equal.
5 (note_mouse_highlight): Clear mouse highlight when mouse pointer
6 is in a R2L row on the stretch glyph that stands for no text
7 beyond the line end.
8
12010-08-28 Eli Zaretskii <eliz@gnu.org> 92010-08-28 Eli Zaretskii <eliz@gnu.org>
2 10
3 * xdisp.c (mouse_face_from_buffer_pos): Fix code using bug#1220 as 11 * xdisp.c (mouse_face_from_buffer_pos): Fix code using bug#1220 as