* window.h (struct window): Replace last_cursor with last_cursor_vpos
[bpt/emacs.git] / src / ChangeLog
index e4dcfff..6408397 100644 (file)
@@ -1,3 +1,11 @@
+2013-08-26  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * window.h (struct window): Replace last_cursor with last_cursor_vpos
+       because this is the only last cursor data we need to keep and consult.
+       * window.c (replace_window, set_window_buffer, Fsplit_window_internal):
+       * xdisp.c (mark_window_display_accurate_1, try_cursor_movement):
+       Adjust users.
+
 2013-08-26  Dmitry Antipov  <dmantipov@yandex.ru>
 
        Fix recovering from possible decompression error.  Since