# HG changeset patch # User Richard M. Stallman # Date 1009276574 0 # Node ID 3feccd9e57d669b2e961f1f62edbdac7c507b5b4 # Parent c931d7a1b0df588911bdd3615cb2911241c7b1fe *** empty log message *** diff -r c931d7a1b0df -r 3feccd9e57d6 lisp/ChangeLog --- 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 + * 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. diff -r c931d7a1b0df -r 3feccd9e57d6 src/ChangeLog --- 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 + * 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.