From: Gerd Moellmann Date: Fri, 16 Feb 2001 15:16:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.99~351 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=25237df59ee7176285122337d89c7ddb3441c72a;p=emacs.git *** empty log message *** --- 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.