From fa97adf6e593f8408040864694c963874e0ccc8d Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 20 Feb 2001 16:00:45 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 9 +++++++++ src/ChangeLog | 3 +++ 2 files changed, 12 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d551973df5b..a9ad081d554 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2001-02-20 Gerd Moellmann + + * msb.el (msb-mode): Call the update-buffers function explicitly + with a FORCE argument. + + * menu-bar.el (menu-bar-update-buffers): Add optional parameter + FORCE. If set, update the menu even if frame-or-buffer-changed-p + returns nil. + 2001-02-20 Vinicius Jose Latorre * ps-print.el: Timestamp package replacement. Some enhancements. diff --git a/src/ChangeLog b/src/ChangeLog index 1a5941e7026..99f8d8d4886 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2001-02-20 Gerd Moellmann + * window.c (Fwindow_end): Handle case that WINDOW's buffer is not + equal to the current buffer. + * xdisp.c (setup_echo_area_for_printing): Set truncate_lines to nil, otherwise we're left with truncate_lines t when a message is printed with message-truncate-lines bound to t.