diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2c9222b8c5f..74bb12f293c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2001-03-07 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-03-07 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * window.c (Frecenter): Rewrite code handling negative values | ||
| 4 | of ARG on graphical frames. | ||
| 5 | |||
| 6 | 2001-03-07 Eli Zaretskii <a34785@is.elta.co.il> | ||
| 7 | |||
| 8 | * window.c (displayed_window_lines): If W->start is outside the | ||
| 9 | accessible portion of the buffer, call start_display with BEGV or | ||
| 10 | ZV instead of W->start. | ||
| 11 | |||
| 12 | 2001-03-07 Gerd Moellmann <gerd@gnu.org> | ||
| 13 | |||
| 3 | * buffer.c (syms_of_buffer) <header-line-format>: Doc fix. | 14 | * buffer.c (syms_of_buffer) <header-line-format>: Doc fix. |
| 4 | 15 | ||
| 5 | * process.c (Fset_process_filter): Don't crash if the input | 16 | * process.c (Fset_process_filter): Don't crash if the input |