emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Sun, 07 Jul 2002 06:52:36 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2747 emacs/src/ChangeLog:1.2748
*** emacs/src/ChangeLog:1.2747  Fri Jul  5 16:01:10 2002
--- emacs/src/ChangeLog Sun Jul  7 06:52:11 2002
***************
*** 1,3 ****
--- 1,19 ----
+ 2002-07-07  Richard M. Stallman  <address@hidden>
+ 
+       * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
+       Instead just return 0 when there is something to be done.
+       (try_scrolling): If make_cursor_line_fully_visible returns 0,
+       retry scrolling as if cursor were off the bottom.
+       (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
+       return CURSOR_MOVEMENT_MUST_SCROLL.
+       (redisplay_window): If make_cursor_line_fully_visible returns 0,
+       go to try_to_scroll.
+ 
+       * buffer.c (Fbuffer_local_value): Store current value into its binding
+       so we get the up-to-date value for the binding that is loaded.
+ 
+       * eval.c (Fdefmacro): Doc fix.
+ 
  2002-07-05  Pavel Jan,Bm(Bk  <address@hidden>
  
        * xdisp.c: Remove unused variable `face'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]