diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2012-10-03 18:12:47 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2012-10-03 18:12:47 +0000 |
commit | 325c3864c67a3e7dfd949727a229adaa961c3d95 (patch) | |
tree | e56235534889085cbf8fb84f98dbc0b7e13bb4f9 /ChangeLog | |
parent | 61b9529ff848d6758b498389256111984bda1437 (diff) | |
download | zsh-325c3864c67a3e7dfd949727a229adaa961c3d95.tar.gz zsh-325c3864c67a3e7dfd949727a229adaa961c3d95.tar.xz zsh-325c3864c67a3e7dfd949727a229adaa961c3d95.zip |
users/17305: fix doc of ordering of word splitting
improve (z) and (Z) doc
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 0d68f729f..de241b8ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-10-03 Peter Stephenson <p.w.stephenson@ntlworld.com> + * users/17305: Doc/Zsh/expn.yo: fix documentation for ordering + of word splitting and improve (z) and (Z) documentation. + * users/17310: Doc/Zsh/params.yo, Src/lex.c, Test/A04redirect.ztst, Test/D06subscript.ztst: back off users/17304 owing to problem with [ command, document problem, and test the case that needs @@ -214,5 +217,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5732 $ +* $Revision: 1.5733 $ ***************************************************** |