changeset 42309:3feccd9e57d6

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 25 Dec 2001 10:36:14 +0000
parents c931d7a1b0df
children 3eb9f60af733
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Dec 25 10:36:08 2001 +0000
+++ b/lisp/ChangeLog	Tue Dec 25 10:36:14 2001 +0000
@@ -1,5 +1,11 @@
 2001-12-25  Richard M. Stallman  <rms@gnu.org>
 
+	* window.el (balance-windows): Use new PRESERVE-BEFORE arg
+	to enlarge-window.  Use save-selected-window.  Don't try
+	to resize windows that end at the bottom "level".
+	Retry changing the sizes until the windows get the desired sizes.
+	Discount the minibuffer when computing total height available.
+
 	* emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
 	(debugger-make-xrefs): Only make a button for the first symbol
 	on any line.
--- a/src/ChangeLog	Tue Dec 25 10:36:08 2001 +0000
+++ b/src/ChangeLog	Tue Dec 25 10:36:14 2001 +0000
@@ -1,5 +1,8 @@
 2001-12-25  Richard M. Stallman  <rms@gnu.org>
 
+	* window.c (enlarge_window): New arg PRESERVE_BEFORE.  Callers changed.
+	(Fenlarge_window): New arg PRESERVE_BEFORE.
+
 	* bytecode.c (Fbyte_code): Use Fstring_make_unibyte
 	instead of Fstring_as_unibyte.