aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-01-26 20:02:19 +0000
committerGerd Moellmann2001-01-26 20:02:19 +0000
commit0130fe1af34ca3ab4b9ad6da2ac00409772d93f0 (patch)
tree80960106b64bcd810e28658c0a89c85f3699f391 /src/ChangeLog
parent940f14b42ec06d19f3bd7e455374b1dbbb5b140c (diff)
downloademacs-0130fe1af34ca3ab4b9ad6da2ac00409772d93f0.tar.gz
emacs-0130fe1af34ca3ab4b9ad6da2ac00409772d93f0.zip
(size_window): Set the window's orig_top to nil when
changing heights, so that a future shrink_mini_window won't restore a bogus height.
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 5229e927211..929096d98ee 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12001-01-26 Gerd Moellmann <gerd@gnu.org> 12001-01-26 Gerd Moellmann <gerd@gnu.org>
2 2
3 * window.c (size_window): Set the window's orig_top to nil when
4 changing heights, so that a future shrink_mini_window won't
5 restore a bogus height.
6
3 * frame.c (do_switch_frame): If selected frame has a mini-window, 7 * frame.c (do_switch_frame): If selected frame has a mini-window,
4 resize that to exact size. 8 resize that to exact size.
5 9