Mercurial > emacs
changeset 36458:7f336893d2e5
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 01 Mar 2001 15:28:57 +0000 |
parents | b0905c60d1ab |
children | 919d77f8d0ff |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Mar 01 15:28:26 2001 +0000 +++ b/lisp/ChangeLog Thu Mar 01 15:28:57 2001 +0000 @@ -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
--- a/src/ChangeLog Thu Mar 01 15:28:26 2001 +0000 +++ b/src/ChangeLog Thu Mar 01 15:28:57 2001 +0000 @@ -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.