aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-10-16 14:52:54 +0200
committerEli Zaretskii2010-10-16 14:52:54 +0200
commitd2038a612693faa218797ba5a8b39ce86ecbd675 (patch)
treec4b353943e4b045b463fdbb79303b10da8a7cc62 /src/ChangeLog
parent9a3d704fa95b96df3ec9a6027b15a76a770c4154 (diff)
downloademacs-d2038a612693faa218797ba5a8b39ce86ecbd675.tar.gz
emacs-d2038a612693faa218797ba5a8b39ce86ecbd675.zip
Support bidi-reordered text in mouse-highlighted mode- and header-lines.
Note: Not tested with actually bidi-reordered strings. xdisp.c (note_mode_line_or_margin_highlight): Support bidi-reordered strings and R2L glyph rows. Fix more comments.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0f7d39e4d8a..5f6fed12620 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12010-10-16 Eli Zaretskii <eliz@gnu.org> 12010-10-16 Eli Zaretskii <eliz@gnu.org>
2 2
3 * xdisp.c (note_mode_line_or_margin_highlight): Support
4 bidi-reordered strings and R2L glyph rows. Fix more comments.
5
62010-10-16 Eli Zaretskii <eliz@gnu.org>
7
3 * xdisp.c (rows_from_pos_range, mouse_face_from_buffer_pos) 8 * xdisp.c (rows_from_pos_range, mouse_face_from_buffer_pos)
4 (note_mode_line_or_margin_highlight): Fix comments. 9 (note_mode_line_or_margin_highlight): Fix comments.
5 10