diff options
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. |