ValueModel.st
changeset 231 2fec6188bd28
parent 223 b65dc250db8d
child 326 ab4e3df5c5d5
--- a/ValueModel.st	Sat Apr 27 19:56:35 1996 +0200
+++ b/ValueModel.st	Sat Apr 27 19:59:26 1996 +0200
@@ -40,10 +40,12 @@
     but knows about interested objects (which get informed, whenever
     the value changes) and keeps track if the value was ever accepted.
 
-    Notice: this class was implemented using protocol information
-    from alpha testers - it may not be complete or compatible to
-    the corresponding ST-80 class. If you encounter any incompatibilities,
-    please forward a note to the ST/X team.
+    Notice: 
+        this class was implemented using protocol information
+        from alpha testers - 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.
 
     subclasses must redefine: #setValue: and #value
     (and optionally redefine #value:)
@@ -103,5 +105,5 @@
 !ValueModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ValueModel.st,v 1.16 1996-04-25 16:43:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ValueModel.st,v 1.17 1996-04-27 17:59:19 cg Exp $'
 ! !