diff options
| author | Eli Zaretskii | 2010-03-06 11:06:24 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2010-03-06 11:06:24 -0500 |
| commit | f866d742007347ca7a6002cea3be13bdf582c5e7 (patch) | |
| tree | eabf4a67784de1c5b9fc52b7bc3a5daba29a54cd /src/ChangeLog.bidi | |
| parent | 9dbadf5f1a700c5790837738410c06b481cd2222 (diff) | |
| download | emacs-f866d742007347ca7a6002cea3be13bdf582c5e7.tar.gz emacs-f866d742007347ca7a6002cea3be13bdf582c5e7.zip | |
Continue debugging continuation lines.
.gdbinit (prowlims, pmtxrows): New commands.
xdisp.c (display_line): Special-case the calculation of row->end
in rows that end at ZV, to avoid abort in CHAR_TO_BYTE. Handle
empty lines correctly when calculating row's max and min pos.
Display cursor at the first glyph row that has its ends_at_zv_p
flag set.
Diffstat (limited to 'src/ChangeLog.bidi')
| -rw-r--r-- | src/ChangeLog.bidi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog.bidi b/src/ChangeLog.bidi index 234723bf6f7..7f7eb0808d2 100644 --- a/src/ChangeLog.bidi +++ b/src/ChangeLog.bidi | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2010-03-06 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * .gdbinit (prowlims, pmtxrows): New commands. | ||
| 4 | |||
| 5 | * xdisp.c (display_line): Special-case the calculation of row->end | ||
| 6 | in rows that end at ZV, to avoid abort in CHAR_TO_BYTE. Handle | ||
| 7 | empty lines correctly when calculating row's max and min pos. | ||
| 8 | Display cursor at the first glyph row that has its ends_at_zv_p | ||
| 9 | flag set. | ||
| 10 | |||
| 1 | 2010-02-20 Eli Zaretskii <eliz@gnu.org> | 11 | 2010-02-20 Eli Zaretskii <eliz@gnu.org> |
| 2 | 12 | ||
| 3 | * xdisp.c (set_cursor_from_row): Compare candidate cursor | 13 | * xdisp.c (set_cursor_from_row): Compare candidate cursor |