From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: It is time for a feature freeze (it is NOW or never). Date: Mon, 3 May 2004 21:06:42 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <0376DAE8-9D35-11D8-A4DF-000D93505B76@swipnet.se> References: <87hdvux5uz.fsf@orebokech.com> <87lll6v514.fsf@orebokech.com> <200404100109.KAA03816@etlken.m17n.org> <20040501232151.GA10382@fencepost> <16533.14869.127534.911979@nick.uklinux.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1083611654 2721 80.91.224.253 (3 May 2004 19:14:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 May 2004 19:14:14 +0000 (UTC) Cc: David Kastrup , handa@m17n.org, nick@nick.uklinux.net, emacs-devel@gnu.org, monnier@iro.umontreal.ca, storm@cua.dk, miles@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 03 21:14:02 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BKit8-0005LY-00 for ; Mon, 03 May 2004 21:14:02 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BKit8-0005TK-00 for ; Mon, 03 May 2004 21:14:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BKirw-0002hL-K5 for emacs-devel@quimby.gnus.org; Mon, 03 May 2004 15:12:48 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BKiri-0002cO-Qo for emacs-devel@gnu.org; Mon, 03 May 2004 15:12:34 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BKipO-0001SE-KL for emacs-devel@gnu.org; Mon, 03 May 2004 15:10:42 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BKioo-0000Mo-TM; Mon, 03 May 2004 15:09:35 -0400 Original-Received: from [195.54.107.70] (helo=mxfep01.bredband.com) by mx20.gnu.org with esmtp (Exim 4.30) id 1BKimM-0007g4-Ok; Mon, 03 May 2004 15:07:02 -0400 Original-Received: from coolsville.localdomain ([213.112.109.47] [213.112.109.47]) by mxfep01.bredband.com with ESMTP id <20040503190700.NES21262.mxfep01.bredband.com@coolsville.localdomain>; Mon, 3 May 2004 21:07:00 +0200 In-Reply-To: Original-To: rms@gnu.org X-Mailer: Apple Mail (2.613) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:22643 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22643 > > The biggest separate jobs remaining are updating and checking the > manuals. Should the icons for the toolbar be updated for this release? When running on Gnome, it would be an advantage if Emacs used the same icons as other Gnome/GTK applications. I think Emacs now use GTK 1.2 icons. We could just convert the GTK 2.x icons to xpm. Alternative I have a patch to use GTK stock icons for Emacs compiled with GTK. It involves setting the property :stock on tool bar items. It is just for GTK though, so it is not general. Jan D.