From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel Subject: Re: Feature freeze on October 1 Date: Sun, 16 Sep 2012 17:30:48 +0200 Message-ID: <87obl6c7dj.fsf@engster.org> References: <87fw6izq6z.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1347809443 29593 80.91.229.3 (16 Sep 2012 15:30:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Sep 2012 15:30:43 +0000 (UTC) Cc: "Eric M. Ludlam" , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 16 17:30:46 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TDGnx-0005PV-6x for ged-emacs-devel@m.gmane.org; Sun, 16 Sep 2012 17:30:41 +0200 Original-Received: from localhost ([::1]:50818 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDGnt-0004Wm-80 for ged-emacs-devel@m.gmane.org; Sun, 16 Sep 2012 11:30:37 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDGnp-0004UT-Uy for emacs-devel@gnu.org; Sun, 16 Sep 2012 11:30:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TDGno-0003DO-UJ for emacs-devel@gnu.org; Sun, 16 Sep 2012 11:30:33 -0400 Original-Received: from randomsample.de ([83.169.19.17]:42474) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDGno-00039e-IE; Sun, 16 Sep 2012 11:30:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=MHxDK9QbKkhtbqrJt8LDgNKzRDsrWalhbBnuTqvigVc=; b=Km0d5yssarE3erqBzKvl+tKsLc/oWtetSPIf/xf2ID7I5hYk4+30uq6MHXnxKK8g7eVCahyvbsaCeMefbfxx2tflHbh8lfbk1j8S4oi82m1va5lp0KdCLJNDwz5O4NKc; Original-Received: from dslc-082-083-034-234.pools.arcor-ip.net ([82.83.34.234] helo=spaten) by randomsample.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1TDGnU-00023a-EY; Sun, 16 Sep 2012 17:30:12 +0200 In-Reply-To: <87fw6izq6z.fsf@gnu.org> (Chong Yidong's message of "Sun, 16 Sep 2012 09:55:48 +0800") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux) Mail-Followup-To: Chong Yidong , emacs-devel@gnu.org, "Eric M. Ludlam" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 83.169.19.17 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:153344 Archived-At: Chong Yidong writes: > The trunk is just about ready to go into feature freeze for the 24.3 > release. We will begin the freeze on October 1, a couple of weeks from > now. If you are working on a feature that you'd like included in 24.3, > please commit it before October 1 or ask for an extension. I've been busy merging CEDET with Emacs. I already merged all the changes from Emacs trunk to CEDET trunk, and I'm currently working on the other way round. I think I should be able to have our 'to-emacs' branch ready till October 1st, which could then be merged in. However, we also wanted to pull in the CEDET grammar generation packages, Bovine and Wisent, which are not yet part of Emacs. This will require more work, since we have to update those to properly conform with Emacs's coding standards. I cannot do this until October; maybe Someone Else can take a look, otherwise I definitely need an extension. Also, I don't know if copyright issues are fully worked out for them. -David