summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-05-05 09:54:38 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-05-05 09:54:38 +0000
commit144a06bf958b4e573fd3c78eab30536349d09cff (patch)
treedf8f8f2956a1cbbfb289660f6fb2bb574d921bf2 /ChangeLog
parent27947: some cases where we should execute EXIT traps (diff)
downloadzsh-144a06bf958b4e573fd3c78eab30536349d09cff.tar
zsh-144a06bf958b4e573fd3c78eab30536349d09cff.tar.gz
zsh-144a06bf958b4e573fd3c78eab30536349d09cff.tar.bz2
zsh-144a06bf958b4e573fd3c78eab30536349d09cff.tar.lz
zsh-144a06bf958b4e573fd3c78eab30536349d09cff.tar.xz
zsh-144a06bf958b4e573fd3c78eab30536349d09cff.tar.zst
zsh-144a06bf958b4e573fd3c78eab30536349d09cff.zip
users/15031: another file completion quoting fix,
useful if path-completion is false or accept-exact-dirs is true
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f34f5c5fb..cc4c0dea2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-05-05 Peter Stephenson <pws@csr.com>
+ * users/15031: Completion/Unix/Type/_path_files: fix (still
+ incomplete) for bizarre quoting rules for files in completion
+ with path-completion off or accept-exact-dirs on.
+
* 27947: Src/exec.c, Test/C03traps.ztst: fix some cases where we
should (probably) execute an EXIT trap but don't.
@@ -13101,5 +13105,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4972 $
+* $Revision: 1.4973 $
*****************************************************