Mercurial > emacs
comparison lisp/mh-e/ChangeLog @ 66356:131366a2e19b
* mh-identity.el (mh-assoc-ignore-case): New macro that uses
assoc-string (if the function is available) and falls back on
assoc-ignore-case if assoc-string is not found.
(mh-identity-field-handler): Use mh-assoc-ignore-case since
assoc-ignore-case is a obsolete function in Emacs 22.
* mh-e.el (mh-folder-buttons-init-flag): New variable that keeps
track of whether the tool-bar in mh-folder-mode has been
initialized yet.
(mh-folder-mode): Initialize the tool-bar for folders the first
time we get into mh-letter-mode.
* mh-customize.el (mh-buffer-exists-p): New function which tests
presence of buffers of a given mode.
(mh-tool-bar-define): New functions
mh-tool-bar-folder-buttons-init and
mh-tool-bar-letter-buttons-init are defined. These functions are
used to create the tool-bar from the corresponding customizable
variables.
* mh-comp.el (mh-letter-buttons-init-flag): New variable that
keeps track of whether the tool-bar in mh-letter-mode has been
initialized yet.
(mh-letter-mode): Initialize the tool-bar for drafts the first
time we get into mh-letter-mode.
author | Satyaki Das <satyaki@theforce.stanford.edu> |
---|---|
date | Sun, 23 Oct 2005 22:34:34 +0000 |
parents | cf99ce27df54 |
children | f5ade15d46f2 |
comparison
equal
deleted
inserted
replaced
66355:c0d59eaed181 | 66356:131366a2e19b |
---|---|
1 2005-10-23 Satyaki Das <satyaki@theforce.stanford.edu> | |
2 | |
3 * mh-identity.el (mh-assoc-ignore-case): New macro that uses | |
4 assoc-string (if the function is available) and falls back on | |
5 assoc-ignore-case if assoc-string is not found. | |
6 (mh-identity-field-handler): Use mh-assoc-ignore-case since | |
7 assoc-ignore-case is a obsolete function in Emacs 22. | |
8 | |
9 * mh-e.el (mh-folder-buttons-init-flag): New variable that keeps | |
10 track of whether the tool-bar in mh-folder-mode has been | |
11 initialized yet. | |
12 (mh-folder-mode): Initialize the tool-bar for folders the first | |
13 time we get into mh-letter-mode. | |
14 | |
15 * mh-customize.el (mh-buffer-exists-p): New function which tests | |
16 presence of buffers of a given mode. | |
17 (mh-tool-bar-define): New functions | |
18 mh-tool-bar-folder-buttons-init and | |
19 mh-tool-bar-letter-buttons-init are defined. These functions are | |
20 used to create the tool-bar from the corresponding customizable | |
21 variables. | |
22 | |
23 * mh-comp.el (mh-letter-buttons-init-flag): New variable that | |
24 keeps track of whether the tool-bar in mh-letter-mode has been | |
25 initialized yet. | |
26 (mh-letter-mode): Initialize the tool-bar for drafts the first | |
27 time we get into mh-letter-mode. | |
28 | |
1 2005-10-23 Bill Wohler <wohler@newt.com> | 29 2005-10-23 Bill Wohler <wohler@newt.com> |
2 | 30 |
3 * mh-comp.el (mh-letter-menu): Rename | 31 * mh-comp.el (mh-letter-menu): Rename |
4 mh-mhn-compose-external-compressed-tar to | 32 mh-mhn-compose-external-compressed-tar to |
5 mh-mh-compose-external-compressed-tar. Rename | 33 mh-mh-compose-external-compressed-tar. Rename |