aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-23 19:23:24 +0000
committerGerd Moellmann2000-12-23 19:23:24 +0000
commitaeb2b8fc29df43b11a199b16237da7fcc12b7480 (patch)
tree6dbcc478031a7fdd191937314f39bbee40d8e372 /src/ChangeLog
parent31798cfeb56f322b0f3b08221a0bbb4379cb9ccf (diff)
downloademacs-aeb2b8fc29df43b11a199b16237da7fcc12b7480.tar.gz
emacs-aeb2b8fc29df43b11a199b16237da7fcc12b7480.zip
(init_from_display_pos): Pop until the iterator's
stack is empty; there may be frames for stretch or images on the stack.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 655b1312d65..c8ff93a44dc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12000-12-23 Gerd Moellmann <gerd@gnu.org> 12000-12-23 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (init_from_display_pos): Pop until the iterator's
4 stack is empty; there may be frames for stretch or images
5 on the stack.
6
3 * dispnew.c (save_frame_matrix, restore_frame_matrix): Removed. 7 * dispnew.c (save_frame_matrix, restore_frame_matrix): Removed.
4 (save_or_restore_current_matrix): New function for the same 8 (save_or_restore_current_matrix): New function for the same
5 purpose, but more efficient. 9 purpose, but more efficient.