about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-10-19 10:28:07 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-10-19 10:28:07 +0000
commit2a0862bc40493312db83b368b8ba927e9183b5b9 (patch)
tree51871e5a226ef1845fc1aac2a20dbd2967ced4c5 /ChangeLog
parent62829b856d9c6b054f3c6338a20f9d5c04d79d42 (diff)
downloadzsh-2a0862bc40493312db83b368b8ba927e9183b5b9.tar.gz
zsh-2a0862bc40493312db83b368b8ba927e9183b5b9.tar.xz
zsh-2a0862bc40493312db83b368b8ba927e9183b5b9.zip
fix: make _describe handle (...) arguments correctly; use _file_descriptors after -t in conditions; don't display empty descriptions in _file_descriptors (16085)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b9012a8f..95919c14c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2001-10-19  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 16085: Completion/Base/Utility/_describe,
+	Completion/Zsh/Context/_condition,
+	Completion/Zsh/Type/_file_descriptors: fix: make _describe
+	handle (...) arguments correctly; use _file_descriptors after
+	-t in conditions; don't display empty descriptions in
+	_file_descriptors
+
 2001-10-18  Oliver Kiddle  <opk@zsh.org>
 
 	* 16080: Src/builtin.c, Doc/Zsh/builtins.yo, Test/B03print.ztst: