about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-05 13:38:45 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-05 13:38:45 +0000
commit9f9b6e165516c4ee59b1f5b609a6890ccc3d598f (patch)
tree86460ad1a9886e6030fc1b1d1aee57668f28aa01 /ChangeLog
parent04118530d4157d3494349e2628246b78465e08f8 (diff)
downloadzsh-9f9b6e165516c4ee59b1f5b609a6890ccc3d598f.tar.gz
zsh-9f9b6e165516c4ee59b1f5b609a6890ccc3d598f.tar.xz
zsh-9f9b6e165516c4ee59b1f5b609a6890ccc3d598f.zip
completion function cleanup for `_arguments' with the `-C' option and using it's return value (11195)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d65f5ad1..b3f3649c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
 2000-05-05  Sven Wischnowsky  <wischnow@informatik.hu-berlin.de>
 
+	* 11195: Completion/AIX/_lsdev, Completion/Builtins/_bindkey,
+ 	Completion/Builtins/_compdef, Completion/Builtins/_zcompile,
+ 	Completion/Builtins/_zpty, Completion/Builtins/_zstyle,
+ 	Completion/User/_archie, Completion/User/_bzip2,
+ 	Completion/User/_compress, Completion/User/_enscript,
+ 	Completion/User/_finger, Completion/User/_gzip,
+ 	Completion/User/_imagemagick, Completion/User/_look,
+ 	Completion/User/_lynx, Completion/User/_lzop,
+ 	Completion/User/_mutt, Completion/User/_nedit,
+ 	Completion/User/_nslookup, Completion/User/_socket,
+ 	Completion/User/_telnet, Completion/User/_wget,
+ 	Completion/User/_whois, Completion/X/_xauth: completion function
+ 	cleanup for `_arguments' with the `-C' option and using it's
+ 	return value
+	
 	* 11193: Src/Zle/comp.h, Src/Zle/compcore.c: some more memory
  	initialisation after allocation; shouldn't possibly have done any
  	harm