From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Seiji Zenitani Newsgroups: gmane.emacs.devel Subject: Cocoa port: document icon Date: Mon, 21 Jul 2008 23:32:51 -0400 Message-ID: <1BFACD74-B73A-4786-AE12-CDF7D39D9B94@mac.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7BIT X-Trace: ger.gmane.org 1216697629 31444 80.91.229.12 (22 Jul 2008 03:33:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jul 2008 03:33:49 +0000 (UTC) To: emacs-devel emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 22 05:34:38 2008 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 1KL8e3-0006mI-9j for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2008 05:34:35 +0200 Original-Received: from localhost ([127.0.0.1]:44065 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KL8dA-0000Ie-5K for ged-emacs-devel@m.gmane.org; Mon, 21 Jul 2008 23:33:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KL8cc-0008Pq-6v for emacs-devel@gnu.org; Mon, 21 Jul 2008 23:33:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KL8ca-0008Nv-Bj for emacs-devel@gnu.org; Mon, 21 Jul 2008 23:33:05 -0400 Original-Received: from [199.232.76.173] (port=46046 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KL8cZ-0008NY-QM for emacs-devel@gnu.org; Mon, 21 Jul 2008 23:33:03 -0400 Original-Received: from asmtpout016.mac.com ([17.148.16.91]:59423) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KL8cZ-0007oQ-Ce for emacs-devel@gnu.org; Mon, 21 Jul 2008 23:33:03 -0400 Original-Received: from [10.0.1.200] (c-98-218-103-81.hsd1.md.comcast.net [98.218.103.81]) by asmtp016.mac.com (Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)) with ESMTPA id <0K4E004GP1UZAN20@asmtp016.mac.com> for emacs-devel@gnu.org; Mon, 21 Jul 2008 20:33:00 -0700 (PDT) X-Mailer: Apple Mail (2.928.1) X-detected-kernel: by monty-python.gnu.org: Solaris 10 (1203?) 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:101157 Archived-At: Hi, It would be nice if Cocoa Emacs uses Carbon's document icon. The following files are related. If other people are busy, I can work on merging Info.plist. mac/Emacs.app/Contents/Resources/document.icns mac/Emacs.app/Contents/Info.plist Seiji