From afffeb573cba26952badf9db0060fc5c8179d2fd Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 10 Apr 2001 16:13:33 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 3 +++ src/ChangeLog | 12 ++++++++++++ 2 files changed, 15 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e13c5cc9497..361f7af8b59 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2001-04-10 Gerd Moellmann + * 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 --git a/src/ChangeLog b/src/ChangeLog index 321b7bb8368..bab28c171c2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,17 @@ 2001-04-10 Gerd Moellmann + * 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) : 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 -- 2.39.5