]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 20 Feb 2001 16:00:45 +0000 (16:00 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 20 Feb 2001 16:00:45 +0000 (16:00 +0000)
lisp/ChangeLog
src/ChangeLog

index d551973df5b22273ec88bfcab99539d82cb4ff89..a9ad081d554ebb8a5965b40168f567fc93311c7e 100644 (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.
index 1a5941e7026d84d2531bcab91a55f02f5ce5c30b..99f8d8d4886057cabc9038552a0fdcf87a533b80 100644 (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.