diff options
| author | Eli Zaretskii | 2014-09-15 18:25:54 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-09-15 18:25:54 +0300 |
| commit | 6b682d2b398b241fe32fe98104ef0a58ec20bde9 (patch) | |
| tree | 462d45d32600278c8f703a21eeb2ef478525a806 /src/ChangeLog | |
| parent | d4dc0e1691a15efd1ea0a8793cf889e683a37933 (diff) | |
| download | emacs-6b682d2b398b241fe32fe98104ef0a58ec20bde9.tar.gz emacs-6b682d2b398b241fe32fe98104ef0a58ec20bde9.zip | |
Fix display of R2L lines in partial-width windows.
src/xdisp.c (init_iterator): Don't use it->bidi_p before it is
assigned the correct value.
(extend_face_to_end_of_line): Account for truncation and
continuation glyphs in R2L rows when one of the fringes is not
displayed.
(display_line): Don't assign negative X offset to a row if we are
going to produce a truncation glyph for it. When handling
truncated R2L rows, consider the width of the left fringe instead
of the right one.
(produce_special_glyphs): Fix bogus assignments.
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 c32b4c44988..09b606d1dd5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2014-09-15 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | Fix display of R2L lines in partial-width windows. | ||
| 4 | * xdisp.c (init_iterator): Don't use it->bidi_p before it is | ||
| 5 | assigned the correct value. | ||
| 6 | (extend_face_to_end_of_line): Account for truncation and | ||
| 7 | continuation glyphs in R2L rows when one of the fringes is not | ||
| 8 | displayed. | ||
| 9 | (display_line): Don't assign negative X offset to a row if we are | ||
| 10 | going to produce a truncation glyph for it. When handling | ||
| 11 | truncated R2L rows, consider the width of the left fringe instead | ||
| 12 | of the right one. | ||
| 13 | (produce_special_glyphs): Fix bogus assignments. | ||
| 14 | |||
| 1 | 2014-09-14 Eli Zaretskii <eliz@gnu.org> | 15 | 2014-09-14 Eli Zaretskii <eliz@gnu.org> |
| 2 | 16 | ||
| 3 | * w32.c (fcntl): Support O_NONBLOCK fcntl on the write side of | 17 | * w32.c (fcntl): Support O_NONBLOCK fcntl on the write side of |