diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-22 09:32:32 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-22 09:32:32 +0000 |
commit | c955b76cc54a8db00d7d9708dfa405685ab63675 (patch) | |
tree | f1e7a9503a0a74366eb324771ac25bcb076f5bb0 /ChangeLog | |
parent | ce90081ea88b97130f6c6758686711bc21c9ab3a (diff) | |
download | zsh-c955b76cc54a8db00d7d9708dfa405685ab63675.tar.gz zsh-c955b76cc54a8db00d7d9708dfa405685ab63675.tar.xz zsh-c955b76cc54a8db00d7d9708dfa405685ab63675.zip |
remove -h option from zstyle (11490)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 815dfb40a..fc649263d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-05-22 Sven Wischnowsky <wischnow@zsh.org> + * 11490: Doc/Zsh/mod_zutil.yo, Src/Modules/zutil.c: remove -h + option from zstyle + * 11489: Completion/Base/_arguments, Doc/Zsh/compsys.yo, Src/Zle/computil.c: pat(-) in long-option patterns to say that argument should be completed only after the `='; merge _arguments |