diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-07-18 13:52:53 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-07-18 13:52:53 +0000 |
commit | 6a3e89d5391073cf51c459e7ab7b5c1e3b4528d4 (patch) | |
tree | bff862a66b49ff521b4718715be48967395ce9ef /ChangeLog | |
parent | 8c1b953b5a6c49d47f55d311d16852f94d2ebeed (diff) | |
download | zsh-6a3e89d5391073cf51c459e7ab7b5c1e3b4528d4.tar.gz zsh-6a3e89d5391073cf51c459e7ab7b5c1e3b4528d4.tar.xz zsh-6a3e89d5391073cf51c459e7ab7b5c1e3b4528d4.zip |
fix for 15407; there may be sets without matches (15409)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 68e6f8631..1d0560fe4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-07-18 Sven Wischnowsky <wischnow@zsh.org> + * 15409: Src/Zle/computil.c: fix for 15407; there may be sets + without matches + * 15407: Completion/Base/Utility/_describe, Completion/Zsh/Command/_zstyle, Doc/Zsh/compsys.yo, Src/Zle/complist.c, Src/Zle/compresult.c, Src/Zle/computil.c: |