comparison src/ChangeLog @ 32541:97b47d019f1b

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 16 Oct 2000 16:01:13 +0000
parents 31fd1b3f8343
children da8bc20ce19a
comparison
equal deleted inserted replaced
32540:4150b1424eb9 32541:97b47d019f1b
1 2000-10-16 Gerd Moellmann <gerd@gnu.org> 1 2000-10-16 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (find_last_unchanged_at_beg_row): Renamed from
4 get_last_unchanged_at_beg_row.
5 (find_first_unchanged_at_end_row): Renamed from
6 get_first_unchanged_at_end_row.
7 (find_first_unchanged_at_end_row): Convert assertions to
8 unconditional tests which abort. When looking for a row in
9 unchanged text, don't go further back than first_text_row.
10
3 * xdisp.c (try_scrolling) <cursor in scroll margin at the bottom>: 11 * xdisp.c (try_scrolling) <cursor in scroll margin at the bottom>:
4 Don't add in the last line's height when deciding if the new 12 Don't add in the last line's height when deciding if the new
5 position is below the scroll margin. 13 position is below the scroll margin.
6 14
7 2000-10-16 Miles Bader <miles@gnu.org> 15 2000-10-16 Miles Bader <miles@gnu.org>