comparison src/ChangeLog @ 56117:75f76430cc6c

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 15 Jun 2004 10:33:15 +0000
parents f54273435989
children 56c3ef9caeed
comparison
equal deleted inserted replaced
56116:6725db0f57d5 56117:75f76430cc6c
1 2004-06-15 Kim F. Storm <storm@cua.dk> 1 2004-06-15 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (try_cursor_movement): Exclude header line from scroll
4 margin at top of window.
5 (try_window_reusing_current_matrix): Calculate proper cursor position
6 after scrolling up with non-zero scroll margin, as the old cursor
7 position corresponds to value of PT before executing this command.
8 (try_window_id): Consider scroll margin at bottom of window too;
9 otherwise we fail to scroll when hl-line-mode is enabled.
2 10
3 * syntax.c (skip_chars): Only recognize [:class:] when it has the 11 * syntax.c (skip_chars): Only recognize [:class:] when it has the
4 proper format and class is a lower-case word. 12 proper format and class is a lower-case word.
5 13
6 2004-06-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 14 2004-06-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>