]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 25 Dec 2001 10:36:14 +0000 (10:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 25 Dec 2001 10:36:14 +0000 (10:36 +0000)
lisp/ChangeLog
src/ChangeLog

index 1bb3d61ab6b8ad94ac7738226984177ade859784..a65b9e444be17b316a5313c3b9266da7fb00c789 100644 (file)
@@ -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.
index 630b0c360d5cdea01e05f268e9af7ac4cae0bc7b..0eba60a09aaf133d18bd7f05e3082cb80a91a38e 100644 (file)
@@ -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.