diff options
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. |