MethodChange.st
changeset 45 0a58b03645a6
parent 39 e36b38a77856
child 68 5f7ac0b5c903
--- a/MethodChange.st	Mon Aug 28 01:19:34 1995 +0200
+++ b/MethodChange.st	Tue Aug 29 18:39:29 1995 +0200
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libbasic3/MethodChange.st,v 1.8 1995-08-11 16:01:16 claus Exp $
+$Header: /cvs/stx/stx/libbasic3/MethodChange.st,v 1.9 1995-08-29 16:39:20 claus Exp $
 '!
 
 !MethodChange class methodsFor:'documentation'!
@@ -40,9 +40,16 @@
 "
 !
 
+documentation
+"
+    instances represent method-changes (as done in the browser). 
+    They are typically held in a ChangeSet.
+"
+!
+
 version
 "
-$Header: /cvs/stx/stx/libbasic3/MethodChange.st,v 1.8 1995-08-11 16:01:16 claus Exp $
+$Header: /cvs/stx/stx/libbasic3/MethodChange.st,v 1.9 1995-08-29 16:39:20 claus Exp $
 "
 ! !