Mercurial > emacs
changeset 34852:981f3cedd760
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sat, 23 Dec 2000 19:23:24 +0000 |
parents | 452349a9192a |
children | 807a610a7a98 |
files | src/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sat Dec 23 19:23:02 2000 +0000 +++ b/src/ChangeLog Sat Dec 23 19:23:24 2000 +0000 @@ -1,5 +1,9 @@ 2000-12-23 Gerd Moellmann <gerd@gnu.org> + * xdisp.c (init_from_display_pos): Pop until the iterator's + stack is empty; there may be frames for stretch or images + on the stack. + * dispnew.c (save_frame_matrix, restore_frame_matrix): Removed. (save_or_restore_current_matrix): New function for the same purpose, but more efficient.