]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 17 Jul 2006 14:24:50 +0000 (14:24 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 17 Jul 2006 14:24:50 +0000 (14:24 +0000)
src/ChangeLog

index d3ff8fec6b9cedafc2e7f202e48f600d076aa370..56e375d55b5f17ca52f4145195d9f046e53ce2b6 100644 (file)
@@ -1,3 +1,12 @@
+2006-07-17  Kim F. Storm  <storm@cua.dk>
+
+       * xdisp.c (handle_single_display_spec): Ensure the right value of
+       it->position is saved by push_it.
+       (pop_it): Restore it->object for GET_FROM_BUFFER and GET_FROM_STRING.
+       (reseat_1): Don't setup it->object twice.
+       (set_iterator_to_next): No need to set it->object after pop_it.
+       (move_it_to): Explicitly check to see if last move reached to_charpos.
+
 2006-07-17  Thien-Thi Nguyen  <ttn@gnu.org>
 
        * xdisp.c (display_mode_line): Preserve match data.