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