aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-04-24 14:11:40 +0300
committerEli Zaretskii2010-04-24 14:11:40 +0300
commit51d28d3ec44e006746d1107f1819824d803c6232 (patch)
treeeeb8dbfa893f3544c3db3fb8568ff8e93972a7e5 /src/ChangeLog
parent2d4018aa48efa359bcc5cce63d9335204ce53ff9 (diff)
parenta49884a673bcdd1c7d7fb4c4bfd9393440436ff4 (diff)
downloademacs-51d28d3ec44e006746d1107f1819824d803c6232.tar.gz
emacs-51d28d3ec44e006746d1107f1819824d803c6232.zip
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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 033a32a0a58..7979e809a9d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,11 @@
12010-04-24 Eli Zaretskii <eliz@gnu.org> 12010-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
62010-04-24 Glenn Morris <rgm@gnu.org> 112010-04-24 Glenn Morris <rgm@gnu.org>
@@ -55,6 +60,10 @@
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=======
642010-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)