diff options
| author | Eli Zaretskii | 2010-04-10 15:40:35 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-04-10 15:40:35 +0300 |
| commit | 2204f4de61e2b10832e13748f36d705854f7bd56 (patch) | |
| tree | dc1519ab81e43f911977470b9f12ca9e5dbb0357 /src/ChangeLog | |
| parent | 9cbb0335ff22a0b3f427626340e5028cc44bd698 (diff) | |
| download | emacs-2204f4de61e2b10832e13748f36d705854f7bd56.tar.gz emacs-2204f4de61e2b10832e13748f36d705854f7bd56.zip | |
Initial implementation of display of R2L paragraphs in GUI sessions.
xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
append_stretch_glyph.
(set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
off-by-one error in computing x at end of text in the row.
(extend_face_to_end_of_line): If the row is reversed, prepend a
stretch glyph whose width is such that the rightmost glyph will be
drawn at the right margin of the window.
(append_stretch_glyph): In reversed row, prepend the glyph rather
than append it. Set resolved_level and bidi_type of the glyph.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0f61c91c790..268a245caf3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2010-04-10 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | Implement display of R2L paragraphs in GUI sessions. | ||
| 4 | |||
| 5 | * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for | ||
| 6 | append_stretch_glyph. | ||
| 7 | (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix | ||
| 8 | off-by-one error in computing x at end of text in the row. | ||
| 9 | (extend_face_to_end_of_line): If the row is reversed, prepend a | ||
| 10 | stretch glyph whose width is such that the rightmost glyph will be | ||
| 11 | drawn at the right margin of the window. | ||
| 12 | (append_stretch_glyph): In reversed row, prepend the glyph rather | ||
| 13 | than append it. Set resolved_level and bidi_type of the glyph. | ||
| 14 | |||
| 1 | 2010-04-08 Eli Zaretskii <eliz@gnu.org> | 15 | 2010-04-08 Eli Zaretskii <eliz@gnu.org> |
| 2 | 16 | ||
| 3 | * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond | 17 | * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond |