changeset 36132:d818b887dfd3

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 16 Feb 2001 15:16:50 +0000
parents ce0ddc7706bc
children 6eb00bee0989
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Feb 16 15:12:14 2001 +0000
+++ b/lisp/ChangeLog	Fri Feb 16 15:16:50 2001 +0000
@@ -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.
--- a/src/ChangeLog	Fri Feb 16 15:12:14 2001 +0000
+++ b/src/ChangeLog	Fri Feb 16 15:16:50 2001 +0000
@@ -1,5 +1,7 @@
 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
 
+	* 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.