BoundedWrapper.st
changeset 365 47e0d48fd769
parent 293 d10ad10d23fa
child 1789 f52f0a0d8448
--- a/BoundedWrapper.st	Tue Jan 14 17:59:34 1997 +0100
+++ b/BoundedWrapper.st	Tue Jan 14 18:02:37 1997 +0100
@@ -12,6 +12,14 @@
     a dummy class - only existing to provide a compatible home
     for fileIn of ST-80 classes.
 
+    Notice: 
+        this class was implemented using protocol information
+        from alpha testers, from reading PD programs and 
+        from the Hopkins/Horan book.
+        - it may not be complete or compatible to the corresponding ST-80 class. 
+        If you encounter any incompatibilities, please forward a note 
+        describing the incompatibility verbal (i.e. no code) to the ST/X team.
+
     [see also:]
         Wrapper TranslatingWrapper BorderedWrapper GeometricWrapper
 
@@ -25,5 +33,5 @@
 !BoundedWrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/BoundedWrapper.st,v 1.2 1996-06-05 15:29:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/BoundedWrapper.st,v 1.3 1997-01-14 17:01:17 cg Exp $'
 ! !