diff options
| author | Eli Zaretskii | 2010-04-17 12:46:44 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-04-17 12:46:44 +0300 |
| commit | 8fccb1179b7e25ddd8f6b0ed74fadc7bb4940a3c (patch) | |
| tree | d53f368dfe4d571147bda495c743a5bc4960f933 /src/ChangeLog | |
| parent | f951a50681995aa58a427f0be801c682df6e5baa (diff) | |
| download | emacs-8fccb1179b7e25ddd8f6b0ed74fadc7bb4940a3c.tar.gz emacs-8fccb1179b7e25ddd8f6b0ed74fadc7bb4940a3c.zip | |
Continue work on R2L paragraphs in GUI sessions.
xdisp.c (set_cursor_from_row): Don't be fooled by truncated
rows: don't treat them as having zero-width characters. Improve
comments.
(extend_face_to_end_of_line): Use window_box_width to compute the
width of the stretch glyph, to account for margins. If this is
the last glyph row, use DEFAULT_FACE_ID, to avoid painting the
rest of the window with the region face.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e6faa0a4c9e..9625a1e8832 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2010-04-17 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | Continue work on R2L paragraphs in GUI sessions. | ||
| 4 | |||
| 5 | * xdisp.c (set_cursor_from_row): Don't be fooled by truncated | ||
| 6 | rows: don't treat them as having zero-width characters. Improve | ||
| 7 | comments. | ||
| 8 | (extend_face_to_end_of_line): Use window_box_width to compute the | ||
| 9 | width of the stretch glyph, to account for margins. If this is | ||
| 10 | the last glyph row, use DEFAULT_FACE_ID, to avoid painting the | ||
| 11 | rest of the window with the region face. | ||
| 12 | |||
| 1 | 2010-04-10 Eli Zaretskii <eliz@gnu.org> | 13 | 2010-04-10 Eli Zaretskii <eliz@gnu.org> |
| 2 | 14 | ||
| 3 | Implement display of R2L paragraphs in GUI sessions. | 15 | Implement display of R2L paragraphs in GUI sessions. |