From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37938 Path: main.gmane.org!not-for-mail From: torkel@acc.umu.se (=?iso-8859-1?q?Bj=F6rn?= Torkelsson) Newsgroups: gmane.emacs.gnus.general Subject: More menu renamings Date: Fri, 17 Aug 2001 23:48:56 +0200 Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035173602 18169 80.91.224.250 (21 Oct 2002 04:13:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:13:22 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 8039 invoked from network); 17 Aug 2001 21:48:59 -0000 Original-Received: from c-c32a70d5.016-37-73746f7.cust.bredbandsbolaget.se (HELO modesty.pdc.kth.se) (@213.112.42.195) by gnus.org with SMTP; 17 Aug 2001 21:48:59 -0000 Original-Received: by modesty.pdc.kth.se (Postfix, from userid 4219) id AE59B2DBF; Fri, 17 Aug 2001 23:48:57 +0200 (CEST) Original-To: ding@gnus.org User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.5 (artichoke) Original-Lines: 49 Xref: main.gmane.org gmane.emacs.gnus.general:37938 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37938 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 * 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