diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
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 @@ | |||
| 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> |
| @@ -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 | ======= | ||
| 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) |