diff options
| author | Eli Zaretskii | 2010-04-17 15:33:05 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-04-17 15:33:05 +0300 |
| commit | 26cdf52838e1711c9659d6d3908a24805c08925b (patch) | |
| tree | 39a5bead6afc4810a823c7d91a4fb916699b8634 /src/ChangeLog | |
| parent | 459035295cb9de3fcd37af915200f766031f1540 (diff) | |
| download | emacs-26cdf52838e1711c9659d6d3908a24805c08925b.tar.gz emacs-26cdf52838e1711c9659d6d3908a24805c08925b.zip | |
Mirror continuation indicators for R2L lines; fix face extension on TTY.
xdisp.c (extend_face_to_end_of_line): Fix face extension at ZV.
term.c (produce_special_glyphs): Mirror the backslash
continuation character in R2L lines.
xdisp.c (set_cursor_from_row, display_line): Use
MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
row->continuation_lines_width.
fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
of continuation indicators on the fringes.
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 3d5ba045168..8decf682bb8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,17 @@ | |||
| 1 | 2010-04-17 Eli Zaretskii <eliz@gnu.org> | 1 | 2010-04-17 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (extend_face_to_end_of_line): Fix face extension at ZV. | ||
| 4 | |||
| 5 | * term.c (produce_special_glyphs): Mirror the backslash | ||
| 6 | continuation character in R2L lines. | ||
| 7 | |||
| 8 | * xdisp.c (set_cursor_from_row, display_line): Use | ||
| 9 | MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of | ||
| 10 | row->continuation_lines_width. | ||
| 11 | |||
| 12 | * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps | ||
| 13 | of continuation indicators on the fringes. | ||
| 14 | |||
| 3 | * xdisp.c (next_element_from_buffer): Don't call | 15 | * xdisp.c (next_element_from_buffer): Don't call |
| 4 | bidi_paragraph_init if we are at ZV. Fixes a crash when reseated to | 16 | bidi_paragraph_init if we are at ZV. Fixes a crash when reseated to |
| 5 | ZV by try_window_reusing_current_matrix. | 17 | ZV by try_window_reusing_current_matrix. |