Update documentation
authorStefan Vogel <sv@exept.de>
Wed, 10 Jan 2007 14:35:27 +0100
changeset 1820 81541477bf2a
parent 1819 1dc48bd7f7d8
child 1821 4da289d47424
Update documentation
ZipArchive.st
--- a/ZipArchive.st	Wed Jan 10 14:13:53 2007 +0100
+++ b/ZipArchive.st	Wed Jan 10 14:35:27 2007 +0100
@@ -9,8 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
-
 "{ Package: 'stx:libbasic2' }"
 
 Object subclass:#ZipArchive
@@ -1006,7 +1004,7 @@
 documentation
 "
     provides access to a zip archive.
-    Caveat: only uncompressed archives are supported (for now).
+    Caveat: the only compression method (for now) is deflate.
 
     [author:]
         Claus Gittinger
@@ -1740,7 +1738,7 @@
 !ZipArchive class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/ZipArchive.st,v 1.49 2006-09-14 17:13:21 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/ZipArchive.st,v 1.50 2007-01-10 13:35:27 stefan Exp $'
 ! !
 
 ZipArchive initialize!