From: Gerd Moellmann Date: Thu, 1 Mar 2001 15:28:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.99~67 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f84ff02c8103b347cea4c17ff46b8bc10b00883e;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8d345dcb485..a65463a8c1e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2001-03-01 Gerd Moellmann + + * 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 * info.el (info-insert-file-contents-1): Accept an additional diff --git a/src/ChangeLog b/src/ChangeLog index 02bca63433f..6336902bde3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2001-03-01 Gerd Moellmann + * 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.