diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-05 07:31:00 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-05 07:31:00 +0000 |
commit | 0f2250de44f1d753d7d9dc7e0d4f8927137bd956 (patch) | |
tree | 9b6cc8aadc1d4985e688dbcb16197ae165112b7f /ChangeLog | |
parent | 5d4faa678e1a3aede04654e6a914aa348313ecc6 (diff) | |
download | zsh-0f2250de44f1d753d7d9dc7e0d4f8927137bd956.tar.gz zsh-0f2250de44f1d753d7d9dc7e0d4f8927137bd956.tar.xz zsh-0f2250de44f1d753d7d9dc7e0d4f8927137bd956.zip |
complete after autoloaded directories (a rather ugly hack); remove old code in _files (comma separated patterns); improve docs for fake style and for comma separated qualifier lists (12892)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 410817ef3..db80affc3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2000-10-05 Sven Wischnowsky <wischnow@zsh.org> + + * 12892: Completion/Core/_files, Completion/Core/_path_files, + Doc/Zsh/compsys.yo, Doc/Zsh/expn.yo: complete after autoloaded + directories (a rather ugly hack); remove old code in _files (comma + separated patterns); improve docs for fake style and for comma + separated qualifier lists + 2000-10-04 Tanaka Akira <akr@zsh.org> * 12886: Completion/User/_cvs: make _cvs_vendor_branches to handle |