From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: NT icons Date: Sun, 18 Feb 2007 23:32:03 +0200 Message-ID: References: <8764a7oxbu.fsf@stupidchicken.com> <69vei0sdvs.fsf@fencepost.gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1171834349 1092 80.91.229.12 (18 Feb 2007 21:32:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Feb 2007 21:32:29 +0000 (UTC) Cc: cyd@stupidchicken.com, rms@gnu.org, emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 18 22:32:21 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HItds-0002qq-E9 for ged-emacs-devel@m.gmane.org; Sun, 18 Feb 2007 22:32:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HItdr-0003qB-Tc for ged-emacs-devel@m.gmane.org; Sun, 18 Feb 2007 16:32:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HItdg-0003pw-Tq for emacs-devel@gnu.org; Sun, 18 Feb 2007 16:32:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HItdf-0003pk-HE for emacs-devel@gnu.org; Sun, 18 Feb 2007 16:32:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HItdf-0003ph-B4 for emacs-devel@gnu.org; Sun, 18 Feb 2007 16:32:07 -0500 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HItdd-0004yY-Az; Sun, 18 Feb 2007 16:32:05 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-15-157.inter.net.il [80.230.15.157]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id BXB52494 (AUTH halo1); Sun, 18 Feb 2007 23:31:53 +0200 (IST) In-reply-to: <69vei0sdvs.fsf@fencepost.gnu.org> (message from Glenn Morris on Sat, 17 Feb 2007 15:55:19 -0500) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:66514 Archived-At: > From: Glenn Morris > Cc: rms@gnu.org, cyd@stupidchicken.com, emacs-devel@gnu.org > Date: Sat, 17 Feb 2007 15:55:19 -0500 > > Eli Zaretskii wrote: > > > ??? I posted just a day or two ago in this thread that emacs21.ico was > > renamed from emacs.ico. > > I know. Please point me to the legal info for emacs.ico. But you yourself found it in this thread, as this message from you says: http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00663.html As for your question there, this entry from nt/ChangeLog supplies the answer: 1999-01-22 Geoff Voelker * icons: New directory with Davenport's icons. * icons/sink.ico: Renamed from emacs.ico. * makefile.nt (install, fast_install): Install Windows icons into etc/icons. * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon. Translation: Geoff Voelker accepted icons from Davenport, stored them in the nt/icons directory, and while at that, renamed the old emacs.ico into sink.ico, to clear the way for the new emacs.ico he received from Davenport.