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 | |
| parent | 521b203e8562ba9a89e6cbf3a499ac1447723eb3 (diff) | |
| download | emacs-3bdf26607417502cc2bdaa17c7794ad3cfc267c3.tar.gz emacs-3bdf26607417502cc2bdaa17c7794ad3cfc267c3.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | src/ChangeLog | 11 |
2 files changed, 17 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 88bdb8f67aa..4df346b527a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,9 @@ | |||
| 1 | 2001-03-06 Stefan Monnier <monnier@cs.yale.edu> | 1 | 2001-03-07 Gerd Moellmann <gerd@gnu.org> |
| 2 | |||
| 3 | * info.el (Info-scroll-down): Call pos-visible-in-window-p with | ||
| 4 | second arg t. | ||
| 5 | |||
| 6 | 2001-03-07 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | 7 | ||
| 3 | * log-edit.el (log-edit-common-indent): New var. | 8 | * log-edit.el (log-edit-common-indent): New var. |
| 4 | (log-edit-set-common-indentation): Renamed from | 9 | (log-edit-set-common-indentation): Renamed from |
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 |