diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-12 14:36:46 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-12 14:36:46 +0000 |
commit | a6ed22c58590da9faaaf9d9a46cf1050c2bb74d1 (patch) | |
tree | 9e50624eba9abe1074865dd5c990edcaa69153ee /ChangeLog | |
parent | 56caa787a6660d5a5aa7531b1fe773332900d77d (diff) | |
download | zsh-a6ed22c58590da9faaaf9d9a46cf1050c2bb74d1.tar.gz zsh-a6ed22c58590da9faaaf9d9a46cf1050c2bb74d1.tar.xz zsh-a6ed22c58590da9faaaf9d9a46cf1050c2bb74d1.zip |
fix for completing options with `_arguments -s'; fix for _message to use `builtin compadd' (11349)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3d1179e99..2840ac971 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-05-12 Sven Wischnowsky <wischnow@zsh.org> + + * 11349: Completion/Base/_arguments, Completion/Core/_message, + Src/Zle/computil.c: fix for completing options with `_arguments + -s'; fix for _message to use `builtin compadd' + 2000-05-12 Oliver Kiddle <opk@zsh.org> * 11347: Completion/Builtins/_hash, Completion/Builtins/_vars_eq: |