diff options
| author | Eli Zaretskii | 2010-10-23 14:28:28 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2010-10-23 14:28:28 +0200 |
| commit | 7b7e2c18a64fe2de45d80dfc6f48645f3e126440 (patch) | |
| tree | 16048ad9656e44f182086d6adbbb9915725db9d4 /src/ChangeLog | |
| parent | d0010be502380e58590d6e771f7b1853b99897aa (diff) | |
| download | emacs-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/ChangeLog | 7 |
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 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2010-10-16 Eli Zaretskii <eliz@gnu.org> | 8 | 2010-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. |