diff options
| author | Bill Wohler | 2005-09-30 17:48:04 +0000 |
|---|---|---|
| committer | Bill Wohler | 2005-09-30 17:48:04 +0000 |
| commit | c727526be9968b10e9e32c1f8ea613630e0fe8aa (patch) | |
| tree | b5ec300a02fe46b9884b491a0cdb2efcf4e2d5c5 /lisp/ChangeLog | |
| parent | 73d29ec994844a3aa4f8b41b8de4fe9c81d26c27 (diff) | |
| download | emacs-c727526be9968b10e9e32c1f8ea613630e0fe8aa.tar.gz emacs-c727526be9968b10e9e32c1f8ea613630e0fe8aa.zip | |
2005-09-30 Bill Wohler <wohler@newt.com>
Moved MH-E image files from toolbar and mail directories into
etc/images.
* mail/reply2.*: Moved to etc/images/mail/reply*.
* toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
* toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Moved to
etc/images.
* toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
* toolbar/reply*: Moved to etc/images/mail.
* toolbar/rescan.*: Moved and renamed to etc/images/refresh.*.
* mh-e/mh-customize.el (mh-refile-msg, mh-tool-bar-reply-from)
(mh-tool-bar-reply-to, mh-tool-bar-reply-all)
(mh-alias-grab-from-field, mh-pack-folder): Image files moved to
etc/images/mail so added "mail/" prefix.
(mh-reply): Ditto. Also renamed reply2.* to reply.*.
(mh-rescan-folder): Ditto. Renamed image file to refresh.* since
it can be used in the general sense. Does not have "mail/" prefix.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 23fd172b03d..218635dc053 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2005-09-30 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | Moved MH-E image files from toolbar and mail directories into | ||
| 4 | etc/images. | ||
| 5 | |||
| 6 | * mail/reply2.*: Moved to etc/images/mail/reply*. | ||
| 7 | |||
| 8 | * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm: | ||
| 9 | * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Moved to | ||
| 10 | etc/images. | ||
| 11 | |||
| 12 | * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*: | ||
| 13 | * toolbar/reply*: Moved to etc/images/mail. | ||
| 14 | |||
| 15 | * toolbar/rescan.*: Moved and renamed to etc/images/refresh.*. | ||
| 16 | |||
| 1 | 2005-09-30 Eric M. Ludlam <zappo@gnu.org> | 17 | 2005-09-30 Eric M. Ludlam <zappo@gnu.org> |
| 2 | 18 | ||
| 3 | * speedbar.el: New version 1.0pre3. | 19 | * speedbar.el: New version 1.0pre3. |