diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-10-06 05:18:25 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-10-06 05:18:25 +0000 |
commit | 2f2a33b2ea949a15d0e50678a495803bf8c07ef4 (patch) | |
tree | be946589eca9318fb7acbb3482efb17edf8aeecf /ChangeLog | |
parent | dc1527ce76d6acb733c379663f8d245095cac582 (diff) | |
download | zsh-2f2a33b2ea949a15d0e50678a495803bf8c07ef4.tar.gz zsh-2f2a33b2ea949a15d0e50678a495803bf8c07ef4.tar.xz zsh-2f2a33b2ea949a15d0e50678a495803bf8c07ef4.zip |
Other places where `unsetopt cshnullglob' is needed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4a680c505..f33db5a4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2000-10-05 Bart Schaefer <schaefer@zsh.org> + + * 12912: Completion/Commands/_bash_completions, + Completion/Commands/_complete_debug, + Completion/Commands/_complete_help, + Completion/Commands/_correct_word, + Completion/Commands/_expand_word, + Completion/Commands/_history_complete_word, + Completion/Commands/_next_tags, Completion/Core/_main_complete: + Other places where `unsetopt cshnullglob' is needed. + 2000-10-05 Sven Wischnowsky <wischnow@zsh.org> * 12901: Doc/Zsh/compwid.yo, Doc/Zsh/manual.yo: cleanup for 12896 |