about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-09 09:05:34 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-09 09:05:34 +0000
commit125dc0d4f2a3c1c4efe942e4d92c412583582f9d (patch)
tree7440be739687f4275c365d00f050418537461019 /ChangeLog
parente5eb094bf3c031f07f7e9ab152fe63a120dd3821 (diff)
downloadzsh-125dc0d4f2a3c1c4efe942e4d92c412583582f9d.tar.gz
zsh-125dc0d4f2a3c1c4efe942e4d92c412583582f9d.tar.xz
zsh-125dc0d4f2a3c1c4efe942e4d92c412583582f9d.zip
new -A and -S options to _arguments; `-opt=-' specs for options whose argument has to come after the `=' (11270)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b05d9e57..57197469b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-05-09  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 11270: Doc/Zsh/compsys.yo, Src/Zle/computil.c: new -A and -S
+ 	options to _arguments; `-opt=-' specs for options whose argument
+ 	has to come after the `='
+	
 2000-05-08  Oliver Kiddle  <opk@zsh.org>
 
 	* 11268: Doc/Zsh/compsys.yo, Doc/Zsh/builtins.yo: minor typo fixes