(message-mode-menu): Add ellipses to menu items
authorJesper Harder <harder@ifa.au.dk>
Sat, 28 Dec 2002 17:12:24 +0000 (17:12 +0000)
committerJesper Harder <harder@ifa.au.dk>
Sat, 28 Dec 2002 17:12:24 +0000 (17:12 +0000)
expecting user interaction.
(message-mode-field-menu): do.

lisp/ChangeLog
lisp/message.el

index 1623fd1..611fae3 100644 (file)
@@ -1,3 +1,9 @@
+2002-12-28  Jesper Harder  <harder@ifa.au.dk>
+
+       * message.el (message-mode-menu): Add ellipses to menu items
+       expecting user interaction.
+       (message-mode-field-menu): do.
+
 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
 
        * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
index daa32a2..eee3131 100644 (file)
@@ -2035,7 +2035,7 @@ Point is left at the beginning of the narrowed-to region."
     ["Insert Region Marked" message-mark-inserted-region 
      ,@(if (featurep 'xemacs) '(t)
         '(:help "Mark region with enclosing tags"))]
-    ["Insert File Marked" message-mark-insert-file 
+    ["Insert File Marked..." message-mark-insert-file 
      ,@(if (featurep 'xemacs) '(t)
         '(:help "Insert file at point marked with enclosing tags"))]
     "----"
@@ -2045,7 +2045,7 @@ Point is left at the beginning of the narrowed-to region."
     ["Postpone Message" message-dont-send
      ,@(if (featurep 'xemacs) '(t)
         '(:help "File this draft message and exit"))]
-    ["Send at Specific Time" gnus-delay-article
+    ["Send at Specific Time..." gnus-delay-article
      ,@(if (featurep 'xemacs) '(t)
         '(:help "Ask, then arrange to send message at that time"))]
     ["Kill Message" message-kill-buffer
@@ -2061,7 +2061,7 @@ Point is left at the beginning of the narrowed-to region."
     ["To" message-goto-to t]
     ["From" message-goto-from t]
     ["Subject" message-goto-subject t]
-    ["Change subject" message-change-subject t]
+    ["Change subject..." message-change-subject t]
     ["Cc" message-goto-cc t]
     ["Bcc" message-goto-bcc t]
     ["Fcc" message-goto-fcc t]
@@ -2073,7 +2073,7 @@ Point is left at the beginning of the narrowed-to region."
     ["Newsgroups" message-goto-newsgroups t]
     ["Followup-To" message-goto-followup-to t]
     ;; ["Followup-To (with note in body)" message-xpost-fup2 t]
-    ["Crosspost / Followup-To" message-xpost-fup2 t]
+    ["Crosspost / Followup-To..." message-xpost-fup2 t]
     ["Distribution" message-goto-distribution t]
     ["X-No-Archive:" message-add-archive-header t ]
     "----"