# HG changeset patch
# User Gerd Moellmann <gerd@gnu.org>
# Date 986919213 0
# Node ID bcbc0628e2e558dccb1651ed8b0e78b5ff79f3c5
# Parent  f028d889de06eaed305e54d53f62049ea5d9a7c2
*** empty log message ***

diff -r f028d889de06 -r bcbc0628e2e5 lisp/ChangeLog
--- a/lisp/ChangeLog	Tue Apr 10 16:13:02 2001 +0000
+++ b/lisp/ChangeLog	Tue Apr 10 16:13:33 2001 +0000
@@ -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.
diff -r f028d889de06 -r bcbc0628e2e5 src/ChangeLog
--- a/src/ChangeLog	Tue Apr 10 16:13:02 2001 +0000
+++ b/src/ChangeLog	Tue Apr 10 16:13:33 2001 +0000
@@ -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