From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Emacs antialiasing in X Date: Mon, 16 Jan 2006 09:14:54 +0100 (CET) Message-ID: <200601160814.k0G8Etc3009367@coolsville.localdomain> References: <87fynoeuyg.fsf@boost-consulting.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1137399531 18147 80.91.229.2 (16 Jan 2006 08:18:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Jan 2006 08:18:51 +0000 (UTC) Cc: emacs-devel@gnu.org, Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 16 09:18:40 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EyPZU-0006k2-3G for ged-emacs-devel@m.gmane.org; Mon, 16 Jan 2006 09:18:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EyPbg-0004uq-Vx for ged-emacs-devel@m.gmane.org; Mon, 16 Jan 2006 03:20:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EyPZ9-0004uW-7k for emacs-devel@gnu.org; Mon, 16 Jan 2006 03:18:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EyPZ5-0004tZ-Jk for emacs-devel@gnu.org; Mon, 16 Jan 2006 03:18:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EyPZ4-0004tC-L7 for emacs-devel@gnu.org; Mon, 16 Jan 2006 03:18:10 -0500 Original-Received: from [195.54.107.70] (helo=mxfep01.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EyPcX-0001wC-So for emacs-devel@gnu.org; Mon, 16 Jan 2006 03:21:46 -0500 Original-Received: from coolsville.localdomain ([83.226.180.193] [83.226.180.193]) by mxfep01.bredband.com with ESMTP id <20060116081547.YZQQ17450.mxfep01.bredband.com@coolsville.localdomain>; Mon, 16 Jan 2006 09:15:47 +0100 Original-Received: (from jhd@localhost) by coolsville.localdomain (8.13.4/8.13.4/Submit) id k0G8Etc3009367; Mon, 16 Jan 2006 09:14:55 +0100 In-Reply-To: <87fynoeuyg.fsf@boost-consulting.com> "from David Abrahams at Jan 15, 2006 10:02:31 pm" Original-To: David Abrahams 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:49163 Archived-At: > Are you telling me that edits made to ChangeLog, NEWS, etc., in the > XFT branch are expendable? Yes, because those files have not been changed. The changes in the XFT branch are not that great, so I was going to add change logs later. I figured there would be no idea to add changelogs while just trying stuff out. Kenichi Handa:s suggestion about separate files is a good one. Jan D.