From xemacs-m  Mon Sep 15 09:59:50 1997
Received: from newman.aventail.com (root@newman.aventail.com [199.238.236.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id JAA07285
	for <xemacs-beta@xemacs.org>; Mon, 15 Sep 1997 09:59:49 -0500 (CDT)
Received: from kramer.in.aventail.com (wmperry@kramer.in.aventail.com [192.168.1.12])
	by newman.aventail.com (8.8.5/8.8.5) with ESMTP id HAA28231;
	Mon, 15 Sep 1997 07:59:51 -0700 (PDT)
Received: (from wmperry@localhost)
	by kramer.in.aventail.com (8.8.5/8.8.5) id HAA20578;
	Mon, 15 Sep 1997 07:57:34 -0700
To: David Bakhash <cadet@mit.edu>
Cc: xemacs-beta@xemacs.org
Subject: Re: Removal of 'gnus' calls...
References: <199709151423.HAA14915@kramer.in.aventail.com> <199709151441.KAA27378@no-knife.MIT.EDU>
Errors-to: wmperry@aventail.com
Reply-to: wmperry@aventail.com
X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7</SYF`{vYQ(&RI1&EiH[FvT;J}@f!4kfz
 x_!Y#=y{Uuj9GvUi=cPuajQ(Z42R[wE@{G,sn$qGr5g/wnb*"*ktI+,CD}1Z'wxrM2ag-r0p5I6\nA
 [WJopW_J.WY;
From: wmperry@aventail.com (William M. Perry)
Date: 15 Sep 1997 07:57:34 -0700
In-Reply-To: David Bakhash's message of "Mon, 15 Sep 1997 10:41:31 -0400 (EDT)"
Message-ID: <86202qvd41.fsf@kramer.in.aventail.com>
Lines: 35
X-Mailer: Quassia Gnus v0.4/XEmacs 20.3(beta20) - "Tirana"

David Bakhash <cadet@mit.edu> writes:

> William M. Perry writes:
>  > I think we should remove the 'Apps->Usenet News' menu entry for 20.3, or at 
>  > least put a :enable slot on it of (if (fboundp 'gnus))
> 
> also, I think that just as GNUS deserves an icon on the toolbar, since
> it's pretty major stuff, so does w3 (or just a ``browse-the-web''
> toolbar icon, for which users can set whatver browser they want.  How
> 'bout it?

  don't matter none to me. :)  Here is a patch for the menubar at least.
Forgot about the toolbar. :)

-Bill P.

*** x-menubar.el~       Tue Sep  2 19:55:51 1997
--- x-menubar.el        Mon Sep 15 07:52:10 1997
***************
*** 137,143 ****
        ["Read Mail (VM)..."    vm                      t]
        ["Read Mail (MH)..."    (mh-rmail t)            t]
        ["Send mail..."         mail                    t]
!       ["Usenet News"          gnus                    t]
        ["Browse the Web"               w3                      t]
        ["Gopher"                       gopher                  t]
        ["Hyperbole..."         hyperbole               t]
--- 137,143 ----
        ["Read Mail (VM)..."    vm                      t]
        ["Read Mail (MH)..."    (mh-rmail t)            t]
        ["Send mail..."         mail                    t]
!       ["Usenet News"          gnus                    (fboundp 'gnus)]
        ["Browse the Web"               w3                      t]
        ["Gopher"                       gopher                  t]
        ["Hyperbole..."         hyperbole               t]

