Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Mon Oct 16 15:56:32 2000 +0000 +++ b/src/ChangeLog Mon Oct 16 16:01:13 2000 +0000 @@ -1,5 +1,13 @@ 2000-10-16 Gerd Moellmann <gerd@gnu.org> + * xdisp.c (find_last_unchanged_at_beg_row): Renamed from + get_last_unchanged_at_beg_row. + (find_first_unchanged_at_end_row): Renamed from + get_first_unchanged_at_end_row. + (find_first_unchanged_at_end_row): Convert assertions to + unconditional tests which abort. When looking for a row in + unchanged text, don't go further back than first_text_row. + * xdisp.c (try_scrolling) <cursor in scroll margin at the bottom>: Don't add in the last line's height when deciding if the new position is below the scroll margin.