1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-02-20 16:00:45 +00:00
parent 99593a9de0
commit fa97adf6e5
2 changed files with 12 additions and 0 deletions

View File

@ -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.

View File

@ -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.