emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp/mh-e mh-customize.el ChangeLog


From: Bill Wohler
Subject: [Emacs-commit] emacs/lisp/mh-e mh-customize.el ChangeLog
Date: Mon, 17 Oct 2005 18:02:39 -0400

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Bill Wohler <address@hidden>    05/10/17 22:02:39

Modified files:
        lisp/mh-e      : mh-customize.el ChangeLog 

Log message:
        Moved all remaining images from lisp/toolbar to etc/images, moved
        lisp/toolbar/tool-bar to lisp and "deleted" lisp/toolbar. The low
        resolution images were placed in their own directory (low-color).
        Replaced underscore (_) in filenames with dash (-) per convention
        
        * make-dist: Create and populate etc/images/low-color.
        
        * admin/FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
        since it's gone. Also marked mh-e as done.
        
        * lisp/toolbar/attach.*, lisp/toolbar/cancel.*, lisp/toolbar/close.*:
        * lisp/toolbar/copy.*, lisp/toolbar/cut.*, lisp/toolbar/diropen.*:
        * lisp/toolbar/exit.*, lisp/toolbar/help.*, lisp/toolbar/home.*:
        * lisp/toolbar/index.*, lisp/toolbar/info.*, lisp/toolbar/mail.*:
        * lisp/toolbar/new.*, lisp/toolbar/open.*, lisp/toolbar/paste.*, *
        * lisp/toolbar/preferences.*, lisp/toolbar/print.*, lisp/toolbar/save.*:
        * lisp/toolbar/saveas.*, lisp/toolbar/search.*:
        * lisp/toolbar/search-replace.*: lisp/toolbar/spell.*:
        * lisp/toolbar/undo.*: Moved to etc/images.
        
        * lisp/toolbar/lc-copy.*: Moved to etc/images/low-color/copy.*.
        * lisp/toolbar/lc-cut.*: Moved to etc/images/low-color/cut.*.
        * lisp/toolbar/lc-help.*: Moved to etc/images/low-color/help.*.
        * lisp/toolbar/lc-home.*: Moved to etc/images/low-color/home.*.
        * lisp/toolbar/lc-index.*: Moved to etc/images/low-color/index.*.
        * lisp/toolbar/lc-new.*: Moved to etc/images/low-color/new.*.
        * lisp/toolbar/lc-open.*: Moved to etc/images/low-color/open.*.
        * lisp/toolbar/lc-paste.*: Moved to etc/images/low-color/paste.*.
        * lisp/toolbar/lc-preferences.*: Moved to 
etc/images/low-color/preferences.*.
        * lisp/toolbar/lc-print.*: Moved to etc/images/low-color/print.*.
        * lisp/toolbar/lc-save.*: Moved to etc/images/low-color/save.*.
        * lisp/toolbar/lc-saveas.*: Moved to etc/images/low-color/saveas.*.
        * lisp/toolbar/lc-search.*: Moved to etc/images/low-color/search.*.
        * lisp/toolbar/lc-spell.*: Moved to etc/images/low-color/spell.*.
        * lisp/toolbar/lc-undo.*: Moved to etc/images/low-color/undo.*.
        
        To conform with convention, the underscore (_) in the following image
        names were replaced with dash (-) or (/) as appropriate.
        
        * lisp/toolbar/back_arrow.*: Moved to etc/images/back-arrow.*.
        * lisp/toolbar/fld_open.*: Moved to etc/images/fld-open.*.
        * lisp/toolbar/fwd_arrow.*: Moved to etc/images/fwd-arrow.*.
        * lisp/toolbar/jump_to.*: Moved to etc/images/jump-to.*.
        * lisp/toolbar/left_arrow.*: Moved to etc/images/left-arrow.*.
        * lisp/toolbar/right_arrow.*: Moved to etc/images/right-arrow.*.
        * lisp/toolbar/up_arrow.*: Moved to etc/images/up-arrow.*.
        * lisp/toolbar/lc-back_arrow.*.: Moved to 
etc/images/low-color/back-arrow.*.
        * lisp/toolbar/lc-fwd_arrow.*.: Moved to 
etc/images/low-color/fwd-arrow.*.
        * lisp/toolbar/lc-jump_to.*: Moved to etc/images/low-color/jump-to.*.
        * lisp/toolbar/lc-left_arrow.*.: Moved to 
etc/images/low-color/left-arrow.*.
        * lisp/toolbar/lc-right_arrow.*.: Moved to 
etc/images/low-color/right-arrow.*.
        * lisp/toolbar/lc-up_arrow.*: Moved to etc/images/low-color/up-arrow.*.
        * lisp/toolbar/mail_compose.*.: Moved to etc/images/mail/compose.*.
        * lisp/toolbar/mail_send.*: Moved to etc/images/mail/send.*.
        
        * lisp/info.el (info-tool-bar-map): Replaced underscores in image
        names with dashes.
        
        * lisp/makefile.w32-in (WINS): Removed toolbar.
        
        * lisp/menu-bar.el: Replaced toolbar/tool-bar.el with tool-bar.el in
        comment.
        
        * lisp/tool-bar.el: Moved to lisp from lisp/toolbar. Now that
        lisp/toolbar is empty, it should be deleted when folks run "cvs up
        -P".
        
        * etc/images/README: Incorporated the content of lisp/toolbar/README
        now that all of the images are here.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mh-e/mh-customize.el.diff?tr1=1.20&tr2=1.21&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mh-e/ChangeLog.diff?tr1=1.43&tr2=1.44&r1=text&r2=text

Patches:
Index: emacs/lisp/mh-e/ChangeLog
diff -u emacs/lisp/mh-e/ChangeLog:1.43 emacs/lisp/mh-e/ChangeLog:1.44
--- emacs/lisp/mh-e/ChangeLog:1.43      Mon Oct 17 06:33:31 2005
+++ emacs/lisp/mh-e/ChangeLog   Mon Oct 17 22:02:38 2005
@@ -1,3 +1,11 @@
+2005-10-17  Bill Wohler  <address@hidden>
+
+       * mh-customize.el (mh-folder-tool-bar-map): Renamed image file
+       left_arrow to left-arrow, right_arrow to right-arrow, mail_compose
+       to mail/compose, fld_open to fld-open.
+       (mh-letter-tool-bar-map): Renamed image file mail_send to
+       mail/send.
+
 2005-10-16  Bill Wohler  <address@hidden>
 
        * mh-comp.el (mh-display-completion-list-compat): New macro which
Index: emacs/lisp/mh-e/mh-customize.el
diff -u emacs/lisp/mh-e/mh-customize.el:1.20 
emacs/lisp/mh-e/mh-customize.el:1.21
--- emacs/lisp/mh-e/mh-customize.el:1.20        Sun Oct 16 03:24:54 2005
+++ emacs/lisp/mh-e/mh-customize.el     Mon Oct 17 22:02:37 2005
@@ -1916,12 +1916,12 @@
     "Save MIME parts from this message
 This button runs `mh-mime-save-parts' which saves a message's
 different parts into separate files.")
-  (mh-previous-undeleted-msg (folder) "left_arrow"
+  (mh-previous-undeleted-msg (folder) "left-arrow"
     "Go to the previous undeleted message
 This button runs `mh-previous-undeleted-msg'")
   (mh-page-msg (folder) "page-down"
     "Page the current message forwards\nThis button runs `mh-page-msg'")
-  (mh-next-undeleted-msg (folder) "right_arrow"
+  (mh-next-undeleted-msg (folder) "right-arrow"
     "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'")
@@ -1944,7 +1944,7 @@
   (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"
+  (mh-send (folder) "mail/compose"
     "Compose new message\nThis button runs `mh-send'")
   (mh-rescan-folder (folder) "refresh"
     "Rescan this folder\nThis button runs `mh-rescan-folder'")
@@ -1952,10 +1952,10 @@
     "Repack this folder\nThis button runs `mh-pack-folder'")
   (mh-tool-bar-search (folder) "search"
     "Search\nThis button runs `mh-tool-bar-search-function'")
-  (mh-visit-folder (folder) "fld_open"
+  (mh-visit-folder (folder) "fld-open"
     "Visit other folder\nThis button runs `mh-visit-folder'")
   ;; Letter buffer buttons
-  (mh-send-letter (letter) "mail_send" "Send this letter")
+  (mh-send-letter (letter) "mail/send" "Send this letter")
   (mh-compose-insertion (letter) "attach" "Insert attachment")
   (ispell-message (letter) "spell" "Check spelling")
   (save-buffer (letter) "save" "Save current buffer to its file"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]