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: Antialiased text on X11 Date: Sat, 26 Mar 2005 09:13:31 +0100 Message-ID: <7099f9bab5d23e8daa7f4918a6a201a9@swipnet.se> References: <20050310231530.GH3992@boetes.org> <871xab1u3d.fsf-monnier+emacs@gnu.org> <423DFE79.2030004@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1111825156 16029 80.91.229.2 (26 Mar 2005 08:19:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 26 Mar 2005 08:19:16 +0000 (UTC) Cc: Emacs-Devel Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 26 09:19:15 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DF6Vg-0006Er-NG for ged-emacs-devel@m.gmane.org; Sat, 26 Mar 2005 09:19:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DF6lK-0007Vy-8K for ged-emacs-devel@m.gmane.org; Sat, 26 Mar 2005 03:35:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DF6kg-0007UQ-5C for emacs-devel@gnu.org; Sat, 26 Mar 2005 03:34:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DF6kb-0007SI-4i for emacs-devel@gnu.org; Sat, 26 Mar 2005 03:34:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DF6ka-0007QY-Nh for emacs-devel@gnu.org; Sat, 26 Mar 2005 03:34:32 -0500 Original-Received: from [195.54.107.70] (helo=mxfep01.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DF6R4-0002tL-12; Sat, 26 Mar 2005 03:14:22 -0500 Original-Received: from coolsville.localdomain ([83.226.180.210] [83.226.180.210]) by mxfep01.bredband.com with ESMTP id <20050326081420.LVMO25559.mxfep01.bredband.com@coolsville.localdomain>; Sat, 26 Mar 2005 09:14:20 +0100 In-Reply-To: Original-To: Miles Bader X-Mailer: Apple Mail (2.619.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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:35191 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35191 > I notice you've done this, but it seems a bit odd -- > > For files that you've modified it looks correct, e.g. "src/xdisp.c": > > XFT_JHD_BRANCH_base: 1.992 > XFT_JHD_BRANCH: 1.992.0.2 > > But for files that you _haven't _ changed, it seems wrong, e.g., > "src/editfns.c": > > XFT_JHD_BRANCH_base: 1.389.0.4 > XFT_JHD_BRANCH: 1.389.0.2 > > The "..._base" tag is branch tag when it shouldn't be. Thanks for checking this. I only confirmed that the tag was on the correct version, I didn't know about these CVS special versions. I've fixed it now (and read some more about CVS branching in general :-). Jan D.