summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2003-07-03 11:34:56 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2003-07-03 11:34:56 +0000
commit33aca1ff6ce316633eb25619e2d9fccf1c029cac (patch)
tree764e0cca27c672ecffba3435ca6c2f31c34947b8 /ChangeLog
parent18769: handle parse errors in autoload functions properly (diff)
downloadzsh-33aca1ff6ce316633eb25619e2d9fccf1c029cac.tar
zsh-33aca1ff6ce316633eb25619e2d9fccf1c029cac.tar.gz
zsh-33aca1ff6ce316633eb25619e2d9fccf1c029cac.tar.bz2
zsh-33aca1ff6ce316633eb25619e2d9fccf1c029cac.tar.lz
zsh-33aca1ff6ce316633eb25619e2d9fccf1c029cac.tar.xz
zsh-33aca1ff6ce316633eb25619e2d9fccf1c029cac.tar.zst
zsh-33aca1ff6ce316633eb25619e2d9fccf1c029cac.zip
19696: quoting of existing CVS-managed files was wrong
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25228940c..74e422037 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2003-07-03 Peter Stephenson <pws@csr.com>
+ * 19696: Completion/Unix/Command/_cvs: quoting of characters
+ when completing existing CVS-managed files (in particular
+ spaces) was flakey. The same problem probably exists for
+ completing modified files, but the code is indecipherable.
+
* 18769: Src/exec.c: parse error in autoloading file causes
return value zero and empty function definition. Presumed
to be error introduced with wordcode.