changeset 36964:6c98ab950acc

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 23 Mar 2001 16:22:00 +0000
parents 7b7bf883e6f1
children c6225a608e29
files src/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Mar 23 16:21:25 2001 +0000
+++ b/src/ChangeLog	Fri Mar 23 16:22:00 2001 +0000
@@ -1,5 +1,13 @@
 2001-03-23  Gerd Moellmann  <gerd@gnu.org>
 
+	* xdisp.c  Use make_number, for readability.
+	(try_window_id): Disable rows below the window end.
+	(try_window_reusing_current_matrix): Use cursor_row_p.
+	(try_window_reusing_current_matrix) <scrolling up>: Fix disabling
+	of rows.
+	(init_from_display_pos): If POS specifies a position in a display
+	vector, maybe get the iterator set up for that ellipsis.
+	
 	* xdisp.c (dump_glyph_row): Fix output for NGLYPHS == 2.
 
 2001-03-23  Eli Zaretskii  <eliz@is.elta.co.il>