diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-09 09:05:34 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-09 09:05:34 +0000 |
commit | 125dc0d4f2a3c1c4efe942e4d92c412583582f9d (patch) | |
tree | 7440be739687f4275c365d00f050418537461019 /ChangeLog | |
parent | e5eb094bf3c031f07f7e9ab152fe63a120dd3821 (diff) | |
download | zsh-125dc0d4f2a3c1c4efe942e4d92c412583582f9d.tar.gz zsh-125dc0d4f2a3c1c4efe942e4d92c412583582f9d.tar.xz zsh-125dc0d4f2a3c1c4efe942e4d92c412583582f9d.zip |
new -A and -S options to _arguments; `-opt=-' specs for options whose argument has to come after the `=' (11270)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7b05d9e57..57197469b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-05-09 Sven Wischnowsky <wischnow@zsh.org> + + * 11270: Doc/Zsh/compsys.yo, Src/Zle/computil.c: new -A and -S + options to _arguments; `-opt=-' specs for options whose argument + has to come after the `=' + 2000-05-08 Oliver Kiddle <opk@zsh.org> * 11268: Doc/Zsh/compsys.yo, Doc/Zsh/builtins.yo: minor typo fixes |