]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 1 Mar 2001 15:28:57 +0000 (15:28 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 1 Mar 2001 15:28:57 +0000 (15:28 +0000)
lisp/ChangeLog
src/ChangeLog

index 8d345dcb485ab48847434fbdd69a380e5a40ab1b..a65463a8c1efbf692ccf781b1fcf69382c99d815 100644 (file)
@@ -1,3 +1,9 @@
+2001-03-01  Gerd Moellmann  <gerd@gnu.org>
+
+       * ediff-util.el (ediff-scroll-horizontally): Arrange for
+       scroll-left and scroll-right being called interactively so that
+       they set the window's min_hscroll.
+
 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * info.el (info-insert-file-contents-1): Accept an additional
index 02bca63433f13d347daca26602f65c028a8dc767..6336902bde37a0ccd8d063554926f8e702d5af20 100644 (file)
@@ -1,5 +1,9 @@
 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
 
+       * xmenu.c (free_frame_menubar): Set the frame's menubar_widget to
+       NULL after destroying it, otherwise XTread_socket can access a
+       destroyed widget when input is unblocked.
+
        * xfns.c (x_set_foreground_color): Set the background of the
        cursor GC.