Mercurial > emacs
diff src/ChangeLog @ 108201:e61225c9e186
Fix display of R2L lines and cursor motion in bidi buffers.
xdisp.c (find_row_end): New function, refactored from display_line.
(display_line): Use it.
(extend_face_to_end_of_line): In almost-filled rows, extend only
if the row is R2L and not continued.
(display_line): Fix prepending of truncation glyphs to R2L rows.
Preserve overlay and string info in row->end.
(insert_left_trunc_glyphs): Support addition of left truncation
glyphs to R2L rows.
(set_cursor_from_row): Don't place cursor on the vertical border
glyph between adjacent windows. Fix a crash when a display string
is continued to the next line. Don't return zero if cursor was
found by `cursor' property of a display string.
(try_cursor_movement): Don't assume that row->end == (row+1)->start,
test for that explicitly.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 01 May 2010 21:11:20 +0300 |
parents | 804e9ced8374 97b67e89ecc5 |
children | 05cdbfffcad4 |
line wrap: on
line diff
--- a/src/ChangeLog Sat May 01 12:08:42 2010 +0200 +++ b/src/ChangeLog Sat May 01 21:11:20 2010 +0300 @@ -1,3 +1,23 @@ +2010-05-01 Eli Zaretskii <eliz@gnu.org> + + Miscellaneous fixes of bidi display. + + * xdisp.c (find_row_end): New function, refactored from + display_line. + (display_line): Use it. + (extend_face_to_end_of_line): In almost-filled rows, extend only + if the row is R2L and not continued. + (display_line): Fix prepending of truncation glyphs to R2L rows. + Preserve overlay and string info in row->end. + (insert_left_trunc_glyphs): Support addition of left truncation + glyphs to R2L rows. + (set_cursor_from_row): Don't place cursor on the vertical border + glyph between adjacent windows. Fix a crash when a display string + is continued to the next line. Don't return zero if cursor was + found by `cursor' property of a display string. + (try_cursor_movement): Don't assume that row->end == (row+1)->start, + test for that explicitly. + 2010-05-01 Glenn Morris <rgm@gnu.org> * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,