about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-06-11 09:10:42 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-06-11 09:10:42 +0000
commit1bb5b24d4e5627e147616dbfc49a96262e11d094 (patch)
treebc873a9d12bcb364b964b6977b38dff3ca984c1f /ChangeLog
parentb88864a2898d71ff401a6b0584e98b81b35ec7f3 (diff)
downloadzsh-1bb5b24d4e5627e147616dbfc49a96262e11d094.tar.gz
zsh-1bb5b24d4e5627e147616dbfc49a96262e11d094.tar.xz
zsh-1bb5b24d4e5627e147616dbfc49a96262e11d094.zip
23543: work around problem with ... in _perforce
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dfc783343..5dadf9aa1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-11  Peter Stephenson  <pws@csr.com>
+
+	* 23543: Completion/Unix/Command/_perforce: work around
+	problem adding "..." with hiddne prefix.
+
 2007-06-08  Peter Stephenson  <pws@csr.com>
 
 	* 23537: Doc/Zsh/mod_zutil.yo, Src/Module/zutil.c,