about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-08-14 19:30:31 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-08-14 19:30:31 +0000
commitb7d9ff9d3bf71b0f087071895df047946132c784 (patch)
tree82904a92e1d2c891a2bd640c9e4d8024f38e3356 /ChangeLog
parent6a77c04ce0fd8079ac93aa6f1657b3cc130987bc (diff)
downloadzsh-b7d9ff9d3bf71b0f087071895df047946132c784.tar.gz
zsh-b7d9ff9d3bf71b0f087071895df047946132c784.tar.xz
zsh-b7d9ff9d3bf71b0f087071895df047946132c784.zip
22601: need some unquoting in _list_files
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd86dfb88..269e32943 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,11 @@
 	* 22605: Src/Zle/complist.c: bug in 22597 noticed by Bart
 	when not printing.
 
+2006-08-13  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 22601: Completion/Unix/Type/_list_files: need to unquote
+	characters quoted by the completion mechanism.
+
 2006-08-13  Clint Adams  <clint@zsh.org>
 
 	* unposted: Functions/Zle/.distfiles,