aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-02-20 16:00:45 +0000
committerGerd Moellmann2001-02-20 16:00:45 +0000
commitfa97adf6e593f8408040864694c963874e0ccc8d (patch)
tree9fd37f2c8e1e11c58845a3e6057be3aae9e4dbe6 /src
parent99593a9de0595c12132c7a1546d8f1d357b472bf (diff)
downloademacs-fa97adf6e593f8408040864694c963874e0ccc8d.tar.gz
emacs-fa97adf6e593f8408040864694c963874e0ccc8d.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1a5941e7026..99f8d8d4886 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12001-02-20 Gerd Moellmann <gerd@gnu.org> 12001-02-20 Gerd Moellmann <gerd@gnu.org>
2 2
3 * window.c (Fwindow_end): Handle case that WINDOW's buffer is not
4 equal to the current buffer.
5
3 * xdisp.c (setup_echo_area_for_printing): Set truncate_lines to 6 * xdisp.c (setup_echo_area_for_printing): Set truncate_lines to
4 nil, otherwise we're left with truncate_lines t when a message 7 nil, otherwise we're left with truncate_lines t when a message
5 is printed with message-truncate-lines bound to t. 8 is printed with message-truncate-lines bound to t.