aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-04-10 16:13:33 +0000
committerGerd Moellmann2001-04-10 16:13:33 +0000
commitafffeb573cba26952badf9db0060fc5c8179d2fd (patch)
tree0fa361681a2b57d6d5ac8c8b149fe2d18fab2ef9
parentd4e7cf01c913318040ab464ae7c4885a8580251a (diff)
downloademacs-afffeb573cba26952badf9db0060fc5c8179d2fd.tar.gz
emacs-afffeb573cba26952badf9db0060fc5c8179d2fd.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog3
-rw-r--r--src/ChangeLog12
2 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e13c5cc9497..361f7af8b59 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12001-04-10 Gerd Moellmann <gerd@gnu.org> 12001-04-10 Gerd Moellmann <gerd@gnu.org>
2 2
3 * emacs-lisp/advice.el (ad-make-advised-definition): Construct
4 advice for subrs differently.
5
3 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end 6 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
4 regexp in parentheses when building the regexp for searching 7 regexp in parentheses when building the regexp for searching
5 backwards. 8 backwards.
diff --git a/src/ChangeLog b/src/ChangeLog
index 321b7bb8368..bab28c171c2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,17 @@
12001-04-10 Gerd Moellmann <gerd@gnu.org> 12001-04-10 Gerd Moellmann <gerd@gnu.org>
2 2
3 * window.c (window_scroll): Change the meaning of N to mean
4 N screen-fulls or N lines.
5 (window_scroll_pixel_based, window_scroll_line_based)
6 (scroll_command, Fscroll_other_window): Change accordingly.
7
8 * window.c (window_scroll_pixel_based, Frecenter): Call
9 window_box_height instead of using it.last_visible_y for the
10 height of the window.
11
12 * xdisp.c (redisplay_window) <recenter>: Call window_box_height
13 instead of using it.last_visible_y for the height of the window.
14
3 * w32proc.c (sys_spawnve): Quote more chars for Cygwin. 15 * w32proc.c (sys_spawnve): Quote more chars for Cygwin.
4 16
5 * w32.c (sys_open): Try to open file without _O_CREAT first, to be 17 * w32.c (sys_open): Try to open file without _O_CREAT first, to be