Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 618:16ff693bd768
[xemacs-hg @ 2001-06-19 01:29:35 by ben]
window.c: We can't actually zero out everything in the window when deleting
it. set-window-configuration assumes that various slots of the
deleted window are still accurate.
author | ben |
---|---|
date | Tue, 19 Jun 2001 01:29:37 +0000 |
parents | af57a77cbc92 |
children | 8d7292eb4a18 |
line wrap: on
line diff
--- a/src/ChangeLog Mon Jun 18 07:10:32 2001 +0000 +++ b/src/ChangeLog Tue Jun 19 01:29:37 2001 +0000 @@ -1,3 +1,12 @@ +2001-06-18 Ben Wing <ben@xemacs.org> + + * window.c: + * window.c (mark_window_as_deleted): + * window.c (WINDOW_SLOT): + We can't actually zero out everything in the window when deleting + it. set-window-configuration assumes that various slots of the + deleted window are still accurate. + 2001-06-17 Ben Wing <ben@xemacs.org> ---------------------------------------------------------------