diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-10-16 16:01:13 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-10-16 16:01:13 +0000 |
commit | 3a6b59d9005912b3e4f45c67ec9918049c111e9b (patch) | |
tree | eb5c753a9c726df4fa6745d13cebdd3987e0bda9 | |
parent | 5fbeea7474b545c33ff0191f5c7c7c369eff997b (diff) | |
download | emacs-3a6b59d9005912b3e4f45c67ec9918049c111e9b.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 3 | ||||
-rw-r--r-- | src/ChangeLog | 8 |
2 files changed, 11 insertions, 0 deletions
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 <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. 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 <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. |