Mercurial > emacs
changeset 36232:ee15ecdb92e7
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 20 Feb 2001 16:00:45 +0000 |
parents | 9fa7c8e6a6d5 |
children | fb3498282d71 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Feb 20 16:00:18 2001 +0000 +++ b/lisp/ChangeLog Tue Feb 20 16:00:45 2001 +0000 @@ -1,3 +1,12 @@ +2001-02-20 Gerd Moellmann <gerd@gnu.org> + + * 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 <vinicius@cpqd.com.br> * ps-print.el: Timestamp package replacement. Some enhancements.
--- a/src/ChangeLog Tue Feb 20 16:00:18 2001 +0000 +++ b/src/ChangeLog Tue Feb 20 16:00:45 2001 +0000 @@ -1,5 +1,8 @@ 2001-02-20 Gerd Moellmann <gerd@gnu.org> + * 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.