aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-10-26 20:38:06 +0000
committerGerd Moellmann2000-10-26 20:38:06 +0000
commit8b6d9dc9748568e27f54b641db2247cf365093ef (patch)
treedc5423f503c7cf519ed1bc73845461735c741876 /src/ChangeLog
parentf59a34152df56153531e41ae3739c3fd3d2402cb (diff)
downloademacs-8b6d9dc9748568e27f54b641db2247cf365093ef.tar.gz
emacs-8b6d9dc9748568e27f54b641db2247cf365093ef.zip
(size_window): Compute size difference from sum of old
child window sizes instead of from parent's size.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5f5c7c569cf..f6ba041731c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12000-10-26 Gerd Moellmann <gerd@gnu.org> 12000-10-26 Gerd Moellmann <gerd@gnu.org>
2 2
3 * window.c (size_window): Compute size difference from sum of old
4 child window sizes instead of from parent's size.
5
3 * xdisp.c (pos_visible_p): Change current buffer if necessary. 6 * xdisp.c (pos_visible_p): Change current buffer if necessary.
4 Handle obscured lines at the top of the window. 7 Handle obscured lines at the top of the window.
5 8