diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 12 |
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 @@ | |||
| 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 |