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: removing support for old platforms Date: Sun, 06 Jan 2008 22:07:12 +0200 Message-ID: References: <200801050843.m058heaw011436@oogie-boogie.ics.uci.edu> <200801061746.m06HkMPm017937@oogie-boogie.ics.uci.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1199650068 22252 80.91.229.12 (6 Jan 2008 20:07:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Jan 2008 20:07:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 06 21:08:09 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 1JBbmu-0007nt-Tn for ged-emacs-devel@m.gmane.org; Sun, 06 Jan 2008 21:08:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBbmY-00071x-14 for ged-emacs-devel@m.gmane.org; Sun, 06 Jan 2008 15:07:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBbmA-0006me-ES for emacs-devel@gnu.org; Sun, 06 Jan 2008 15:07:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBbm7-0006kq-Bf for emacs-devel@gnu.org; Sun, 06 Jan 2008 15:07:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBbm6-0006kj-Pn for emacs-devel@gnu.org; Sun, 06 Jan 2008 15:07:14 -0500 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBbm6-0001u7-Dh for emacs-devel@gnu.org; Sun, 06 Jan 2008 15:07:14 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-143-222.inter.net.il [80.230.143.222]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id EON13579 (AUTH halo1); Sun, 6 Jan 2008 22:07:11 +0200 (IST) In-reply-to: <200801061746.m06HkMPm017937@oogie-boogie.ics.uci.edu> (message from Dan Nicolaescu on Sun, 06 Jan 2008 09:46:22 -0800) X-detected-kernel: by monty-python.gnu.org: 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:86378 Archived-At: > From: Dan Nicolaescu > Date: Sun, 06 Jan 2008 09:46:22 -0800 > > Dan Nicolaescu writes: > > > RMS has OKed removing support for the platforms in the list below. > > (after advertising this on a few relevant list and waiting a few > > months). > > > > In order to not leave junk in the tree, we could collect all the symbols > > it defines in a new section at the one of admin/CPP-DEFINES. If all the > > #defines for a symbol have been removed, then the code that makes > > use of that define can be removed. > > This is done now Thanks! Should we perhaps announce in NEWS the fact that these old configurations are no longer supported?