about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-07-17 08:05:56 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-07-17 08:05:56 +0000
commitd666896fa3e75e65fb26240d4164e5130b2a3392 (patch)
tree10fe64063983bb989e9c7dc97bf09c79fae15342 /ChangeLog
parent5d04a4010a39211f25ea8464107cae28bf85469d (diff)
downloadzsh-d666896fa3e75e65fb26240d4164e5130b2a3392.tar.gz
zsh-d666896fa3e75e65fb26240d4164e5130b2a3392.tar.xz
zsh-d666896fa3e75e65fb26240d4164e5130b2a3392.zip
don't treat non-option arguments as options (12266)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cd0cd46c..8ca124c53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-17  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 12266: Src/Zle/computil.c: don't treat non-option arguments as
+ 	options
+	
 2000-07-17  Wayne Davison  <wayned@users.sourceforge.net>
 
 	* 12265: Src/hist.c: Fixed gethistent().  Fixed a race condition