diff options
| author | Gerd Moellmann | 2001-02-20 16:00:45 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-02-20 16:00:45 +0000 |
| commit | fa97adf6e593f8408040864694c963874e0ccc8d (patch) | |
| tree | 9fd37f2c8e1e11c58845a3e6057be3aae9e4dbe6 | |
| parent | 99593a9de0595c12132c7a1546d8f1d357b472bf (diff) | |
| download | emacs-fa97adf6e593f8408040864694c963874e0ccc8d.tar.gz emacs-fa97adf6e593f8408040864694c963874e0ccc8d.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | src/ChangeLog | 3 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d551973df5b..a9ad081d554 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2001-02-20 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * msb.el (msb-mode): Call the update-buffers function explicitly | ||
| 4 | with a FORCE argument. | ||
| 5 | |||
| 6 | * menu-bar.el (menu-bar-update-buffers): Add optional parameter | ||
| 7 | FORCE. If set, update the menu even if frame-or-buffer-changed-p | ||
| 8 | returns nil. | ||
| 9 | |||
| 1 | 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | 10 | 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 2 | 11 | ||
| 3 | * ps-print.el: Timestamp package replacement. Some enhancements. | 12 | * ps-print.el: Timestamp package replacement. Some enhancements. |
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. |