]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Tue, 15 Jun 2004 10:33:15 +0000 (10:33 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 15 Jun 2004 10:33:15 +0000 (10:33 +0000)
src/ChangeLog

index 75fbd62670afa0ac57ae421f432d7e1ff5ccdb90..96289d650a366da6e867131907ef7a75b2185dab 100644 (file)
@@ -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.