From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Feature freeze on October 1 Date: Fri, 21 Sep 2012 11:07:43 +0800 Message-ID: <87obl0qdj4.fsf@gnu.org> References: <87fw6izq6z.fsf@gnu.org> <4311.1348165342@theowa.merten-home.homelinux.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1348196880 16933 80.91.229.3 (21 Sep 2012 03:08:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Sep 2012 03:08:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Merten Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 21 05:08:01 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 1TEtaz-00045L-Hv for ged-emacs-devel@m.gmane.org; Fri, 21 Sep 2012 05:08:01 +0200 Original-Received: from localhost ([::1]:51798 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEtav-0001mz-0z for ged-emacs-devel@m.gmane.org; Thu, 20 Sep 2012 23:07:57 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:33138) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEtas-0001ms-LU for emacs-devel@gnu.org; Thu, 20 Sep 2012 23:07:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEtar-00049F-JI for emacs-devel@gnu.org; Thu, 20 Sep 2012 23:07:54 -0400 Original-Received: from mail-pb0-f41.google.com ([209.85.160.41]:45831) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEtar-000499-DC for emacs-devel@gnu.org; Thu, 20 Sep 2012 23:07:53 -0400 Original-Received: by pbbro12 with SMTP id ro12so7274874pbb.0 for ; Thu, 20 Sep 2012 20:07:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=bXdLY0c7gzJSvhgZH6OIsFpwMGf+88mnvTZalDZrRnM=; b=gzFvKKMVzBlu9i2dgxwp6Z83xgNxNlPz0UAQaqygtq9LBFQEOaci9MQ+XDXXkEDWVw r/fUl6G/Y3bSZCBC6JeHwLxyCFJWJmnPunOYGKD9POzjI0i6MhYYR2NEhMzgl4fbtvka hBDSc123mxyi80an0QR9CGPBhj+tCr4NS0GbXR8Ms3Hbzf0QLJ3RJQrzf6e2vOqNpNbV pfd4yxgb6FK0Cn9Npi+drzyQgIpz3K/likaYctdQJMeHq7REwAUddzfaKJxV7MT+W92R zPDvy/QEC9Ovask35a9vNI6my4vA4jCXzg32iKsZSAARLec0jF5rlVByEp2rsHEKGPhT AYFw== Original-Received: by 10.66.88.198 with SMTP id bi6mr9944858pab.23.1348196872773; Thu, 20 Sep 2012 20:07:52 -0700 (PDT) Original-Received: from ulysses ([155.69.19.149]) by mx.google.com with ESMTPS id vf8sm4414260pbc.27.2012.09.20.20.07.49 (version=SSLv3 cipher=OTHER); Thu, 20 Sep 2012 20:07:51 -0700 (PDT) In-Reply-To: <4311.1348165342@theowa.merten-home.homelinux.org> (Stefan Merten's message of "Thu, 20 Sep 2012 20:22:22 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.41 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:153416 Archived-At: Stefan Merten writes: > I'm currently working on integration of `imenu'/`which-func' support > for `rst-mode'. Bug #11711 - being a feature request - has a patch > which seems to work. However, a proper integration needs refactoring > of the patch and a few other parts. I'm into this right now but given > my two week vacation starting next week I won't be able to commit a > final version of this feature before October 1. > > Second I'd like to revamp the faces for section headers. At the moment > there is some automatic calculation of the faces but in the past this > caused some pain for users and I decided to replace it with normal > `defface'. AFAICS this is not much work but a user visible change. > Again I can't commit this before October 1. > > So I'd like to ask for an extension until October 15. Is that ok? OK, assuming your changes are localized to imenu/which-func/rst-mode. > In addition I'd like to know how long the trunk is frozen. We are planning to experiment with a short freeze this time round. The current idea is to freeze for about a month, make the release branch, then open the trunk for commits. More details will be forthcoming.