From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/6373 Path: main.gmane.org!not-for-mail From: Mark Borges Newsgroups: gmane.emacs.gnus.general Subject: Re: September Gnus v0.93 is released Date: 24 May 1996 10:53:22 -0600 Sender: mdb@cdc.noaa.gov Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035146838 3411 80.91.224.250 (20 Oct 2002 20:47:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:47:18 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id KAA10111 for ; Fri, 24 May 1996 10:38:31 -0700 Original-Received: from cdc.noaa.gov (manager.Colorado.EDU [128.138.218.210]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Fri, 24 May 1996 18:53:36 +0200 Original-Received: from rossby by cdc.noaa.gov (SMI-8.6/SMI-SVR4) id KAA20848; Fri, 24 May 1996 10:53:26 -0600 Original-Received: by rossby (5.0) id AA10153; Fri, 24 May 1996 10:53:26 -0600 Original-To: ding@ifi.uio.no In-Reply-To: Steven L Baur's message of 24 May 1996 09:24:13 -0700 Original-Lines: 70 X-Mailer: September Gnus v0.93/XEmacs 19.14 Xref: main.gmane.org gmane.emacs.gnus.general:6373 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:6373 >> On 24 May 1996 09:24:13 -0700, >> Steven L Baur(SLB) wrote: SLB> I liked the Blue Gnu better than the Yellow Gnu, but I suppose I liked the Blue Gnu much better, too. Why the switch? SLB> Why are the calls to easy-menu-add in mailcrypt overriding the SLB> other menus? All I see in message mode is the mailcrypt menu. Hmm, I don't understand. I see a Message menu in addition to the Mailcrypt menu. You don't? These next comments aren't really bug fixes, so shouldn't hold up the release of Gnus-5.2; perhaps it could go under the TODO list, though... I think the message menu should have a spellcheck entry. The message toolbar could be expanded to include more of the menu entries, too -- I only see a spellcheck and help button right now. Pretty minimal. The help button pops up a new frame and puts me in info-mode, but it doesn't delete the frame when I quit info, so I wind up with two frames displaying the same mail message buffer. I think it should delete the frame after quitting info. The uu-decode and uu-post pixmaps don't substitute a background toolbar color if defined, like the other pixmaps do. Appended is a patch. *** gnus/gnus-uu-decode-uu-up.xpm Mon Aug 21 11:49:06 1995 --- gnus.old/gnus-uu-decode-uu-icon-up.xpm Mon May 6 14:36:24 1996 *************** *** 1,7 **** /* XPM */ static char * icon-decode-view_xpm[] = { "32 32 4 1", ! " c #BFBFBFBFBFBF", ". c #000000000000", "X c #999999999999", "o c #FFFFFFFFFFFF", --- 1,7 ---- /* XPM */ static char * icon-decode-view_xpm[] = { "32 32 4 1", ! " c #BFBFBFBFBFBF s backgroundToolBarColor", ". c #000000000000", "X c #999999999999", "o c #FFFFFFFFFFFF", *** gnus/gnus-uu-post-news-up.xpm Mon Aug 21 11:49:08 1995 --- gnus.old/gnus-uu-post-news-icon-up.xpm Mon May 6 14:36:25 1996 *************** *** 2,8 **** static char * icon-post-pic_xpm[] = { "32 32 4 1", " c #000000000000", ! ". c #BFBFBFBFBFBF", "X c #999999999999", "o c #FFFFFFFFFFFF", " ... ... ... ... ... ... ... ...", --- 2,8 ---- static char * icon-post-pic_xpm[] = { "32 32 4 1", " c #000000000000", ! ". c #BFBFBFBFBFBF s backgroundToolBarColor", "X c #999999999999", "o c #FFFFFFFFFFFF", " ... ... ... ... ... ... ... ...", -- -mb-