about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-05-31 12:38:34 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-05-31 12:38:34 +0000
commit171855e2e23938f40080ca2630d2efc42f319014 (patch)
treedb76e5c94287e7016304f81e56779305d482a8e4 /ChangeLog
parent63a32f3c34a09b0293c10421538b2da63ef9de73 (diff)
downloadzsh-171855e2e23938f40080ca2630d2efc42f319014.tar.gz
zsh-171855e2e23938f40080ca2630d2efc42f319014.tar.xz
zsh-171855e2e23938f40080ca2630d2efc42f319014.zip
fix tag-order problem with _arguments (completion after an option that gets an argument in the same word); and a fix for completion after -ab, where -a gets an argument in the next word and -b gets one in the same word (14607)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1848ff3d0..55eff46fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-05-31  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 14607: Completion/Base/Utility/_arguments, Src/Zle/computil.c:
+	fix tag-order problem with _arguments (completion after an
+	option that gets an argument in the same word); and a fix for
+	completion after -ab, where -a gets an argument in the next
+	word and -b gets one in the same word
+
 2001-05-31  Oliver Kiddle  <opk@zsh.org>
 
 	* unposted: Doc/Makefile.in, Doc/Zsh/compsys.yo: correct alphabetical