diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-06-06 09:50:39 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-06-06 09:50:39 +0000 |
commit | 78087d2e8d68b62127297c720046251735b2c663 (patch) | |
tree | 78118f65fce0ed172dfb676664d3c64c81e5f7c5 /ChangeLog | |
parent | 53228491bed4462dac9caddda9e613ade01bd6b8 (diff) | |
download | zsh-78087d2e8d68b62127297c720046251735b2c663.tar.gz zsh-78087d2e8d68b62127297c720046251735b2c663.tar.xz zsh-78087d2e8d68b62127297c720046251735b2c663.zip |
(14736)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4927d7960..c7994e629 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-06-06 Sven Wischnowsky <wischnow@zsh.org> + * 14736: Doc/Zsh/compsys.yo: make docs for _wanted and + _requested clearer (command has to allow options passed to it) + * 14733: Completion/Base/Utility/_arguments: two fixes: try all actions that have to be tried (but only once), execute actions if we aren't after an option already (in the same word) |