diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-04-03 21:13:10 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-04-03 21:13:10 +0000 |
commit | da0179bfb22bff9f159e4a7c76e0f810e84d0b4a (patch) | |
tree | 480a029dcc96488a02deba49ae173310407f4761 /ChangeLog | |
parent | 6150ef8696a3081772122743eb650d8449d4f7a3 (diff) | |
download | zsh-da0179bfb22bff9f159e4a7c76e0f810e84d0b4a.tar.gz zsh-da0179bfb22bff9f159e4a7c76e0f810e84d0b4a.tar.xz zsh-da0179bfb22bff9f159e4a7c76e0f810e84d0b4a.zip |
new completion functions
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index c631b8688..4eed30e4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-04-03 Oliver Kiddle <opk@zsh.org> + + * 13898, Bart: 13827: Completion/Zsh/Command/_ttyctl, + Completion/Zsh/Command/_ulimit, Completion/Zsh/Command/_vared: + new completion functions + 2001-04-03 Sven Wischnowsky <wischnow@zsh.org> * 13892: Src/Zle/compmatch.c, Test/comptest, Test/ztst.zsh: @@ -40,7 +46,7 @@ 2001-04-01 Oliver Kiddle <opk@zsh.org> - * Completion/Builtins/_bindkey, Completion/Builtins/_compdef, + * 13863: Completion/Builtins/_bindkey, Completion/Builtins/_compdef, Completion/Builtins/_disable, Completion/Builtins/_emulate, Completion/Builtins/_enable, Completion/Builtins/_fc, Completion/Builtins/_hash, Completion/Builtins/_print, @@ -111,8 +117,8 @@ 2001-03-28 Sven Wischnowsky <wischnow@zsh.org> - * Completion/Commands/_history_complete_word, - 13815: Doc/Zsh/compsys.yo: more cleanup; simplify the stop + * 13815: Completion/Commands/_history_complete_word, + Doc/Zsh/compsys.yo: more cleanup; simplify the stop and liststyles; try to make it obey whatever _main_complete says should be done (menu-wise) |