aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-03-07 17:17:36 +0000
committerGerd Moellmann2001-03-07 17:17:36 +0000
commit3bdf26607417502cc2bdaa17c7794ad3cfc267c3 (patch)
tree08fcff2cf1b1b0106484bc184092efa2940f6e17 /src
parent521b203e8562ba9a89e6cbf3a499ac1447723eb3 (diff)
downloademacs-3bdf26607417502cc2bdaa17c7794ad3cfc267c3.tar.gz
emacs-3bdf26607417502cc2bdaa17c7794ad3cfc267c3.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog11
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 @@
12001-03-07 Gerd Moellmann <gerd@gnu.org> 12001-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
62001-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
122001-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