diff options
author | Doug Kearns <dkearns@users.sourceforge.net> | 2005-06-08 06:20:39 +0000 |
---|---|---|
committer | Doug Kearns <dkearns@users.sourceforge.net> | 2005-06-08 06:20:39 +0000 |
commit | 57879ec4295839be9ed42b920b5727fc0b34855e (patch) | |
tree | b4e5b956090a491b6509ab40368befbb25f77ca2 /ChangeLog | |
parent | 7b2bbf51f20552a07beb5630042a8a881db00e78 (diff) | |
download | zsh-57879ec4295839be9ed42b920b5727fc0b34855e.tar.gz zsh-57879ec4295839be9ed42b920b5727fc0b34855e.tar.xz zsh-57879ec4295839be9ed42b920b5727fc0b34855e.zip |
21306: add -s option to _disable
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 83bc30018..98f1374a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-06-08 Doug Kearns <djkea2@gus.gscit.monash.edu.au> + * 21306: Completion/Zsh/Command/_disable: add -s option for removing + suffix aliases + * 21310: Completion/Unix/Type/_global_tags: pass an array to compadd; redirect stderr to /dev/null when generating matches with _call_program |