aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-10-23 14:28:28 +0200
committerEli Zaretskii2010-10-23 14:28:28 +0200
commit7b7e2c18a64fe2de45d80dfc6f48645f3e126440 (patch)
tree16048ad9656e44f182086d6adbbb9915725db9d4 /src/ChangeLog
parentd0010be502380e58590d6e771f7b1853b99897aa (diff)
downloademacs-7b7e2c18a64fe2de45d80dfc6f48645f3e126440.tar.gz
emacs-7b7e2c18a64fe2de45d80dfc6f48645f3e126440.zip
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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 04861f77082..0cd77348d12 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12010-10-23 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (mouse_face_from_string_pos): Initialize the `found'
4 flag to zero, and exit the outer loop when it's non-zero. Bail
5 our early if no row in the window belongs to the highlighted
6 string. Always back up after exiting the second loop.
7
12010-10-16 Eli Zaretskii <eliz@gnu.org> 82010-10-16 Eli Zaretskii <eliz@gnu.org>
2 9
3 * xdisp.c (fast_find_string_pos): #ifdef away, not used anymore. 10 * xdisp.c (fast_find_string_pos): #ifdef away, not used anymore.