diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-03-23 09:55:49 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-03-23 09:55:49 +0000 |
commit | 6fc50b05c450aece01983b8b91903d2fb32905d1 (patch) | |
tree | c194e767c56d59e7ac81174ce6f1f0d41489b04e /ChangeLog | |
parent | 2849199f3ce96db38cb9003c977b5b7cc783c86a (diff) | |
download | zsh-6fc50b05c450aece01983b8b91903d2fb32905d1.tar.gz zsh-6fc50b05c450aece01983b8b91903d2fb32905d1.tar.xz zsh-6fc50b05c450aece01983b8b91903d2fb32905d1.zip |
fixlet, complicated match specs could result in incorrect words being used as possible path expansions (13724)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 53cd7f1c6..64641e1b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-03-23 Sven Wischnowsky <wischnow@zsh.org> + + * 13724: Completion/Core/_path_files: fixlet, complicated + match specs could result in incorrect words being used as + possible path expansions + 2001-03-22 Peter Stephenson <pws@csr.com> * 13676: Completion/User/_mh: some tweaks for nmh. |