Mercurial > emacs
diff src/ChangeLog @ 111113:3f3a9d92dcbe
Tested with L2R rows and mouse highlight on a single line.
xdisp.c (mouse_face_from_string_pos): Initialize the `found'
flag to zero, and exit the outer loop when it's non-zero. Bail
our early if no row in the window belongs to the highlighted
string. Always back up after exiting the second loop.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 23 Oct 2010 14:28:28 +0200 |
parents | 28595721f736 |
children | 674f04c442a5 |
line wrap: on
line diff
--- a/src/ChangeLog Sat Oct 16 18:14:16 2010 +0200 +++ b/src/ChangeLog Sat Oct 23 14:28:28 2010 +0200 @@ -1,3 +1,10 @@ +2010-10-23 Eli Zaretskii <eliz@gnu.org> + + * xdisp.c (mouse_face_from_string_pos): Initialize the `found' + flag to zero, and exit the outer loop when it's non-zero. Bail + our early if no row in the window belongs to the highlighted + string. Always back up after exiting the second loop. + 2010-10-16 Eli Zaretskii <eliz@gnu.org> * xdisp.c (fast_find_string_pos): #ifdef away, not used anymore.