From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Release plans Date: Sat, 26 Jul 2008 10:39:08 +0300 Message-ID: References: <87r69wcxn7.fsf@stupidchicken.com> <87prp7vo3k.fsf@stupidchicken.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1217057965 22659 80.91.229.12 (26 Jul 2008 07:39:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Jul 2008 07:39:25 +0000 (UTC) Cc: Roland Winkler , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 26 09:40:14 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 1KMeNw-0005VX-M8 for ged-emacs-devel@m.gmane.org; Sat, 26 Jul 2008 09:40:12 +0200 Original-Received: from localhost ([127.0.0.1]:41119 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KMeN2-0006G3-RN for ged-emacs-devel@m.gmane.org; Sat, 26 Jul 2008 03:39:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KMeMx-0006Fo-7u for emacs-devel@gnu.org; Sat, 26 Jul 2008 03:39:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KMeMv-0006EN-QN for emacs-devel@gnu.org; Sat, 26 Jul 2008 03:39:10 -0400 Original-Received: from [199.232.76.173] (port=58214 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KMeMv-0006Dz-J6 for emacs-devel@gnu.org; Sat, 26 Jul 2008 03:39:09 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:17270) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KMeMv-0001Qm-Ut for emacs-devel@gnu.org; Sat, 26 Jul 2008 03:39:10 -0400 Original-Received: from mtaout2.012.net.il ([84.95.2.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KMeMu-0002vF-Ev for emacs-devel@gnu.org; Sat, 26 Jul 2008 03:39:08 -0400 Original-Received: from HOME-C4E4A596F7 ([84.229.112.15]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K4L00EOKRX9BLB0@i_mtaout2.012.net.il> for emacs-devel@gnu.org; Sat, 26 Jul 2008 10:39:10 +0300 (IDT) In-reply-to: <87prp7vo3k.fsf@stupidchicken.com> X-012-Sender: halo1@inter.net.il X-detected-kernel: by mx20.gnu.org: Solaris 9.1 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:101504 Archived-At: > From: Chong Yidong > Date: Mon, 21 Jul 2008 00:49:03 -0400 > > > Just a reminder: we will begin the feature freeze for Emacs 23.1 at the > > end of this month. > > If anyone on this list has a patch that is still waiting for approval or > further comments, now would be a good time to ping. I've been working off-list with Roland Winkler on adding two primitives to Emacs that would allow proced.el to avoid using external programs such as `ps' to implement Process Editor mode. The GNU/Linux part of the primitives is almost done; I need maybe one more weekend to finish it and install the changes. The MS-Windows implementation will follow. I hope I will be allowed to install these changes on the trunk.