diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 |
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 @@ | |||
| 1 | 2001-02-20 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-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. |