]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 10 Apr 2001 16:13:33 +0000 (16:13 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 10 Apr 2001 16:13:33 +0000 (16:13 +0000)
lisp/ChangeLog
src/ChangeLog

index e13c5cc9497f4af8e4062510dd9bfa2eccbec18c..361f7af8b59210b43d90c006b8c53f81ee2493b9 100644 (file)
@@ -1,5 +1,8 @@
 2001-04-10  Gerd Moellmann  <gerd@gnu.org>
 
+       * emacs-lisp/advice.el (ad-make-advised-definition): Construct
+       advice for subrs differently.
+
        * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
        regexp in parentheses when building the regexp for searching
        backwards.
index 321b7bb8368432709ea19386e63c4094d8346b54..bab28c171c2130b8bd75e8da86b4a59a4af8beef 100644 (file)
@@ -1,5 +1,17 @@
 2001-04-10  Gerd Moellmann  <gerd@gnu.org>
 
+       * window.c (window_scroll): Change the meaning of N to mean
+       N screen-fulls or N lines.
+       (window_scroll_pixel_based, window_scroll_line_based)
+       (scroll_command, Fscroll_other_window): Change accordingly.
+
+       * window.c (window_scroll_pixel_based, Frecenter): Call
+       window_box_height instead of using it.last_visible_y for the
+       height of the window.
+
+       * xdisp.c (redisplay_window) <recenter>: Call window_box_height
+       instead of using it.last_visible_y for the height of the window.
+       
        * w32proc.c (sys_spawnve): Quote more chars for Cygwin.
 
        * w32.c (sys_open): Try to open file without _O_CREAT first, to be