aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 5f6fed12620..04861f77082 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12010-10-16 Eli Zaretskii <eliz@gnu.org> 12010-10-16 Eli Zaretskii <eliz@gnu.org>
2 2
3 * xdisp.c (fast_find_string_pos): #ifdef away, not used anymore.
4 (mouse_face_from_string_pos): New function, replaces
5 fast_find_string_pos.
6 (note_mouse_highlight): Call it instead of fast_find_string_pos.
7
82010-10-16 Eli Zaretskii <eliz@gnu.org>
9
3 * xdisp.c (note_mode_line_or_margin_highlight): Support 10 * xdisp.c (note_mode_line_or_margin_highlight): Support
4 bidi-reordered strings and R2L glyph rows. Fix more comments. 11 bidi-reordered strings and R2L glyph rows. Fix more comments.
5 12