changeset 56117:75f76430cc6c

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 15 Jun 2004 10:33:15 +0000
parents 6725db0f57d5
children 6fbabfb26a3c
files src/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Jun 15 09:42:31 2004 +0000
+++ b/src/ChangeLog	Tue Jun 15 10:33:15 2004 +0000
@@ -1,5 +1,13 @@
 2004-06-15  Kim F. Storm  <storm@cua.dk>
 
+	* xdisp.c (try_cursor_movement): Exclude header line from scroll
+	margin at top of window.
+	(try_window_reusing_current_matrix): Calculate proper cursor position
+	after scrolling up with non-zero scroll margin, as the old cursor
+	position corresponds to value of PT before executing this command.
+	(try_window_id): Consider scroll margin at bottom of window too;
+	otherwise we fail to scroll when hl-line-mode is enabled.
+
 	* syntax.c (skip_chars): Only recognize [:class:] when it has the
 	proper format and class is a lower-case word.