comparison src/ChangeLog.bidi @ 107636:b5cb7368c1bc

Continue work on continuation lines. xdisp.c (set_cursor_from_row): Compare candidate cursor positions only in rows whose buffer positions occlude point. (display_line): Fix computation of row->start and row->end for empty lines. dispnew.c (row_equal_p): Compare the reversed_p attributes as well.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 20 Feb 2010 11:22:07 -0500
parents 199cad45d7ba
children 844012bdb5dd
comparison
equal deleted inserted replaced
107635:a5eeeb631d8a 107636:b5cb7368c1bc
1 2010-02-20 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (set_cursor_from_row): Compare candidate cursor
4 positions only in rows whose buffer positions occlude point.
5 (display_line): Fix computation of row->start and row->end for
6 empty lines.
7
8 * dispnew.c (row_equal_p): Compare the reversed_p attributes as
9 well.
10
1 2010-02-13 Eli Zaretskii <eliz@gnu.org> 11 2010-02-13 Eli Zaretskii <eliz@gnu.org>
2 12
3 * xdisp.c (set_cursor_from_row): Don't overwrite cursor position 13 * xdisp.c (set_cursor_from_row): Don't overwrite cursor position
4 if it is not a better candidate than what we already have. 14 if it is not a better candidate than what we already have.
5 (display_line): Keep calling set_cursor_from_row for 15 (display_line): Keep calling set_cursor_from_row for