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