comparison src/ChangeLog @ 108103:01ca94871a56

Fix cursor motion at end of line that ends in a composed 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:11:40 +0300
parents 8cdd7952f894 882652fb64a7
children 17710e3a17df
comparison
equal deleted inserted replaced
108100:8cdd7952f894 108103:01ca94871a56
1 2010-04-24 Eli Zaretskii <eliz@gnu.org> 1 2010-04-24 Eli Zaretskii <eliz@gnu.org>
2 2
3 * .gdbinit: Add a "set Fmake_symbol" line to force GDB load the 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.
7
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-24 Glenn Morris <rgm@gnu.org> 11 2010-04-24 Glenn Morris <rgm@gnu.org>
7 12
8 * Makefile.in (CRT_DIR): New variable, set by configure. 13 * Makefile.in (CRT_DIR): New variable, set by configure.
53 58
54 2010-04-23 Eli Zaretskii <eliz@gnu.org> 59 2010-04-23 Eli Zaretskii <eliz@gnu.org>
55 60
56 Support `display' text properties and overlay strings in bidi 61 Support `display' text properties and overlay strings in bidi
57 buffers. 62 buffers.
63 =======
64 2010-04-23 Eli Zaretskii <eliz@gnu.org>
65
66 >>>>>>> MERGE-SOURCE
58 * xdisp.c (pop_it): When the stack is popped after displaying 67 * xdisp.c (pop_it): When the stack is popped after displaying
59 from a string, bidi-iterate to exit from the text portion covered 68 from a string, bidi-iterate to exit from the text portion covered
60 by the `display' property or overlay. (Bug#5988, bug#5920) 69 by the `display' property or overlay. (Bug#5988, bug#5920)
61 70
62 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu> 71 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>