From: Gerd Moellmann Date: Mon, 16 Oct 2000 16:01:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~833 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a6b59d9005912b3e4f45c67ec9918049c111e9b;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a90ce548ebb..8d5b9b33a5d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -6,6 +6,9 @@ 2000-10-16 Gerd Moellmann + * 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. diff --git a/src/ChangeLog b/src/ChangeLog index 408dab436db..80ecdb3d058 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,13 @@ 2000-10-16 Gerd Moellmann + * 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) : Don't add in the last line's height when deciding if the new position is below the scroll margin.