Mercurial > emacs
changeset 32541:97b47d019f1b
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 16 Oct 2000 16:01:13 +0000 |
parents | 4150b1424eb9 |
children | 9b4c05d377c9 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Oct 16 15:56:32 2000 +0000 +++ b/lisp/ChangeLog Mon Oct 16 16:01:13 2000 +0000 @@ -6,6 +6,9 @@ 2000-10-16 Gerd Moellmann <gerd@gnu.org> + * help.el: Provide `help' for the sake of define-minor-mode + which generates defcustoms with requires. + * jit-lock.el (jit-lock-after-change): If we're in text that matches a multi-line font-lock pattern, make sure the whole text will be redisplayed.
--- 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.