Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

zsh-4_2-patches



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  <pws@xxxxxxx>
+
+	* 21078: Src/init.c, Test/A01grammar.ztst: parse errors didn't
+	cause non-zero exit status.
+
 2005-03-27  Clint Adams  <clint@xxxxxxx>
 
 	* 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  <pws@xxxxxxx>
+
+	* 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  <pws@xxxxxxx>
+
+	* zsh-users/8609: Doc/Zsh/expn.yo: document order of (u), (o)
+	and (O) parameter expansion flags.
+
 2005-03-16  Peter Stephenson  <pws@xxxxxxx>
 
 	* 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  <pws@xxxxxxx>
+
+	* 20978: Src/zle_main.c: don't propagate EOFs from recursive
+	edit.
+
 2005-03-10  Peter Stephenson  <pws@xxxxxxx>
 
 	* 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  <phil@xxxxxxxx>
+
+	* 20886: configure.ac: Use TTOU with trap rather than SIGTTOU.
+
 2005-02-25  Oliver Kiddle  <opk@xxxxxxx>
 
 	* 20867: Completion/Unix/Command/_ant: handle imported files

-- 
Peter Stephenson <pws@xxxxxxx>                  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.

**********************************************************************



Messages sorted by: Reverse Date, Date, Thread, Author