comparison src/ChangeLog @ 37308:bcbc0628e2e5

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 10 Apr 2001 16:13:33 +0000
parents bcd28a0e934a
children 8da1a2ed2d4a
comparison
equal deleted inserted replaced
37307:f028d889de06 37308:bcbc0628e2e5
1 2001-04-10 Gerd Moellmann <gerd@gnu.org> 1 2001-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
6 able to write to hidden and system files. Make file handles 18 able to write to hidden and system files. Make file handles
7 non-inheritable. 19 non-inheritable.