From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: CHENG Gao Newsgroups: gmane.emacs.devel Subject: Re: Next release Date: Fri, 02 May 2008 14:48:26 +0800 Organization: cyberhut.org Message-ID: References: <18457.37369.262079.668907@kahikatea.snap.net.nz> <5jr6clncn8.fsf@fencepost.gnu.org> <87od7p22dw.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1209710938 10456 80.91.229.12 (2 May 2008 06:48:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 May 2008 06:48:58 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 02 08:49:34 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 1Jrp5F-00013Y-QU for ged-emacs-devel@m.gmane.org; Fri, 02 May 2008 08:49:30 +0200 Original-Received: from localhost ([127.0.0.1]:57036 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jrp4Y-0007GM-Ns for ged-emacs-devel@m.gmane.org; Fri, 02 May 2008 02:48:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jrp4T-0007Bs-OJ for emacs-devel@gnu.org; Fri, 02 May 2008 02:48:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jrp4S-0007BE-1c for emacs-devel@gnu.org; Fri, 02 May 2008 02:48:41 -0400 Original-Received: from [199.232.76.173] (port=59215 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jrp4R-0007BB-Sz for emacs-devel@gnu.org; Fri, 02 May 2008 02:48:39 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jrp4R-0005L0-BX for emacs-devel@gnu.org; Fri, 02 May 2008 02:48:39 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jrp4P-0001WL-Lp for emacs-devel@gnu.org; Fri, 02 May 2008 02:48:37 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Jrp4M-00022d-RU for emacs-devel@gnu.org; Fri, 02 May 2008 06:48:34 +0000 Original-Received: from 121.229.120.110 ([121.229.120.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 May 2008 06:48:34 +0000 Original-Received: from chenggao by 121.229.120.110 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 May 2008 06:48:34 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 121.229.120.110 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (darwin) Cancel-Lock: sha1:+1QtZh0yLYCaSzeVMEjhJyB76GQ= X-detected-kernel: by mx20.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:96314 Archived-At: *On Thu, 01 May 2008 16:30:35 -0400 * Also sprach Chong Yidong : > If all goes well, the Emacs 23 freeze will begin sometime in late June, > depending on how long Handa's font-backend branch and (hopefully) ECB > take to merge into the trunk. From that point, I'm hoping for around > six months of testing until the 23.1 release. With this time frame, I > don't think we will release 22.3 , unless a security hole appears that > we need to fix. Is it planned to merge Cocoa port (emacs-app.sf.net) into the trunk for this freeze? Since Carbon port is dead, if Cocoa not merged, there will be no support of MacOSX 10.5 in trunk (IIRC trunk cannot build with X on 10.5). emacs-app is now an *official?* branch at Savannah and it builds and works. And building with freetype fails and I reported this. My build (I am using it to post this) is done as below: ,---- | ./configure --with-ns --without-x --enable-ns-app --prefix=/usr/local --without-freetype | make -j4 bootstrap | sudo make install `---- Hope this is of some help. CG