From 25237df59ee7176285122337d89c7ddb3441c72a Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 16 Feb 2001 15:16:50 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 2 +- src/ChangeLog | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6b7ad6f8081..ede204c6e25 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -410,7 +410,7 @@ * frame.el (frame-initialize): Create initial frame visible. (frame-notice-user-settings): When tool-bar has been switched off, - correct the frame size and sync too-bar-mode. + correct the frame size and sync tool-bar-mode. * startup.el (command-line): Remove manipulation of frame height for tool bars. diff --git a/src/ChangeLog b/src/ChangeLog index a30ce50fa2d..7222048a3db 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2001-02-16 Gerd Moellmann + * window.c (set_window_buffer): Set window's vscroll to 0. + * window.c (coordinates_in_window): Increase width of area where the vertical line can be dragged. -- 2.11.4.GIT