diff options
| author | Gerd Moellmann | 2001-03-07 17:17:36 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-03-07 17:17:36 +0000 |
| commit | 3bdf26607417502cc2bdaa17c7794ad3cfc267c3 (patch) | |
| tree | 08fcff2cf1b1b0106484bc184092efa2940f6e17 /src | |
| parent | 521b203e8562ba9a89e6cbf3a499ac1447723eb3 (diff) | |
| download | emacs-3bdf26607417502cc2bdaa17c7794ad3cfc267c3.tar.gz emacs-3bdf26607417502cc2bdaa17c7794ad3cfc267c3.zip | |
*** empty log message ***
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 |