aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-04-10 16:13:33 +0000
committerGerd Moellmann2001-04-10 16:13:33 +0000
commitafffeb573cba26952badf9db0060fc5c8179d2fd (patch)
tree0fa361681a2b57d6d5ac8c8b149fe2d18fab2ef9 /src
parentd4e7cf01c913318040ab464ae7c4885a8580251a (diff)
downloademacs-afffeb573cba26952badf9db0060fc5c8179d2fd.tar.gz
emacs-afffeb573cba26952badf9db0060fc5c8179d2fd.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
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