diff options
author | Clint Adams <clint@users.sourceforge.net> | 2000-08-31 06:12:58 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2000-08-31 06:12:58 +0000 |
commit | 91914bdd4932d52605db04fe9590759801e8a16f (patch) | |
tree | e9f5b664bae5695535d4f95d6fb870563b7e00ac /ChangeLog | |
parent | 942009eb9f6451915f23d921c0f49d3102dbd26c (diff) | |
download | zsh-91914bdd4932d52605db04fe9590759801e8a16f.tar.gz zsh-91914bdd4932d52605db04fe9590759801e8a16f.tar.xz zsh-91914bdd4932d52605db04fe9590759801e8a16f.zip |
12720: replace _files with _path_files for two instances in _dpkg
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e46908f0b..e302d6f0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-08-30 Clint Adams <schizo@debian.org> + + * 12720: Completion/Debian/_dpkg: change two instances of + _files to _path_files to avoid completion of all-files. + 2000-08-29 Peter Stephenson <pws@pwstephenson.fsnet.co.uk> * 12719: Doc/Zsh/mod_zle.yo, Src/utils.c, Src/Zle/zle_main.c: |