From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel,gmane.mail.mh-e.devel Subject: Re: Shall we use etc/images more? Date: Fri, 30 Sep 2005 16:01:10 -0400 Message-ID: References: <14536.1126060623@olgas.newt.com> <20721.1126158478@olgas.newt.com> <873bo9vree.fsf@olgas.newt.com> <7638.1128030339@olgas.newt.com> <11495.1128040804@olgas.newt.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1128110749 14030 80.91.229.2 (30 Sep 2005 20:05:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 30 Sep 2005 20:05:49 +0000 (UTC) Cc: mh-e-devel@lists.sourceforge.net, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 30 22:05:41 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ELR7a-0000KF-7X for ged-emacs-devel@m.gmane.org; Fri, 30 Sep 2005 22:04:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ELR7Z-0005ft-Cm for ged-emacs-devel@m.gmane.org; Fri, 30 Sep 2005 16:04:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ELR6o-0005US-L3 for emacs-devel@gnu.org; Fri, 30 Sep 2005 16:03:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ELR6k-0005Sd-27 for emacs-devel@gnu.org; Fri, 30 Sep 2005 16:03:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ELR6j-0005Rt-Rd for emacs-devel@gnu.org; Fri, 30 Sep 2005 16:03:49 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ELR4A-0007cy-N1 for emacs-devel@gnu.org; Fri, 30 Sep 2005 16:01:10 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1ELR4A-0001jP-7b; Fri, 30 Sep 2005 16:01:10 -0400 Original-To: Bill Wohler In-reply-to: <11495.1128040804@olgas.newt.com> (message from Bill Wohler on Thu, 29 Sep 2005 17:40:04 -0700) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:43400 gmane.mail.mh-e.devel:10631 Archived-At: 1. Move *all* of the images from lisp, lisp/toolbar, and lisp/mail to etc/images. 2. Rename any file with an underscore to one with a dash and update affected source files (affects MH-E, Gnus, info.el, tool-bar.el). 3. Move the gud-* files to etc/images/gud, strip the gud- prefix, and update lisp/progmodes/gud.el. 4. Move the sb-* files to etc/images/speedbar, strip the sb- prefix, and update lisp/speedbar.el. 5. Because tool-bar.el will be the only file left in the lisp/toolbar directory, move it to lisp and delete lisp/toolbar. These plans sound good to me. And speedbar has just been updated, so there is no need to wait any longer before you do this.