aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog6
-rw-r--r--src/ChangeLog4
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8d345dcb485..a65463a8c1e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12001-03-01 Gerd Moellmann <gerd@gnu.org>
2
3 * ediff-util.el (ediff-scroll-horizontally): Arrange for
4 scroll-left and scroll-right being called interactively so that
5 they set the window's min_hscroll.
6
12001-03-01 Eli Zaretskii <eliz@is.elta.co.il> 72001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
2 8
3 * info.el (info-insert-file-contents-1): Accept an additional 9 * 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 @@
12001-03-01 Gerd Moellmann <gerd@gnu.org> 12001-03-01 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xmenu.c (free_frame_menubar): Set the frame's menubar_widget to
4 NULL after destroying it, otherwise XTread_socket can access a
5 destroyed widget when input is unblocked.
6
3 * xfns.c (x_set_foreground_color): Set the background of the 7 * xfns.c (x_set_foreground_color): Set the background of the
4 cursor GC. 8 cursor GC.
5 9