Gnus development mailing list
 help / color / mirror / Atom feed
* More menu renamings
@ 2001-08-17 21:48 Björn Torkelsson
  2001-08-17 22:13 ` Simon Josefsson
  0 siblings, 1 reply; 2+ messages in thread
From: Björn Torkelsson @ 2001-08-17 21:48 UTC (permalink / raw)


While we are at renaming menus, I think that "Postpone Message" would be
better than "Abort Message" in the Message buffer. Abort sounds so, er,
just wrong.

With the mime menu, shouldn't "Attach file as MIME" be removed from the
Message menu? 

Patch follows.

/torkel



lisp/ChangeLog addition:

2001-08-17  Björn Torkelsson  <torkel@acc.kth.se>

	* message.el: rename "Abort Message" to "Postpone Message".
	Remove "Attach file as MIME" from Message menu, it's already in
	the MIME menu.


gnus Patch (cvs -q diff -u):

? Makefile.torkel
? etc/gnus-icons.fancy
Index: lisp/message.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/message.el,v
retrieving revision 6.114
diff -u -u -r6.114 message.el
--- lisp/message.el	2001/08/10 17:22:42	6.114
+++ lisp/message.el	2001/08/17 21:42:45
@@ -1515,14 +1515,11 @@
     ["Spellcheck" ispell-message
      ,@(if (featurep 'xemacs) '(t)
 	 '(:help "Spellcheck this message"))]
-    ["Attach file as MIME" mml-attach-file
-     ,@(if (featurep 'xemacs) '(t)
-	 '(:help "Attach a file at point"))]
     "----"
     ["Send Message" message-send-and-exit
      ,@(if (featurep 'xemacs) '(t)
 	 '(:help "Send this message"))]
-    ["Abort Message" message-dont-send
+    ["Postpone Message" message-dont-send
      ,@(if (featurep 'xemacs) '(t)
 	 '(:help "File this draft message and exit"))]
     ["Kill Message" message-kill-buffer


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-08-17 22:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-17 21:48 More menu renamings Björn Torkelsson
2001-08-17 22:13 ` Simon Josefsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).