Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: package documentation for 4.3.10
- X-seq: zsh-workers 26853
- From: Peter Stephenson <pws@xxxxxxx>
- To: "Zsh Hackers' List" <zsh-workers@xxxxxxxxxx>
- Subject: PATCH: package documentation for 4.3.10
- Date: Mon, 20 Apr 2009 18:45:39 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: CSR
cvs diff screwed up UTF-8; don't worry if there are any problems still
left in the diff, it should be committed correctly.
Index: NEWS
===================================================================
RCS file: /cvsroot/zsh/zsh/NEWS,v
retrieving revision 1.25
diff -u -r1.25 NEWS
--- NEWS 30 Oct 2008 12:18:54 -0000 1.25
+++ NEWS 20 Apr 2009 17:41:25 -0000
@@ -4,6 +4,22 @@
Note also the list of incompatibilities in the README file.
+Changes between versions 4.3.9 and 4.3.10
+-----------------------------------------
+
+The command "emulate <mode> -c ..." evaluates an expression in a given
+emulation. The emulation is sticky for functions defined within the
+expression.
+
+The variable CORRECT_IGNORE gives a pattern that can be ignored
+in spelling correction. CORRECT_IGNORE='_*' ignores completion functions.
+
+The option POSIX_ALIASES improves compatibility of aliases with other
+shells.
+
+The variable ZSH_PATCHLEVEL can be used to test for unreleased versions of
+the shell; it is present but less useful in released versions.
+
Major changes between versions 4.3.6 and 4.3.9
----------------------------------------------
Index: README
===================================================================
RCS file: /cvsroot/zsh/zsh/README,v
retrieving revision 1.63
diff -u -r1.63 README
--- README 5 Feb 2009 10:08:35 -0000 1.63
+++ README 20 Apr 2009 17:41:25 -0000
@@ -5,11 +5,11 @@
Version
-------
-This is version 4.3.9 of the shell. This is a development release,
+This is version 4.3.10 of the shell. This is a development release,
but is believed to be reasonably stable. Sites where the users need to
edit command lines with multibyte characters (in particular UTF-8)
will probably want to upgrade. The previous widely released version
-of the shell was 4.3.6.
+of the shell was 4.3.9.
Installing Zsh
--------------
Index: Etc/CONTRIBUTORS
===================================================================
RCS file: /cvsroot/zsh/zsh/Etc/CONTRIBUTORS,v
retrieving revision 1.18
diff -u -r1.18 CONTRIBUTORS
--- Etc/CONTRIBUTORS 10 Oct 2008 13:48:38 -0000 1.18
+++ Etc/CONTRIBUTORS 20 Apr 2009 17:41:25 -0000
@@ -20,18 +20,30 @@
Contributors to the main shell include Clint Adams, Rocky Bernstein, Andrey
Borzenkov, Dan Bullok, Marc Chantreux, Thorsten Dahlheimer, Wayne Davison,
-Oliver Kiddle, Matthias Kopferman, Mikael Magnusson, Dan Nelson, Phil
-Pennock, Toby Peterson, R. Ramkumar, Bart Schaefer, Joerg Sonnenberger,
-Peter Stephenson, Takimoto Jun, River Tarnell, Philippe Troin, Geoff Wing,
-Matt Wozniski.
+Lionel Flandrin, Michael Hwang, Oliver Kiddle, Greg Klanderman, Matthias
+Kopferman, Mikael Magnusson, Dan Nelson, Phil Pennock, Toby Peterson,
+R. Ramkumar, FranÃois Revol, Bart Schaefer, TomÃÅ Smetana, Joerg
+Sonnenberger, Peter Stephenson, Jon Strait, Takimoto Jun, River Tarnell,
+Frank Terbeck, Philippe Troin, Geoff Wing, Matt Wozniski.
The VCS_Info function system was written by Frank Terbeck.
-Contributors to completion functions include those above plus Zack Cerza,
-Danek Duvall, Tobias Gruetzmacher, Dough Kearns, Hannu Koivisto, Henryk
-Konsek, Scott Murray, Tomasz Pala, Carlos Phillips, Haakon Riiser, Felix
-Rosencrantz, Stephen RÃger, Kris Shannon, Travis Spencer, MÃrten
-Svantesson, Motoi Washida, Jess Weinstein.
+Contributors to completion and other shell functions include those above
+plus Nuno Alexandre, Ralph Amissah, Micah Anderson, arno, Frank Benkstein,
+Jay Berkenbilt, Frank Blendinger, Zack Cerza, Brendan Cully, Baptiste
+Daroussin, Danek Duvall, Ryan F, Sean Finney, Daniel Friesel, Alexey
+I. Froloff, Tobias Gruetzmacher, Pierre Habouzit, Richard Hartmann,
+Benjamin R. Haskell, Ag. D. Hatzimanikas, Pete Hollobon, Erik Johansson,
+Kohsuke Kawaguchi, Dough Kearns, Hannu Koivisto, Henryk Konsek, Chris Lamb,
+Vincent Lefevre, Roger Leigh, Eric Mangold, Max Mikhanosha, Arkadiusz
+Miskiewicz, Matthieu Moy, Scott Murray, Alexander Myodov, Kalle Olavi
+Niemitalo, Kazuhiro NISHIYAMA, Omari Norman, Mustafa Oezkan, Tomasz Pala,
+Peter Palfrader, Carlos Phillips, Daniel Qarras, Jean-Baptiste Quenot,
+David Riebenbauer, Haakon Riiser, Ingo Rohlfs, Felix Rosencrantz, Simon
+Ruderich, Stephen RÃger, William Scott, Kris Shannon, JÃrg Sommer, Travis
+Spencer, Vincent Steman, MÃrten Svantesson, Evgenii Terechkov, Magnus
+Therning, Ingmar Vanhassel, Markus Waldeck, Motoi Washida, Nikolai Weibull,
+Jess Weinstein.
Version 4.2
-----------
Index: Etc/FAQ.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Etc/FAQ.yo,v
retrieving revision 1.46
diff -u -r1.46 FAQ.yo
--- Etc/FAQ.yo 4 Mar 2009 12:04:11 -0000 1.46
+++ Etc/FAQ.yo 20 Apr 2009 17:41:25 -0000
@@ -298,7 +298,7 @@
sect(What's the latest version?)
Zsh 4.2.7 is the latest production version. The latest development
- version is 4.3.9; this contains support for multibyte character strings
+ version is 4.3.10; this contains support for multibyte character strings
(such as UTF-8 locales). All the main features for multibyte
support are now in place, although there is some debugging work
still to be done.
Index: Etc/relnote_4.3.10.txt
===================================================================
RCS file: Etc/relnote_4.3.10.txt
diff -N Etc/relnote_4.3.10.txt
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ Etc/relnote_4.3.10.txt 20 Apr 2009 17:41:25 -0000
@@ -0,0 +1,4 @@
+Versions 4.3.10 largely contains bugfixes with a few minor additions.
+
+See the NEWS file for more detailed information.
+
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author