From b4c4516263a5a31222ce369e706ac04b0a2b862f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 25 Dec 2001 10:36:14 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 6 ++++++ src/ChangeLog | 3 +++ 2 files changed, 9 insertions(+) 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. -- 2.39.5