about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-30 07:49:00 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-30 07:49:00 +0000
commit47c0bd0db1e9f9788f3ddb225b9ae2a17775e4c6 (patch)
tree64bdfe68ea2846a1e07d6e2e92662de8685033c1 /ChangeLog
parent61a2d24f54e177d952fb2a8f7a6e446f5cdd13cb (diff)
downloadzsh-47c0bd0db1e9f9788f3ddb225b9ae2a17775e4c6.tar.gz
zsh-47c0bd0db1e9f9788f3ddb225b9ae2a17775e4c6.tar.xz
zsh-47c0bd0db1e9f9788f3ddb225b9ae2a17775e4c6.zip
fixes for _arguments without multiple sets; change completion test for empty actions (11647)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e461b3c2c..d860cfd49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-05-30  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 11647: Completion/Base/_arguments, Completion/Linux/_rpm,
+ 	Src/Zle/computil.c, Test/53completion.ztst: fixes for _arguments
+ 	without multiple sets; change completion test for empty actions
+	
 2000-05-29  Bart Schaefer  <schaefer@zsh.org>
 
 	* 11644: Use `print -s' in _complete_debug, now that it works.