diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Completion/Zsh/Context/.distfiles | 1 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 1d268613a..3e67fcf27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,8 +18,8 @@ 2001-06-27 Peter Stephenson <pws@pwstephenson.fsnet.co.uk> - * 15151: zshconfig.ac: enable-sitefndir should have been - enable-site-fndir, spotted by Jos Backus. + * 15151: zshconfig.ac: --enable-sitefndir should be + --enable-site-fndir, spotted by Jos Backus. 2001-06-27 Sven Wischnowsky <wischnow@zsh.org> @@ -55,6 +55,9 @@ 2001-06-25 Peter Stephenson <pws@pwstephenson.fsnet.co.uk> * zsh-users/3942: source installed as Etc/FAQ.yo: latest FAQ. + + * unposted: Completion/Zsh/Context/.distfiles: add _autocd. + 2001-06-25 Clint Adams <clint@zsh.org> diff --git a/Completion/Zsh/Context/.distfiles b/Completion/Zsh/Context/.distfiles index de5a691cc..b844887d6 100644 --- a/Completion/Zsh/Context/.distfiles +++ b/Completion/Zsh/Context/.distfiles @@ -1,5 +1,6 @@ DISTFILES_SRC=' .distfiles +_autocd _brace_parameter _equal _math _subscript _condition _first _parameter _tilde _default _in_vared _redirect _value |