From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: Feature freeze on October 1 Date: Wed, 19 Sep 2012 15:11:12 +0200 Message-ID: <87627auphr.fsf@thinkpad.tsdh.de> References: <87fw6izq6z.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1348060294 31148 80.91.229.3 (19 Sep 2012 13:11:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Sep 2012 13:11:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 19 15:11:38 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 1TEK41-0003OO-Ht for ged-emacs-devel@m.gmane.org; Wed, 19 Sep 2012 15:11:37 +0200 Original-Received: from localhost ([::1]:58787 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEK3x-0005N4-3L for ged-emacs-devel@m.gmane.org; Wed, 19 Sep 2012 09:11:33 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:47206) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEK3p-0005KQ-3M for emacs-devel@gnu.org; Wed, 19 Sep 2012 09:11:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEK3k-0008Cm-E3 for emacs-devel@gnu.org; Wed, 19 Sep 2012 09:11:25 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:50382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEK3f-000851-01; Wed, 19 Sep 2012 09:11:15 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 2A45A1A407B; Wed, 19 Sep 2012 15:11:14 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uHPm3o0yVlCh; Wed, 19 Sep 2012 15:11:13 +0200 (CEST) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id A65E21A4056; Wed, 19 Sep 2012 15:11:12 +0200 (CEST) Mail-Followup-To: Chong Yidong , emacs-devel@gnu.org 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.2.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 141.26.64.15 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:153391 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. Ok, I have a new doc-view feature in the queue which allows slicing according to BoundingBox information. Basically, that allows for setting the optimal slice, i.e., all margins are completely cropped. I didn't need to modify existing code, just add some new functions, so I'm rather confident it won't break anything that works now. I need to do some more testing and document that feature, but I'll be ready before October 1st. Bye, Tassilo