diff options
| author | Kim F. Storm | 2006-07-17 14:24:50 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-07-17 14:24:50 +0000 |
| commit | 55dc982c6cf980690aa1c26d2add91664c76db93 (patch) | |
| tree | 603aa88f6f06b8e8c920a5d4f41ef632cc311bb5 /src | |
| parent | ce7d5efe33cb969629e7820928e70819a1280d33 (diff) | |
| download | emacs-55dc982c6cf980690aa1c26d2add91664c76db93.tar.gz emacs-55dc982c6cf980690aa1c26d2add91664c76db93.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d3ff8fec6b9..56e375d55b5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2006-07-17 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * xdisp.c (handle_single_display_spec): Ensure the right value of | ||
| 4 | it->position is saved by push_it. | ||
| 5 | (pop_it): Restore it->object for GET_FROM_BUFFER and GET_FROM_STRING. | ||
| 6 | (reseat_1): Don't setup it->object twice. | ||
| 7 | (set_iterator_to_next): No need to set it->object after pop_it. | ||
| 8 | (move_it_to): Explicitly check to see if last move reached to_charpos. | ||
| 9 | |||
| 1 | 2006-07-17 Thien-Thi Nguyen <ttn@gnu.org> | 10 | 2006-07-17 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 11 | ||
| 3 | * xdisp.c (display_mode_line): Preserve match data. | 12 | * xdisp.c (display_mode_line): Preserve match data. |