diff options
| author | Eli Zaretskii | 2010-10-16 14:52:54 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2010-10-16 14:52:54 +0200 |
| commit | d2038a612693faa218797ba5a8b39ce86ecbd675 (patch) | |
| tree | c4b353943e4b045b463fdbb79303b10da8a7cc62 /src/ChangeLog | |
| parent | 9a3d704fa95b96df3ec9a6027b15a76a770c4154 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2010-10-16 Eli Zaretskii <eliz@gnu.org> | 1 | 2010-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 | |||
| 6 | 2010-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 | ||