diff options
| author | Bill Wohler | 2006-03-03 00:27:49 +0000 |
|---|---|---|
| committer | Bill Wohler | 2006-03-03 00:27:49 +0000 |
| commit | efc27af6c4a0bcbca4a93e6a5d6964ad38735fce (patch) | |
| tree | 63fb3dc957a18ff69ee7a0f6640b85aad158ba94 /lisp/mh-e/ChangeLog | |
| parent | 7e50c0333fb7eeee7171030ea0a7e71ee2ad41ae (diff) | |
| download | emacs-efc27af6c4a0bcbca4a93e6a5d6964ad38735fce.tar.gz emacs-efc27af6c4a0bcbca4a93e6a5d6964ad38735fce.zip | |
* mh-folder.el (mh-tool-bar-init): Autoload.
(mh-folder-mode): Call mh-tool-bar-init conditionally in XEmacs. Set
scoped variables image-load-path and load-path with updated
mh-image-load-path before calling mh-tool-bar-folder-buttons-init.
* mh-letter.el (mh-tool-bar-init): Autoload.
(mh-letter-mode): Call mh-tool-bar-init conditionally in XEmacs. Set
scoped variables image-load-path and load-path with updated
mh-image-load-path before calling mh-tool-bar-letter-buttons-init.
* mh-show.el (mh-tool-bar-init): Autoload.
(mh-show-mode): Perform tool bar stuff conditionally in XEmacs and GNU
Emacs.
* mh-tool-bar.el (mh-tool-bar-define): Don't quote stuff in error
messages per conventions.
(mh-tool-bar-folder-buttons-init)
(mh-tool-bar-letter-buttons-init): Don't call mh-image-load-path.
(mh-tool-bar-define call): Format.
* mh-utils.el (mh-image-directory, mh-image-load-path-called-flag):
Delete.
(mh-image-load-path): Incorporate changes from Gnus team. Biggest
changes are that it no longer uses/sets mh-image-directory or
mh-image-load-path-called-flag, and returns the updated path rather
than change it.
(mh-logo-display): Change usage of mh-image-load-path.
Diffstat (limited to 'lisp/mh-e/ChangeLog')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index fa39c7988f4..f7b88a05d29 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 1 | 2006-03-02 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | * mh-folder.el (mh-tool-bar-init): Autoload. | ||
| 4 | (mh-folder-mode): Call mh-tool-bar-init conditionally in XEmacs. | ||
| 5 | Set scoped variables image-load-path and load-path with updated | ||
| 6 | mh-image-load-path before calling mh-tool-bar-folder-buttons-init. | ||
| 7 | |||
| 8 | * mh-letter.el (mh-tool-bar-init): Autoload. | ||
| 9 | (mh-letter-mode): Call mh-tool-bar-init conditionally in XEmacs. | ||
| 10 | Set scoped variables image-load-path and load-path with updated | ||
| 11 | mh-image-load-path before calling mh-tool-bar-letter-buttons-init. | ||
| 12 | |||
| 13 | * mh-show.el (mh-tool-bar-init): Autoload. | ||
| 14 | (mh-show-mode): Perform tool bar stuff conditionally in XEmacs and | ||
| 15 | GNU Emacs. | ||
| 16 | |||
| 17 | * mh-tool-bar.el (mh-tool-bar-define): Don't quote stuff in error | ||
| 18 | messages per conventions. | ||
| 19 | (mh-tool-bar-folder-buttons-init) | ||
| 20 | (mh-tool-bar-letter-buttons-init): Don't call mh-image-load-path. | ||
| 21 | (mh-tool-bar-define call): Format. | ||
| 22 | |||
| 23 | * mh-utils.el (mh-image-directory, | ||
| 24 | mh-image-load-path-called-flag): Delete. | ||
| 25 | (mh-image-load-path): Incorporate changes from Gnus team. Biggest | ||
| 26 | changes are that it no longer uses/sets mh-image-directory or | ||
| 27 | mh-image-load-path-called-flag, and returns the updated path | ||
| 28 | rather than change it. | ||
| 29 | (mh-logo-display): Change usage of mh-image-load-path. | ||
| 30 | |||
| 1 | 2006-02-28 Bill Wohler <wohler@newt.com> | 31 | 2006-02-28 Bill Wohler <wohler@newt.com> |
| 2 | 32 | ||
| 3 | * mh-limit.el (mh-narrow-to-cc, mh-narrow-to-from) | 33 | * mh-limit.el (mh-narrow-to-cc, mh-narrow-to-from) |