about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2000-05-09 16:53:34 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2000-05-09 16:53:34 +0000
commitf9938ba951ea09cea250eab05f596c081e6eed8a (patch)
tree6fbdc6857931ee40bbacfde2cbc92e1483731a80 /ChangeLog
parentdff7eff11b037d508e3c4b683c35954a29b416b0 (diff)
downloadzsh-f9938ba951ea09cea250eab05f596c081e6eed8a.tar.gz
zsh-f9938ba951ea09cea250eab05f596c081e6eed8a.tar.xz
zsh-f9938ba951ea09cea250eab05f596c081e6eed8a.zip
complete using _arguments for typeset and its variants (11282)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 298c4fbe2..909717259 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-09  Oliver Kiddle  <opk@zsh.org>
+
+	* 11282: Completion/Builtins/_vars_eq: complete using _arguments
+	for typeset and its variants
+
 2000-05-09  Tanaka Akira  <akr@zsh.org>
 
 	* 11280: Completion/User/_make: suppress an error with closed stdin