diff options
| author | Bill Wohler | 2005-12-19 05:37:02 +0000 |
|---|---|---|
| committer | Bill Wohler | 2005-12-19 05:37:02 +0000 |
| commit | fa4075e33c5a06a20d73b4ba1afa63f7011d78d2 (patch) | |
| tree | a1c617e77bddc2c97dd3ff6810da715b08b38742 /lisp/mh-e/ChangeLog | |
| parent | d78e9711abc6f0c9323a16ea6090cbe839cfd0fd (diff) | |
| download | emacs-fa4075e33c5a06a20d73b4ba1afa63f7011d78d2.tar.gz emacs-fa4075e33c5a06a20d73b4ba1afa63f7011d78d2.zip | |
* mh-customize.el (mh-toolbar): Rename to mh-tool-bar.
(mh-tool-bar-search-function): Sync docstrings with manual.
(mh-tool-bar-customize): Replace toolbar with tool bar in docstring.
(mh-tool-bar-letter-help): Fix manual reference.
(mh-xemacs-use-toolbar-flag): Rename to mh-xemacs-use-tool-bar-flag.
Initialize to mh-xemacs-has-tool-bar-flag. Sync docstrings with
manual.
(mh-xemacs-toolbar-position): Rename to mh-xemacs-tool-bar-position.
Initialize to nil. Drop "no tool bar" option (redundant) and change
"Same As Default Tool Bar" setting to nil. Sync docstrings with
manual.
(mh-tool-bar-define): Replace toolbar with tool-bar or tool bar
depending on context.
(mh-toolbar-init): Rename to mh-tool-bar-init. Simplified condition
for calling set-specifier. Only look at the value of
mh-xemacs-use-tool-bar-flag.
(mh-tool-bar-folder-buttons, mh-tool-bar-letter-buttons): Sync
docstrings with manual.
* mh-comp.el (mh-letter-mode): Use mh-tool-bar-init instead of
mh-toolbar-init.
* mh-e.el (mh-folder-mode): Ditto.
* mh-utils.el (mh-show-mode): Ditto.
Diffstat (limited to 'lisp/mh-e/ChangeLog')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 33f016bb2f9..25e102c117d 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,32 @@ | |||
| 1 | 2005-12-18 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | * mh-customize.el (mh-toolbar): Rename to mh-tool-bar. | ||
| 4 | (mh-tool-bar-search-function): Sync docstrings with manual. | ||
| 5 | (mh-tool-bar-customize): Replace toolbar with tool bar in | ||
| 6 | docstring. | ||
| 7 | (mh-tool-bar-letter-help): Fix manual reference. | ||
| 8 | (mh-xemacs-use-toolbar-flag): Rename to | ||
| 9 | mh-xemacs-use-tool-bar-flag. Initialize to | ||
| 10 | mh-xemacs-has-tool-bar-flag. Sync docstrings with manual. | ||
| 11 | (mh-xemacs-toolbar-position): Rename to | ||
| 12 | mh-xemacs-tool-bar-position. Initialize to nil. Drop "no tool bar" | ||
| 13 | option (redundant) and change "Same As Default Tool Bar" setting | ||
| 14 | to nil. Sync docstrings with manual. | ||
| 15 | (mh-tool-bar-define): Replace toolbar with tool-bar or tool bar | ||
| 16 | depending on context. | ||
| 17 | (mh-toolbar-init): Rename to mh-tool-bar-init. Simplified | ||
| 18 | condition for calling set-specifier. Only look at the value of | ||
| 19 | mh-xemacs-use-tool-bar-flag. | ||
| 20 | (mh-tool-bar-folder-buttons, mh-tool-bar-letter-buttons): Sync | ||
| 21 | docstrings with manual. | ||
| 22 | |||
| 23 | * mh-comp.el (mh-letter-mode): Use mh-tool-bar-init instead of | ||
| 24 | mh-toolbar-init. | ||
| 25 | |||
| 26 | * mh-e.el (mh-folder-mode): Ditto. | ||
| 27 | |||
| 28 | * mh-utils.el (mh-show-mode): Ditto. | ||
| 29 | |||
| 1 | 2005-12-15 Bill Wohler <wohler@newt.com> | 30 | 2005-12-15 Bill Wohler <wohler@newt.com> |
| 2 | 31 | ||
| 3 | * mh-e.el (mh-delete-msg): Sync docstrings with manual. | 32 | * mh-e.el (mh-delete-msg): Sync docstrings with manual. |