comparison src/ChangeLog @ 108102:882652fb64a7

Fix cursor motion at end of line that ends with a composite character. xdisp.c (display_line): Use `reseat' instead of `reseat_1', and use `get_next_display_element' and `set_iterator_to_next' to advance to the next character, when looking for the character that begins the next row.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 24 Apr 2010 14:07:27 +0300
parents 0d2395808fa3
children 01ca94871a56 69bfc9e4ceb6
comparison
equal deleted inserted replaced
108101:0d2395808fa3 108102:882652fb64a7
1 2010-04-24 Eli Zaretskii <eliz@gnu.org> 1 2010-04-24 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
4 use `get_next_display_element' and `set_iterator_to_next' to
5 advance to the next character, when looking for the character that
6 begins the next row.
2 7
3 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the 8 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
4 definition of "struct Lisp_Symbol". 9 definition of "struct Lisp_Symbol".
5 10
6 2010-04-23 Eli Zaretskii <eliz@gnu.org> 11 2010-04-23 Eli Zaretskii <eliz@gnu.org>