diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2008-03-31 15:03:07 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-03-31 15:03:07 +0000 |
| commit | 1b3cb68d05c14df55fff23f8d355f46fc4056c68 (patch) | |
| tree | 279b2d182abdaec31adbf33cffd2a1b157f63e79 /Etc/relnote_4.3.6.txt | |
| parent | unposted: use kdialog in calendar_show if appropriate (diff) | |
| download | zsh-1b3cb68d05c14df55fff23f8d355f46fc4056c68.tar zsh-1b3cb68d05c14df55fff23f8d355f46fc4056c68.tar.gz zsh-1b3cb68d05c14df55fff23f8d355f46fc4056c68.tar.bz2 zsh-1b3cb68d05c14df55fff23f8d355f46fc4056c68.tar.lz zsh-1b3cb68d05c14df55fff23f8d355f46fc4056c68.tar.xz zsh-1b3cb68d05c14df55fff23f8d355f46fc4056c68.tar.zst zsh-1b3cb68d05c14df55fff23f8d355f46fc4056c68.zip | |
unposted: 4.3.5-dev-4zsh-4.3.5-dev-4
Diffstat (limited to 'Etc/relnote_4.3.6.txt')
| -rw-r--r-- | Etc/relnote_4.3.6.txt | 19 |
1 files changed, 19 insertions, 0 deletions
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. |
