From: Richard M. Stallman Date: Tue, 25 Dec 2001 10:36:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~17495 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b4c4516263a5a31222ce369e706ac04b0a2b862f;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1bb3d61ab6b..a65b9e444be 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 630b0c360d5..0eba60a09aa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.