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: Post-22.1 development? Date: Tue, 05 Jun 2007 12:10:23 -0400 Message-ID: <873b16crgw.fsf@stupidchicken.com> References: <878xb05ras.fsf@stupidchicken.com> <856463sehn.fsf@lola.goethe.zz> <466481AF.5050507@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1181059851 15501 80.91.229.12 (5 Jun 2007 16:10:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 5 Jun 2007 16:10:51 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 05 18:10:49 2007 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 1HvbcG-0002v4-Fh for ged-emacs-devel@m.gmane.org; Tue, 05 Jun 2007 18:10:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HvbcF-000218-U4 for ged-emacs-devel@m.gmane.org; Tue, 05 Jun 2007 12:10:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HvbcC-00020Q-2q for emacs-devel@gnu.org; Tue, 05 Jun 2007 12:10:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HvbcA-000207-M0 for emacs-devel@gnu.org; Tue, 05 Jun 2007 12:10:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HvbcA-000204-DH for emacs-devel@gnu.org; Tue, 05 Jun 2007 12:10:34 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hvbc7-0004QI-MM; Tue, 05 Jun 2007 12:10:31 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id AD83A4E50A; Tue, 5 Jun 2007 12:10:23 -0400 (EDT) In-Reply-To: <466481AF.5050507@gnu.org> (Jason Rumney's message of "Mon\, 04 Jun 2007 22\:18\:39 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: 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:72277 Archived-At: Jason Rumney writes: > David Kastrup wrote: >>> Let's wait a couple of months. >>>=20=20=20=20=20 >> >> I don't think this is a good plan, and here is why: >> >> EMACS_22_BASE is for work on Emacs 22.2 >> trunk is for work on Emacs 22.2 >> unicode-2 is for work on Emacs 23.1 >>=20=20=20 > > I agree that 2 months is too long to wait. We should merge any changes > from the trunk that were intended for Emacs 22.2 ASAP, then any future > changes targeted for 22.2 should be made in the EMACS_22_BASE branch and > merged to the trunk, not the other way around. I've gone ahead and merged several straightforward bugfixes from the trunk into the branch. I also drew up a list of the remaining differences between the trunk and branch. Could people chime in about whether these should make their way into the branch? 1. Two new files: 2007-06-04 Michael Albinus net/socks.el 2007-05-31 Stefan Monnier textmodes/css-mode.el 2. Several package updates and enhancements: 2007-05-28 Michael Albinus Tramp 2.0.56. 2007-06-03 Nick Roberts [Terminal mouse enhancements] .... xt-mouse.el, t-mouse.el, keyboard.c, ... 2007-05-21 Chong Yidong [image uncaching code] image.c, image-mode.el 2007-05-24 Chong Yidong image-mode.el [scrolling in image-mode] 2007-05-22 Jan Dj=C3=A4rv Use find-source-lisp-file in help-fns.= el 2007-05-17 Vinicius Jose Latorre Printing 6.9 3. An incompatible package behavior change: 2007-06-01 David Kastrup * dired.el (dired-recursive-deletes, dired-recursive-copies): Change default to `top'. 4. Several other fixes whose safety is not known to me: 2007-06-03 Sam Steingold Add TIMESTAMP to LOC to handle "incremental compilation", e.g., with `omake -P': the compilation process never terminates and automatically recompiles modified files. * progmodes/compile.el (compilation-loop): VISITED is not 5th CDR. (compilation-next-error-function): Set TIMESTAMP. 2007-06-03 Sam Steingold * files.el (kill-buffer-ask): New function. (kill-some-buffers): Use it. (kill-matching-buffers): New user command. 2007-05-23 Eli Zaretskii * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer) (tar-get-descriptor): Handle type 55, an extended pax header. 2007-05-22 Martin Rudalics * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD. 2007-04-29 Andreas Schwab * lisp.h (VECSIZE): Use OFFSETOF. 2007-04-28 Richard Stallman * lread.c (read_escape): In a string, \s is always space. 5. And a big pile of changes by Stefan Monnier. [Stefan, can you handle the merge for these by yourself?] keymap.c emacs-lisp/derived.el emacs-lisp/copyright.el edmacro.el ediff-init.el cus-dep.el composite.el autoinsert.el textmodes/sgml-mode.el textmodes/tex-mode.el diff-mode.el emacs-lisp/advice.el newcomment.el textmodes/sgml-mode.el vc.el progmodes/python.el diff.el