diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-08-05 10:14:53 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-08-05 10:14:53 +0000 |
commit | 207acdfe8916f6853430058c75706b5891808cc9 (patch) | |
tree | c2a84bd48854d6eab8c2c0016772a234eefcbece /ChangeLog | |
parent | a0b5ea6ffe482e1d4d8642eda4ffaf51d140fe9d (diff) | |
download | zsh-207acdfe8916f6853430058c75706b5891808cc9.tar.gz zsh-207acdfe8916f6853430058c75706b5891808cc9.tar.xz zsh-207acdfe8916f6853430058c75706b5891808cc9.zip |
27211: handle Cygwin device files & drives specially in compfiles
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 1e69c9461..5190d8735 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-08-05 Peter Stephenson <pws@csr.com> + + * 27211: Src/Zle/computil.c: Extend exact completion within + compfiles -p/-P to treat drives and device files specially under + Cygwin. + 2009-08-05 Clint Adams <clint@zsh.org> * 27209: Completion/Unix/Type_path_files: fix breakage from @@ -12059,5 +12065,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4756 $ +* $Revision: 1.4757 $ ***************************************************** |