diff src/ChangeLog @ 31827:7c50babd3f4f

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 21 Sep 2000 19:27:29 +0000
parents db5ea3d2a1b4
children 453d7c06eaa6
line wrap: on
line diff
--- a/src/ChangeLog	Thu Sep 21 18:41:57 2000 +0000
+++ b/src/ChangeLog	Thu Sep 21 19:27:29 2000 +0000
@@ -1,5 +1,15 @@
 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
 
+	* xfns.c (Fx_create_frame): Set default frame parameter value
+	for tool-bar-lines to 1.
+
+	* dispnew.c (scrolling_window): Compare y-positions of rows
+	equal at the start.  Some simplification.
+
+	* xdisp.c (try_window_reusing_current_matrix): Fix computation of
+	reused rows' y-position in the case window has a header-line, and
+	new window start is greater than old window start.
+
 	* process.c (process_sent_to): New variable.
 	(send_process): Workaround for a crash on sparc-sun-solaris-2.6
 	with GCC 2.95.2 caused by a parameter being clobbered by longjmp.