From f84ff02c8103b347cea4c17ff46b8bc10b00883e Mon Sep 17 00:00:00 2001
From: Gerd Moellmann <gerd@gnu.org>
Date: Thu, 1 Mar 2001 15:28:57 +0000
Subject: [PATCH] *** empty log message ***

---
 lisp/ChangeLog | 6 ++++++
 src/ChangeLog  | 4 ++++
 2 files changed, 10 insertions(+)

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