diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-06-13 11:05:51 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-06-13 11:05:51 +0000 |
commit | 71a9847d48bcbcc4348b89d5fa1673496201f416 (patch) | |
tree | 8122c3b3c2531d0dc8cc4d6a21c280b0f3afa00a /ChangeLog | |
parent | 1bb5d4d3850dd3cc58979baccefbba400662f8b7 (diff) | |
download | zsh-71a9847d48bcbcc4348b89d5fa1673496201f416.tar.gz zsh-71a9847d48bcbcc4348b89d5fa1673496201f416.tar.xz zsh-71a9847d48bcbcc4348b89d5fa1673496201f416.zip |
fix for comparguments (completing after single letter options that get their argument in the next word); make _values ignore some of the standard option it may get; make _mount use _dir_list in some places and improve that; `document' comparguments and compvalues with some comments in computil.c (14897)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e3ba6c4e1..00fc21e9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2001-06-13 Sven Wischnowsky <wischnow@zsh.org> + + * 14897 (and Oliver Kiddle: 14862): Completion/Base/Utility/_values, + Completion/Unix/Command/_mount, Completion/Unix/Type/_dir_list, + Src/Zle/computil.c: fix for comparguments (completing after + single letter options that get their argument in the next + word); make _values ignore some of the standard option it may + get; make _mount use _dir_list in some places and improve that; + `document' comparguments and compvalues with some comments in + computil.c + 2001-06-13 Oliver Kiddle <opk@zsh.org> * 14896: Completion/Zsh/Type/_command_names: don't complete read-only |