Mercurial > emacs
changeset 34091:306c56607bea
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 01 Dec 2000 19:32:27 +0000 |
parents | 7721faa485ea |
children | 6b258ad126d5 |
files | src/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Dec 01 19:31:02 2000 +0000 +++ b/src/ChangeLog Fri Dec 01 19:32:27 2000 +0000 @@ -1,3 +1,11 @@ +2000-12-01 Gerd Moellmann <gerd@gnu.org> + + * window.c (struct saved_window): Add members orig_top and + orig_height. + (SAVED_WINDOW_VECTOR_SIZE): Increment to 16. + (save_window_save, Fset_window_configuration): Save/restore + window's orig_top and orig_height. + 2000-12-01 Jason Rumney <jasonr@gnu.org> * w32fns.c (x_set_cursor_color): Fix last change.