diff options
| author | Eli Zaretskii | 2010-05-01 13:49:09 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-05-01 13:49:09 +0300 |
| commit | 017ea8192415cbd091cd53075b168fa702c3b922 (patch) | |
| tree | 8fcb414a5723d034f76f1f60353ef2ef591f441a /src/ChangeLog | |
| parent | 59ca28de83fdc18a1d0c06aec7173ef2de3aabac (diff) | |
| download | emacs-017ea8192415cbd091cd53075b168fa702c3b922.tar.gz emacs-017ea8192415cbd091cd53075b168fa702c3b922.zip | |
Fix display of R2L continued lines in partial-width windows on a TTY.
xdisp.c: (extend_face_to_end_of_line): In almost-filled rows, extend only
if the row is R2L and not continued.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 13b2a29e74d..a5548ff16fc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | * xdisp.c (find_row_end): New function, refactored from display_line. | 3 | * xdisp.c (find_row_end): New function, refactored from display_line. |
| 4 | (display_line): Use it. | 4 | (display_line): Use it. |
| 5 | (extend_face_to_end_of_line): In almost-filled rows, extend only | ||
| 6 | if the row is R2L and not continued. | ||
| 5 | 7 | ||
| 6 | 2010-04-27 Eli Zaretskii <eliz@gnu.org> | 8 | 2010-04-27 Eli Zaretskii <eliz@gnu.org> |
| 7 | 9 | ||