]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 16 Oct 2000 16:01:13 +0000 (16:01 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 16 Oct 2000 16:01:13 +0000 (16:01 +0000)
lisp/ChangeLog
src/ChangeLog

index a90ce548ebbc336f9c712e4189f8100a83b0b7ab..8d5b9b33a5d0bba60a01af48d36dd96f56e923f4 100644 (file)
@@ -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.
index 408dab436db1b57a82fb0416d440b08a27bb4259..80ecdb3d058bcbd737bc022000efdc1caacdf3d5 100644 (file)
@@ -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.