about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--Etc/CONTRIBUTORS38
-rw-r--r--Etc/FAQ.yo2
-rw-r--r--Etc/relnote_4.3.10.txt4
-rw-r--r--NEWS16
-rw-r--r--README4
6 files changed, 54 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index a610f392b..87c24c8ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-21  Peter Stephenson  <pws@csr.com>
+
+	* 26853 + typo fix: NEWS, README, Etc/CONTRIBUTORS, Etc/FAQ.yo,
+	Etc/relnote_4.3.10.txt: package documentation updates.
+
 2009-04-20  Peter Stephenson  <pws@csr.com>
 
 	* Src/Modules/terminfo.mdd: make test agree with the one
@@ -11583,5 +11588,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4658 $
+* $Revision: 1.4659 $
 *****************************************************
diff --git a/Etc/CONTRIBUTORS b/Etc/CONTRIBUTORS
index 5152bba74..85e338091 100644
--- a/Etc/CONTRIBUTORS
+++ b/Etc/CONTRIBUTORS
@@ -20,18 +20,30 @@ Version 4.3
 
 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,
+Jesse Weinstein.
 
 Version 4.2
 -----------
@@ -175,7 +187,7 @@ Versions 3.1.7 to 3.1.9
   fix guttering, put up shelves in study, recarpet hall, ...
 
 Other patches were submitted by Will Day, Irving Wolfe, John Williams, Vin
-Shelton, Akim Demaille, Helmut Jarausch, Gene Cohler, Johan Sundström.
+Shelton, Akim Demaille, Helmut Jarausch, Gene Cohler, Johan Sundström.
 
 Version 3.1.6
 -------------
@@ -202,7 +214,7 @@ Version 3.1.6
 * Geoff Wing <gcw@zsh.org>:  Zle display code fixes, mailing list and patch
   archive.
 
-* Zoltán Hidvégi <hzoli@cs.elte.hu>: AIX dynamic loading code.
+* Zoltán Hidvégi <hzoli@cs.elte.hu>: AIX dynamic loading code.
 
 * Matt Armstrong: cygwin configuration changes.
 
@@ -212,7 +224,7 @@ Furukawa, Ville Herva, Will Day, Lehti Rahmi, Larry P. Schrof, Helmut
 Jarausch, Phil Pennock, Wilfredo Sanchez, Bruce Stephens, Gene Cohler,
 Ollivier Robert, Felix Rosencrantz.
 
-Previous versions of zsh 3 were maintained by Zoltán Hidvégi and Andrew
+Previous versions of zsh 3 were maintained by Zoltán Hidvégi and Andrew
 Main (Zefram).
 
 Version 3.0
@@ -224,7 +236,7 @@ Version 3.0
   internal hash tables and rewrote the related builtins (enable, disable,
   hash, unhash).  Made some cleanups in exec.c.
 
-* Zoltán Hidvégi <hzoli@cs.elte.hu> maintained zsh from version
+* Zoltán Hidvégi <hzoli@cs.elte.hu> maintained zsh from version
   2.6-beta16.  Rewrote most of the lexer and substitution and the related
   completion code.  Improved sh/ksh/POSIX compatibility.  Fixed lots
   of bugs in completion, parameter and history code.  Made zsh fully
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index 603505294..518f7aae8 100644
--- a/Etc/FAQ.yo
+++ b/Etc/FAQ.yo
@@ -298,7 +298,7 @@ sect(On what machines will it run?)
 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.
diff --git a/Etc/relnote_4.3.10.txt b/Etc/relnote_4.3.10.txt
new file mode 100644
index 000000000..7af85d88e
--- /dev/null
+++ b/Etc/relnote_4.3.10.txt
@@ -0,0 +1,4 @@
+Versions 4.3.10 largely contains bugfixes with a few minor additions.
+
+See the NEWS file for more detailed information.
+
diff --git a/NEWS b/NEWS
index 55f47e31d..e103840ee 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,22 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH
 
 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
 ----------------------------------------------
 
diff --git a/README b/README
index b2330f60a..796b5443b 100644
--- a/README
+++ b/README
@@ -5,11 +5,11 @@ THE Z SHELL (ZSH)
 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
 --------------