From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: Re: "About Emacs" page Date: Sat, 28 Sep 2024 12:55:57 +0200 Message-ID: References: <87a5g36bsy.fsf@posteo.net> <87v7yr11oi.fsf@dataswamp.org> <86o74i7rpa.fsf@gnu.org> <69f291a8-4753-49cf-b798-524c1fe2af47@gmx.net> <86jzf67h78.fsf@gnu.org> <87zfo2xqxw.fsf@ledu-giraud.fr> <865xqg6rt5.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13757"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Manuel Giraud , jfenn@gmx.net, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Sep 28 12:56:49 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1suV85-0003Rn-Ix for ged-emacs-devel@m.gmane-mx.org; Sat, 28 Sep 2024 12:56:49 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1suV7U-0000BH-Bi; Sat, 28 Sep 2024 06:56:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1suV7S-0000B2-2X for emacs-devel@gnu.org; Sat, 28 Sep 2024 06:56:10 -0400 Original-Received: from woodpecker.gentoo.org ([140.211.166.183] helo=smtp.gentoo.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1suV7N-0002FK-LN; Sat, 28 Sep 2024 06:56:09 -0400 In-Reply-To: <865xqg6rt5.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 28 Sep 2024 12:39:02 +0300") Received-SPF: pass client-ip=140.211.166.183; envelope-from=ulm@gentoo.org; helo=smtp.gentoo.org X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:324163 Archived-At: >>>>> On Sat, 28 Sep 2024, Eli Zaretskii wrote: >> >> A chance to get the Kitchen Sink back! >> >> https://www.emacswiki.org/emacs/TheKitchenSink >> > >> > We could start by having this in etc/images, if someone volunteers to >> > produce at least XPM and SVG color images from that. >> >> Good idea! Simple things first, here is 48x48 xpm version. I have made >> it from PNG on the given web page. Of course, a SVG version will >> require much more work. > Thanks, added. Shouldn't the file (or etc/images/README) have a copyright/license notice, or is it too simple to be copyrightable? I had traced the origin of the kitchen sink icon some time ago because Gentoo distributes it as part of the app-emacs/emacs-common package: https://gitweb.gentoo.org/proj/emacs-tools.git/tree/icons?h=emacs-common The earliest instance that I could find was file src/sink.h in Emacs 18.41 which was released in 1987. The file didn't have any copyright notice back then.