about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-10-05 11:56:56 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-10-05 11:56:56 +0000
commit4bf4818f5a4ffc04f98c796c8b44dd7472fc771b (patch)
tree068be29e8aa41431091a9e4a4da15471966e7410 /ChangeLog
parent22d506ed6b0a9ef5b9dba6fa81d74182ca890ff0 (diff)
downloadzsh-4bf4818f5a4ffc04f98c796c8b44dd7472fc771b.tar.gz
zsh-4bf4818f5a4ffc04f98c796c8b44dd7472fc771b.tar.xz
zsh-4bf4818f5a4ffc04f98c796c8b44dd7472fc771b.zip
make _cd use only one call to _alternative, including completions from _tilde (using the named-directories tag) (15945)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79124f326..8ba7c2e18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2001-10-05  Sven Wischnowsky  <wischnow@zsh.org>
 
+	* 15945: Completion/Zsh/Command/_cd: make _cd use only one call
+	to _alternative, including completions from _tilde (using the
+	named-directories tag)
+
 	* 15944: Completion/Unix/Type/_path_files, Doc/Zsh/compsys.yo:
 	make expand style (file completion) work again; no more special
 	behaviour with menu completion; try to make docs clearer