diff options
| author | Eli Zaretskii | 2010-04-24 14:07:27 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-04-24 14:07:27 +0300 |
| commit | a49884a673bcdd1c7d7fb4c4bfd9393440436ff4 (patch) | |
| tree | dfffc63248620f7e71a50119ffed761449bb3cc5 /src/ChangeLog | |
| parent | 76db6fccee00ddc2584cbe6f0cdcd0bb11e884f6 (diff) | |
| download | emacs-a49884a673bcdd1c7d7fb4c4bfd9393440436ff4.tar.gz emacs-a49884a673bcdd1c7d7fb4c4bfd9393440436ff4.zip | |
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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 66fc3c1546b..7561d6ebf61 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2010-04-24 Eli Zaretskii <eliz@gnu.org> | 1 | 2010-04-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 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. | ||
| 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 | ||