summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-03-28 14:44:42 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-03-28 14:44:42 +0000
commit594f783c77e89a1b4d7c1b58448f797e7ed87e43 (patch)
tree74451ed615651548358e1e3d9264f60d38b57a65 /ChangeLog
parentusers/12739: fix multiple arguments to --with-term-lib (diff)
downloadzsh-594f783c77e89a1b4d7c1b58448f797e7ed87e43.tar
zsh-594f783c77e89a1b4d7c1b58448f797e7ed87e43.tar.gz
zsh-594f783c77e89a1b4d7c1b58448f797e7ed87e43.tar.bz2
zsh-594f783c77e89a1b4d7c1b58448f797e7ed87e43.tar.lz
zsh-594f783c77e89a1b4d7c1b58448f797e7ed87e43.tar.xz
zsh-594f783c77e89a1b4d7c1b58448f797e7ed87e43.tar.zst
zsh-594f783c77e89a1b4d7c1b58448f797e7ed87e43.zip
24775: improve _cd option handling
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e2435c50..3eac24b12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2008-03-28 Peter Stephenson <pws@csr.com>
+ * 24775: Completion/Zsh/Command/_cd, Doc/Zsh/compsys.yo: improve
+ option handling.
+
* users/12739: configure.ac: multiple arguments to --with-term-lib
weren't handled properly.