aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.bidi
diff options
context:
space:
mode:
authorEli Zaretskii2010-03-06 11:06:24 -0500
committerEli Zaretskii2010-03-06 11:06:24 -0500
commitf866d742007347ca7a6002cea3be13bdf582c5e7 (patch)
treeeabf4a67784de1c5b9fc52b7bc3a5daba29a54cd /src/ChangeLog.bidi
parent9dbadf5f1a700c5790837738410c06b481cd2222 (diff)
downloademacs-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.bidi10
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 @@
12010-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
12010-02-20 Eli Zaretskii <eliz@gnu.org> 112010-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