about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-06-15 08:09:09 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-06-15 08:09:09 +0000
commitdc102b813026240217920f5a027f47d12241913b (patch)
tree83f243cb769e2882d02142c097afe015a3440b32 /ChangeLog
parenta777f021a2101c90335f6f88eb31895df0e6f0a6 (diff)
downloadzsh-dc102b813026240217920f5a027f47d12241913b.tar.gz
zsh-dc102b813026240217920f5a027f47d12241913b.tar.xz
zsh-dc102b813026240217920f5a027f47d12241913b.zip
fix for _arguments, it took non-option strings as options (11910)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d1e70ba3..6308f7fec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-06-15  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 11910: Src/Zle/computil.c: fix for _arguments, it took
+ 	non-option strings as options
+	
 2000-06-14  Peter Stephenson  <pws@pwstephenson.fsnet.co.uk>
 
 	* 11906: Src/signals.c: yet another two bugs with saving traps: