.
authorclaus
Tue, 29 Aug 1995 18:39:29 +0200
changeset 45 0a58b03645a6
parent 44 27caba2cee6b
child 46 c53838e4783c
.
ClassChange.st
ClassChg.st
ClassCommentChange.st
ClassDefinitionChange.st
ClsComChg.st
ClsDefChg.st
MethodCategoryChange.st
MethodChange.st
MethodChg.st
MethodPrivacyChange.st
MthdCatChg.st
MthdPrivChg.st
--- a/ClassChange.st	Mon Aug 28 01:19:34 1995 +0200
+++ b/ClassChange.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/ClassChange.st,v 1.7 1995-08-11 16:01:01 claus Exp $
+$Header: /cvs/stx/stx/libbasic3/ClassChange.st,v 1.8 1995-08-29 16:39:09 claus Exp $
 '!
 
 !ClassChange class methodsFor:'documentation'!
@@ -42,13 +42,13 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic3/ClassChange.st,v 1.7 1995-08-11 16:01:01 claus Exp $
+$Header: /cvs/stx/stx/libbasic3/ClassChange.st,v 1.8 1995-08-29 16:39:09 claus Exp $
 "
 !
 
 documentation
 "
-    Abstarct superclass for class related changes
+    Abstract superclass for class related changes
 "
 ! !
 
--- a/ClassChg.st	Mon Aug 28 01:19:34 1995 +0200
+++ b/ClassChg.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/Attic/ClassChg.st,v 1.7 1995-08-11 16:01:01 claus Exp $
+$Header: /cvs/stx/stx/libbasic3/Attic/ClassChg.st,v 1.8 1995-08-29 16:39:09 claus Exp $
 '!
 
 !ClassChange class methodsFor:'documentation'!
@@ -42,13 +42,13 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic3/Attic/ClassChg.st,v 1.7 1995-08-11 16:01:01 claus Exp $
+$Header: /cvs/stx/stx/libbasic3/Attic/ClassChg.st,v 1.8 1995-08-29 16:39:09 claus Exp $
 "
 !
 
 documentation
 "
-    Abstarct superclass for class related changes
+    Abstract superclass for class related changes
 "
 ! !
 
--- a/ClassCommentChange.st	Mon Aug 28 01:19:34 1995 +0200
+++ b/ClassCommentChange.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/ClassCommentChange.st,v 1.8 1995-08-11 16:01:09 claus Exp $
+$Header: /cvs/stx/stx/libbasic3/ClassCommentChange.st,v 1.9 1995-08-29 16:39:12 claus Exp $
 '!
 
 !ClassCommentChange class methodsFor:'documentation'!
@@ -42,13 +42,14 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic3/ClassCommentChange.st,v 1.8 1995-08-11 16:01:09 claus Exp $
+$Header: /cvs/stx/stx/libbasic3/ClassCommentChange.st,v 1.9 1995-08-29 16:39:12 claus Exp $
 "
 !
 
 documentation
 "
-    instances represent comment-changes
+    instances represent class comment-changes. They are typically
+    held in a ChangeSet.
 "
 ! !
 
--- a/ClassDefinitionChange.st	Mon Aug 28 01:19:34 1995 +0200
+++ b/ClassDefinitionChange.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/ClassDefinitionChange.st,v 1.8 1995-08-11 16:01:13 claus Exp $
+$Header: /cvs/stx/stx/libbasic3/ClassDefinitionChange.st,v 1.9 1995-08-29 16:39:16 claus Exp $
 '!
 
 !ClassDefinitionChange class methodsFor:'documentation'!
@@ -42,13 +42,14 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic3/ClassDefinitionChange.st,v 1.8 1995-08-11 16:01:13 claus Exp $
+$Header: /cvs/stx/stx/libbasic3/ClassDefinitionChange.st,v 1.9 1995-08-29 16:39:16 claus Exp $
 "
 !
 
 documentation
 "
-    instances represent clas definition-changes
+    instances represent class definition-changes. They are typically
+    held in a ChangeSet.
 "
 ! !
 
--- a/ClsComChg.st	Mon Aug 28 01:19:34 1995 +0200
+++ b/ClsComChg.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/Attic/ClsComChg.st,v 1.8 1995-08-11 16:01:09 claus Exp $
+$Header: /cvs/stx/stx/libbasic3/Attic/ClsComChg.st,v 1.9 1995-08-29 16:39:12 claus Exp $
 '!
 
 !ClassCommentChange class methodsFor:'documentation'!
@@ -42,13 +42,14 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic3/Attic/ClsComChg.st,v 1.8 1995-08-11 16:01:09 claus Exp $
+$Header: /cvs/stx/stx/libbasic3/Attic/ClsComChg.st,v 1.9 1995-08-29 16:39:12 claus Exp $
 "
 !
 
 documentation
 "
-    instances represent comment-changes
+    instances represent class comment-changes. They are typically
+    held in a ChangeSet.
 "
 ! !
 
--- a/ClsDefChg.st	Mon Aug 28 01:19:34 1995 +0200
+++ b/ClsDefChg.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/Attic/ClsDefChg.st,v 1.8 1995-08-11 16:01:13 claus Exp $
+$Header: /cvs/stx/stx/libbasic3/Attic/ClsDefChg.st,v 1.9 1995-08-29 16:39:16 claus Exp $
 '!
 
 !ClassDefinitionChange class methodsFor:'documentation'!
@@ -42,13 +42,14 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic3/Attic/ClsDefChg.st,v 1.8 1995-08-11 16:01:13 claus Exp $
+$Header: /cvs/stx/stx/libbasic3/Attic/ClsDefChg.st,v 1.9 1995-08-29 16:39:16 claus Exp $
 "
 !
 
 documentation
 "
-    instances represent clas definition-changes
+    instances represent class definition-changes. They are typically
+    held in a ChangeSet.
 "
 ! !
 
--- a/MethodCategoryChange.st	Mon Aug 28 01:19:34 1995 +0200
+++ b/MethodCategoryChange.st	Tue Aug 29 18:39:29 1995 +0200
@@ -33,9 +33,16 @@
 "
 !
 
+documentation
+"
+    instances represent method-category changes (as done in the browser). 
+    They are typically held in a ChangeSet.
+"
+!
+
 version
 "
-$Header: /cvs/stx/stx/libbasic3/MethodCategoryChange.st,v 1.4 1995-08-11 16:01:28 claus Exp $
+$Header: /cvs/stx/stx/libbasic3/MethodCategoryChange.st,v 1.5 1995-08-29 16:39:26 claus Exp $
 "
 ! !
 
--- 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 $
 "
 ! !
 
--- a/MethodChg.st	Mon Aug 28 01:19:34 1995 +0200
+++ b/MethodChg.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/Attic/MethodChg.st,v 1.8 1995-08-11 16:01:16 claus Exp $
+$Header: /cvs/stx/stx/libbasic3/Attic/MethodChg.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/Attic/MethodChg.st,v 1.8 1995-08-11 16:01:16 claus Exp $
+$Header: /cvs/stx/stx/libbasic3/Attic/MethodChg.st,v 1.9 1995-08-29 16:39:20 claus Exp $
 "
 ! !
 
--- a/MethodPrivacyChange.st	Mon Aug 28 01:19:34 1995 +0200
+++ b/MethodPrivacyChange.st	Tue Aug 29 18:39:29 1995 +0200
@@ -1,6 +1,6 @@
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
-               All Rights Reserved
+	       All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -26,7 +26,7 @@
 copyright
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
-               All Rights Reserved
+	       All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -39,9 +39,16 @@
     "Modified: 27.8.1995 / 22:50:41 / claus"
 !
 
+documentation
+"
+    instances represent method-privacy changes (as done in the browser). 
+    They are typically held in a ChangeSet.
+"
+!
+
 version
 "
-$Header: /cvs/stx/stx/libbasic3/MethodPrivacyChange.st,v 1.1 1995-08-27 23:19:30 claus Exp $
+$Header: /cvs/stx/stx/libbasic3/MethodPrivacyChange.st,v 1.2 1995-08-29 16:39:29 claus Exp $
 "
 
     "Modified: 27.8.1995 / 22:50:34 / claus"
--- a/MthdCatChg.st	Mon Aug 28 01:19:34 1995 +0200
+++ b/MthdCatChg.st	Tue Aug 29 18:39:29 1995 +0200
@@ -33,9 +33,16 @@
 "
 !
 
+documentation
+"
+    instances represent method-category changes (as done in the browser). 
+    They are typically held in a ChangeSet.
+"
+!
+
 version
 "
-$Header: /cvs/stx/stx/libbasic3/Attic/MthdCatChg.st,v 1.4 1995-08-11 16:01:28 claus Exp $
+$Header: /cvs/stx/stx/libbasic3/Attic/MthdCatChg.st,v 1.5 1995-08-29 16:39:26 claus Exp $
 "
 ! !
 
--- a/MthdPrivChg.st	Mon Aug 28 01:19:34 1995 +0200
+++ b/MthdPrivChg.st	Tue Aug 29 18:39:29 1995 +0200
@@ -1,6 +1,6 @@
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
-               All Rights Reserved
+	       All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -26,7 +26,7 @@
 copyright
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
-               All Rights Reserved
+	       All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -39,9 +39,16 @@
     "Modified: 27.8.1995 / 22:50:41 / claus"
 !
 
+documentation
+"
+    instances represent method-privacy changes (as done in the browser). 
+    They are typically held in a ChangeSet.
+"
+!
+
 version
 "
-$Header: /cvs/stx/stx/libbasic3/Attic/MthdPrivChg.st,v 1.1 1995-08-27 23:19:30 claus Exp $
+$Header: /cvs/stx/stx/libbasic3/Attic/MthdPrivChg.st,v 1.2 1995-08-29 16:39:29 claus Exp $
 "
 
     "Modified: 27.8.1995 / 22:50:34 / claus"