aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog9
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 @@
12006-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
12006-07-17 Thien-Thi Nguyen <ttn@gnu.org> 102006-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.