diff options
| author | Eli Zaretskii | 2010-05-01 21:11:20 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-05-01 21:11:20 +0300 |
| commit | af7c7572ce8d87f51817d0f518d1b0aced074a41 (patch) | |
| tree | ff962558f8c48781e6a76883bd429b5ea6be73ba /src/ChangeLog | |
| parent | 502269d6e71e78eaafe2da520d9b14ecf732914d (diff) | |
| parent | b47e0dcf2db5d0f754342f0eb13e53974bfbefbe (diff) | |
| download | emacs-af7c7572ce8d87f51817d0f518d1b0aced074a41.tar.gz emacs-af7c7572ce8d87f51817d0f518d1b0aced074a41.zip | |
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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e5c6a0b23b7..0b4baf64cf4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2010-05-01 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | Miscellaneous fixes of bidi display. | ||
| 4 | |||
| 5 | * xdisp.c (find_row_end): New function, refactored from | ||
| 6 | display_line. | ||
| 7 | (display_line): Use it. | ||
| 8 | (extend_face_to_end_of_line): In almost-filled rows, extend only | ||
| 9 | if the row is R2L and not continued. | ||
| 10 | (display_line): Fix prepending of truncation glyphs to R2L rows. | ||
| 11 | Preserve overlay and string info in row->end. | ||
| 12 | (insert_left_trunc_glyphs): Support addition of left truncation | ||
| 13 | glyphs to R2L rows. | ||
| 14 | (set_cursor_from_row): Don't place cursor on the vertical border | ||
| 15 | glyph between adjacent windows. Fix a crash when a display string | ||
| 16 | is continued to the next line. Don't return zero if cursor was | ||
| 17 | found by `cursor' property of a display string. | ||
| 18 | (try_cursor_movement): Don't assume that row->end == (row+1)->start, | ||
| 19 | test for that explicitly. | ||
| 20 | |||
| 1 | 2010-05-01 Glenn Morris <rgm@gnu.org> | 21 | 2010-05-01 Glenn Morris <rgm@gnu.org> |
| 2 | 22 | ||
| 3 | * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null, | 23 | * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null, |