From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3321 invoked from network); 1 Apr 2005 10:52:00 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 1 Apr 2005 10:52:00 -0000 Received: (qmail 13287 invoked from network); 1 Apr 2005 10:51:54 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 1 Apr 2005 10:51:54 -0000 Received: (qmail 22317 invoked by alias); 1 Apr 2005 10:51:52 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21079 Received: (qmail 22302 invoked from network); 1 Apr 2005 10:51:51 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 1 Apr 2005 10:51:51 -0000 Received: (qmail 13041 invoked from network); 1 Apr 2005 10:51:51 -0000 Received: from mailhost1.csr.com (HELO MAILSWEEPER01.csr.com) (81.105.217.43) by a.mx.sunsite.dk with SMTP; 1 Apr 2005 10:51:46 -0000 Received: from exchange03.csr.com (unverified [10.100.137.60]) by MAILSWEEPER01.csr.com (Content Technologies SMTPRS 4.3.12) with ESMTP id for ; Fri, 1 Apr 2005 11:50:09 +0100 Received: from news01.csr.com ([10.103.143.38]) by exchange03.csr.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 1 Apr 2005 11:54:14 +0100 Received: from news01.csr.com (localhost.localdomain [127.0.0.1]) by news01.csr.com (8.13.1/8.12.11) with ESMTP id j31ApjF7016384 for ; Fri, 1 Apr 2005 11:51:45 +0100 Received: from csr.com (pws@localhost) by news01.csr.com (8.13.1/8.13.1/Submit) with ESMTP id j31ApiMa016381 for ; Fri, 1 Apr 2005 11:51:44 +0100 Message-Id: <200504011051.j31ApiMa016381@news01.csr.com> X-Authentication-Warning: news01.csr.com: pws owned process doing -bs To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: zsh-4_2-patches Date: Fri, 01 Apr 2005 11:51:44 +0100 From: Peter Stephenson X-OriginalArrivalTime: 01 Apr 2005 10:54:14.0553 (UTC) FILETIME=[24D97090:01C536A9] X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 I've ported the following changes to the 4.2 code line. This is really just bug fixes, including documentation improvements; I haven't considered porting any enhancements. We may be ready to make another release there. If you have any further suggestions, please let me know by about this time on Monday. Index: ChangeLog =================================================================== RCS file: /cvsroot/zsh/zsh/ChangeLog,v retrieving revision 1.2478.2.23 diff -u -u -r1.2478.2.23 ChangeLog --- ChangeLog 31 Mar 2005 13:44:56 -0000 1.2478.2.23 +++ ChangeLog 1 Apr 2005 10:38:15 -0000 @@ -1,3 +1,8 @@ +2005-04-01 Peter Stephenson + + * 21078: Src/init.c, Test/A01grammar.ztst: parse errors didn't + cause non-zero exit status. + 2005-03-27 Clint Adams * 21075: Completion/Unix/Command/_baz: update baz completion @@ -15,11 +20,27 @@ * 21045: Src/Zle/compcore.c, Src/Zle/complete.c: more places where completion didn't handled Meta characters. +2005-03-21 Peter Stephenson + + * 21042: Src/Zle/zle_main.c, Doc/Zsh/zle.yo: test for and + document limitation that execute-named-comand and + execute-last-named-command can't be redefined or called by name. + +2005-03-18 Peter Stephenson + + * zsh-users/8609: Doc/Zsh/expn.yo: document order of (u), (o) + and (O) parameter expansion flags. + 2005-03-16 Peter Stephenson * 20983: Test/D02glob.ztst, Src/glob.c: fixed string segments in globbed paths could be copied wrongly, resulting in failed globs. +2005-03-15 Peter Stephenson + + * 20978: Src/zle_main.c: don't propagate EOFs from recursive + edit. + 2005-03-10 Peter Stephenson * 20959 (variant of 20958): Src/params.c, Src/Module/parameter.c, @@ -53,6 +74,10 @@ a single-character Makefile variable if it is a digit. Avoids an infinite recursion from a Makefile referencing $1. +2005-02-28 Philippe Troin + + * 20886: configure.ac: Use TTOU with trap rather than SIGTTOU. + 2005-02-25 Oliver Kiddle * 20867: Completion/Unix/Command/_ant: handle imported files -- Peter Stephenson Software Engineer CSR PLC, Churchill House, Cambridge Business Park, Cowley Road Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070 ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. **********************************************************************