diff options
| author | Glenn Morris | 2008-04-10 07:52:10 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-04-10 07:52:10 +0000 |
| commit | eda0be5a2c35ef3bcb0c1d11e2324fa7e90d1ef8 (patch) | |
| tree | ad79e27f28476d407730d930461ef8a961d71374 /lisp/ChangeLog | |
| parent | 96a7394f2920e13177478628dda4da3916aeb6e6 (diff) | |
| download | emacs-eda0be5a2c35ef3bcb0c1d11e2324fa7e90d1ef8.tar.gz emacs-eda0be5a2c35ef3bcb0c1d11e2324fa7e90d1ef8.zip | |
(menu-bar-options-menu) <truncate-lines>:
Respect truncate-partial-width-windows in non-full windows, with regards to
:toggle and :enable state.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6f7c05ce28d..84fa0a02a57 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -24,6 +24,10 @@ | |||
| 24 | 24 | ||
| 25 | 2008-04-10 Glenn Morris <rgm@gnu.org> | 25 | 2008-04-10 Glenn Morris <rgm@gnu.org> |
| 26 | 26 | ||
| 27 | * menu-bar.el (menu-bar-options-menu) <truncate-lines>: | ||
| 28 | Respect truncate-partial-width-windows in non-full windows, | ||
| 29 | with regards to :toggle and :enable state. | ||
| 30 | |||
| 27 | * simple.el (toggle-truncate-lines): Doc fix. | 31 | * simple.el (toggle-truncate-lines): Doc fix. |
| 28 | 32 | ||
| 29 | * Makefile.in (MH_E_DIR): New variable. | 33 | * Makefile.in (MH_E_DIR): New variable. |