From c727526be9968b10e9e32c1f8ea613630e0fe8aa Mon Sep 17 00:00:00 2001 From: Bill Wohler Date: Fri, 30 Sep 2005 17:48:04 +0000 Subject: [PATCH] 2005-09-30 Bill Wohler 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. --- {lisp/toolbar => etc/images}/execute.pbm | Bin {lisp/toolbar => etc/images}/execute.xpm | 0 {lisp/toolbar => etc/images}/highlight.pbm | Bin {lisp/toolbar => etc/images}/highlight.xpm | 0 {lisp/toolbar => etc/images/mail}/alias.pbm | Bin {lisp/toolbar => etc/images/mail}/alias.xpm | 0 {lisp/toolbar => etc/images/mail}/refile.pbm | Bin {lisp/toolbar => etc/images/mail}/refile.xpm | 0 {lisp/toolbar => etc/images/mail}/repack.pbm | Bin {lisp/toolbar => etc/images/mail}/repack.xpm | 0 {lisp/toolbar => etc/images/mail}/reply-all.pbm | Bin {lisp/toolbar => etc/images/mail}/reply-all.xpm | 0 .../toolbar => etc/images/mail}/reply-from.pbm | Bin .../toolbar => etc/images/mail}/reply-from.xpm | 0 {lisp/toolbar => etc/images/mail}/reply-to.pbm | Bin {lisp/toolbar => etc/images/mail}/reply-to.xpm | 0 .../reply2.pbm => etc/images/mail/reply.pbm | Bin .../reply2.xpm => etc/images/mail/reply.xpm | 0 {lisp/toolbar => etc/images}/mh-logo.xpm | 0 {lisp/toolbar => etc/images}/page-down.pbm | Bin {lisp/toolbar => etc/images}/page-down.xpm | 0 .../rescan.pbm => etc/images/refresh.pbm | Bin .../rescan.xpm => etc/images/refresh.xpm | 0 {lisp/toolbar => etc/images}/show.pbm | Bin {lisp/toolbar => etc/images}/show.xpm | 0 {lisp/toolbar => etc/images}/widen.pbm | Bin {lisp/toolbar => etc/images}/widen.xpm | 0 lisp/ChangeLog | 16 ++++++++++++++++ lisp/mh-e/ChangeLog | 10 ++++++++++ lisp/mh-e/mh-customize.el | 16 ++++++++-------- 30 files changed, 34 insertions(+), 8 deletions(-) rename {lisp/toolbar => etc/images}/execute.pbm (100%) rename {lisp/toolbar => etc/images}/execute.xpm (100%) rename {lisp/toolbar => etc/images}/highlight.pbm (100%) rename {lisp/toolbar => etc/images}/highlight.xpm (100%) rename {lisp/toolbar => etc/images/mail}/alias.pbm (100%) rename {lisp/toolbar => etc/images/mail}/alias.xpm (100%) rename {lisp/toolbar => etc/images/mail}/refile.pbm (100%) rename {lisp/toolbar => etc/images/mail}/refile.xpm (100%) rename {lisp/toolbar => etc/images/mail}/repack.pbm (100%) rename {lisp/toolbar => etc/images/mail}/repack.xpm (100%) rename {lisp/toolbar => etc/images/mail}/reply-all.pbm (100%) rename {lisp/toolbar => etc/images/mail}/reply-all.xpm (100%) rename {lisp/toolbar => etc/images/mail}/reply-from.pbm (100%) rename {lisp/toolbar => etc/images/mail}/reply-from.xpm (100%) rename {lisp/toolbar => etc/images/mail}/reply-to.pbm (100%) rename {lisp/toolbar => etc/images/mail}/reply-to.xpm (100%) rename lisp/mail/reply2.pbm => etc/images/mail/reply.pbm (100%) rename lisp/mail/reply2.xpm => etc/images/mail/reply.xpm (100%) rename {lisp/toolbar => etc/images}/mh-logo.xpm (100%) rename {lisp/toolbar => etc/images}/page-down.pbm (100%) rename {lisp/toolbar => etc/images}/page-down.xpm (100%) rename lisp/toolbar/rescan.pbm => etc/images/refresh.pbm (100%) rename lisp/toolbar/rescan.xpm => etc/images/refresh.xpm (100%) rename {lisp/toolbar => etc/images}/show.pbm (100%) rename {lisp/toolbar => etc/images}/show.xpm (100%) rename {lisp/toolbar => etc/images}/widen.pbm (100%) rename {lisp/toolbar => etc/images}/widen.xpm (100%) diff --git a/lisp/toolbar/execute.pbm b/etc/images/execute.pbm similarity index 100% rename from lisp/toolbar/execute.pbm rename to etc/images/execute.pbm diff --git a/lisp/toolbar/execute.xpm b/etc/images/execute.xpm similarity index 100% rename from lisp/toolbar/execute.xpm rename to etc/images/execute.xpm diff --git a/lisp/toolbar/highlight.pbm b/etc/images/highlight.pbm similarity index 100% rename from lisp/toolbar/highlight.pbm rename to etc/images/highlight.pbm diff --git a/lisp/toolbar/highlight.xpm b/etc/images/highlight.xpm similarity index 100% rename from lisp/toolbar/highlight.xpm rename to etc/images/highlight.xpm diff --git a/lisp/toolbar/alias.pbm b/etc/images/mail/alias.pbm similarity index 100% rename from lisp/toolbar/alias.pbm rename to etc/images/mail/alias.pbm diff --git a/lisp/toolbar/alias.xpm b/etc/images/mail/alias.xpm similarity index 100% rename from lisp/toolbar/alias.xpm rename to etc/images/mail/alias.xpm diff --git a/lisp/toolbar/refile.pbm b/etc/images/mail/refile.pbm similarity index 100% rename from lisp/toolbar/refile.pbm rename to etc/images/mail/refile.pbm diff --git a/lisp/toolbar/refile.xpm b/etc/images/mail/refile.xpm similarity index 100% rename from lisp/toolbar/refile.xpm rename to etc/images/mail/refile.xpm diff --git a/lisp/toolbar/repack.pbm b/etc/images/mail/repack.pbm similarity index 100% rename from lisp/toolbar/repack.pbm rename to etc/images/mail/repack.pbm diff --git a/lisp/toolbar/repack.xpm b/etc/images/mail/repack.xpm similarity index 100% rename from lisp/toolbar/repack.xpm rename to etc/images/mail/repack.xpm diff --git a/lisp/toolbar/reply-all.pbm b/etc/images/mail/reply-all.pbm similarity index 100% rename from lisp/toolbar/reply-all.pbm rename to etc/images/mail/reply-all.pbm diff --git a/lisp/toolbar/reply-all.xpm b/etc/images/mail/reply-all.xpm similarity index 100% rename from lisp/toolbar/reply-all.xpm rename to etc/images/mail/reply-all.xpm diff --git a/lisp/toolbar/reply-from.pbm b/etc/images/mail/reply-from.pbm similarity index 100% rename from lisp/toolbar/reply-from.pbm rename to etc/images/mail/reply-from.pbm diff --git a/lisp/toolbar/reply-from.xpm b/etc/images/mail/reply-from.xpm similarity index 100% rename from lisp/toolbar/reply-from.xpm rename to etc/images/mail/reply-from.xpm diff --git a/lisp/toolbar/reply-to.pbm b/etc/images/mail/reply-to.pbm similarity index 100% rename from lisp/toolbar/reply-to.pbm rename to etc/images/mail/reply-to.pbm diff --git a/lisp/toolbar/reply-to.xpm b/etc/images/mail/reply-to.xpm similarity index 100% rename from lisp/toolbar/reply-to.xpm rename to etc/images/mail/reply-to.xpm diff --git a/lisp/mail/reply2.pbm b/etc/images/mail/reply.pbm similarity index 100% rename from lisp/mail/reply2.pbm rename to etc/images/mail/reply.pbm diff --git a/lisp/mail/reply2.xpm b/etc/images/mail/reply.xpm similarity index 100% rename from lisp/mail/reply2.xpm rename to etc/images/mail/reply.xpm diff --git a/lisp/toolbar/mh-logo.xpm b/etc/images/mh-logo.xpm similarity index 100% rename from lisp/toolbar/mh-logo.xpm rename to etc/images/mh-logo.xpm diff --git a/lisp/toolbar/page-down.pbm b/etc/images/page-down.pbm similarity index 100% rename from lisp/toolbar/page-down.pbm rename to etc/images/page-down.pbm diff --git a/lisp/toolbar/page-down.xpm b/etc/images/page-down.xpm similarity index 100% rename from lisp/toolbar/page-down.xpm rename to etc/images/page-down.xpm diff --git a/lisp/toolbar/rescan.pbm b/etc/images/refresh.pbm similarity index 100% rename from lisp/toolbar/rescan.pbm rename to etc/images/refresh.pbm diff --git a/lisp/toolbar/rescan.xpm b/etc/images/refresh.xpm similarity index 100% rename from lisp/toolbar/rescan.xpm rename to etc/images/refresh.xpm diff --git a/lisp/toolbar/show.pbm b/etc/images/show.pbm similarity index 100% rename from lisp/toolbar/show.pbm rename to etc/images/show.pbm diff --git a/lisp/toolbar/show.xpm b/etc/images/show.xpm similarity index 100% rename from lisp/toolbar/show.xpm rename to etc/images/show.xpm diff --git a/lisp/toolbar/widen.pbm b/etc/images/widen.pbm similarity index 100% rename from lisp/toolbar/widen.pbm rename to etc/images/widen.pbm diff --git a/lisp/toolbar/widen.xpm b/etc/images/widen.xpm similarity index 100% rename from lisp/toolbar/widen.xpm rename to etc/images/widen.xpm diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 23fd172b03d..218635dc053 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,19 @@ +2005-09-30 Bill Wohler + + 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.*. + 2005-09-30 Eric M. Ludlam * speedbar.el: New version 1.0pre3. diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index e851b399ce0..9e1759ee524 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,3 +1,13 @@ +2005-09-30 Bill Wohler + + * 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. + 2005-09-24 Emilio C. Lopes * mh-mime.el (mh-compose-forward, mh-mhn-compose-forw): diff --git a/lisp/mh-e/mh-customize.el b/lisp/mh-e/mh-customize.el index 4a9882b566c..7fbb1c247b4 100644 --- a/lisp/mh-e/mh-customize.el +++ b/lisp/mh-e/mh-customize.el @@ -1922,7 +1922,7 @@ This button runs `mh-previous-undeleted-msg'") "Go to the next undeleted message\nThe button runs `mh-next-undeleted-msg'") (mh-delete-msg (folder) "close" "Mark this message for deletion\nThis button runs `mh-delete-msg'") - (mh-refile-msg (folder) "refile" + (mh-refile-msg (folder) "mail/refile" "Refile this message\nThis button runs `mh-refile-msg'") (mh-undo (folder) "undo" "Undo last operation\nThis button runs `undo'" (mh-outstanding-commands-p)) @@ -1933,19 +1933,19 @@ This button runs `mh-previous-undeleted-msg'") "Toggle tick mark\nThis button runs `mh-toggle-tick'") (mh-toggle-showing (folder) "show" "Toggle showing message\nThis button runs `mh-toggle-showing'") - (mh-tool-bar-reply-from (folder) "reply-from" "Reply to \"from\"") - (mh-tool-bar-reply-to (folder) "reply-to" "Reply to \"to\"") - (mh-tool-bar-reply-all (folder) "reply-all" "Reply to \"all\"") - (mh-reply (folder) "mail/reply2" + (mh-tool-bar-reply-from (folder) "mail/reply-from" "Reply to \"from\"") + (mh-tool-bar-reply-to (folder) "mail/reply-to" "Reply to \"to\"") + (mh-tool-bar-reply-all (folder) "mail/reply-all" "Reply to \"all\"") + (mh-reply (folder) "mail/reply" "Reply to this message\nThis button runs `mh-reply'") - (mh-alias-grab-from-field (folder) "alias" + (mh-alias-grab-from-field (folder) "mail/alias" "Grab From alias\nThis button runs `mh-alias-grab-from-field'" (and (mh-extract-from-header-value) (not (mh-alias-for-from-p)))) (mh-send (folder) "mail_compose" "Compose new message\nThis button runs `mh-send'") - (mh-rescan-folder (folder) "rescan" + (mh-rescan-folder (folder) "refresh" "Rescan this folder\nThis button runs `mh-rescan-folder'") - (mh-pack-folder (folder) "repack" + (mh-pack-folder (folder) "mail/repack" "Repack this folder\nThis button runs `mh-pack-folder'") (mh-tool-bar-search (folder) "search" "Search\nThis button runs `mh-tool-bar-search-function'") -- 2.39.2