From 1b3cb68d05c14df55fff23f8d355f46fc4056c68 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 31 Mar 2008 15:03:07 +0000 Subject: unposted: 4.3.5-dev-4 --- Etc/.distfiles | 1 + Etc/FAQ.yo | 2 +- Etc/relnote_4.3.6.txt | 19 +++++++++++++++++++ Etc/relnotes_4.3.6.txt | 19 ------------------- 4 files changed, 21 insertions(+), 20 deletions(-) create mode 100644 Etc/relnote_4.3.6.txt delete mode 100644 Etc/relnotes_4.3.6.txt (limited to 'Etc') diff --git a/Etc/.distfiles b/Etc/.distfiles index 0e831cc4b..cad0b3b6a 100644 --- a/Etc/.distfiles +++ b/Etc/.distfiles @@ -15,5 +15,6 @@ changelog2html.pl completion-style-guide pubring.pgp relnote_4.3.5.txt +relnote_4.3.6.txt zsh-development-guide ' diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo index e2e835c0c..973393191 100644 --- a/Etc/FAQ.yo +++ b/Etc/FAQ.yo @@ -297,7 +297,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.5; this contains support for multibyte character strings + version is 4.3.6; 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.6.txt b/Etc/relnote_4.3.6.txt new file mode 100644 index 000000000..32ac311b9 --- /dev/null +++ b/Etc/relnote_4.3.6.txt @@ -0,0 +1,19 @@ +Version 4.3.6 contains mostly bugfixes, but there are some small +improvements. No incompatibilities with previous versions are known. + +Visible changes in the shell and its modules since 4.3.5 include the +following: + +The parameter subscripting flag "e", which existed but had limited +usefulness, has been extended to allow reverse matching of strings instead +of patterns. For example, "${array[(ie)*]}" substitutes the index of the +array element that contains the exact string "*". In previous versions of +the shell a fairly hairy process was necessary to ensure pattern characters +were quoted. + +The cd, chdir, pushd and popd builtins now take the option -q (quiet) which +avoids side effects when changing directories, suppressing the effect of +the chpwd function, the chpwd_functions array and printing of the directory +stack. The last was already possible with the option PUSHD_SILENT, but in +previous versions of the shell there was no easy way of suppressing the +other side effects. diff --git a/Etc/relnotes_4.3.6.txt b/Etc/relnotes_4.3.6.txt deleted file mode 100644 index 32ac311b9..000000000 --- a/Etc/relnotes_4.3.6.txt +++ /dev/null @@ -1,19 +0,0 @@ -Version 4.3.6 contains mostly bugfixes, but there are some small -improvements. No incompatibilities with previous versions are known. - -Visible changes in the shell and its modules since 4.3.5 include the -following: - -The parameter subscripting flag "e", which existed but had limited -usefulness, has been extended to allow reverse matching of strings instead -of patterns. For example, "${array[(ie)*]}" substitutes the index of the -array element that contains the exact string "*". In previous versions of -the shell a fairly hairy process was necessary to ensure pattern characters -were quoted. - -The cd, chdir, pushd and popd builtins now take the option -q (quiet) which -avoids side effects when changing directories, suppressing the effect of -the chpwd function, the chpwd_functions array and printing of the directory -stack. The last was already possible with the option PUSHD_SILENT, but in -previous versions of the shell there was no easy way of suppressing the -other side effects. -- cgit 1.4.1