comment
authorca
Tue, 01 Apr 1997 18:04:28 +0200
changeset 2515 109a25a5cdca
parent 2514 8750c546d17c
child 2516 b99fff48c6c6
comment
ClassDescr.st
ClassDescription.st
--- a/ClassDescr.st	Tue Apr 01 18:04:03 1997 +0200
+++ b/ClassDescr.st	Tue Apr 01 18:04:28 1997 +0200
@@ -325,7 +325,7 @@
 !ClassDescription methodsFor:'renaming'!
 
 renameTo:newName
-    "change the name of the class"
+    "change the name of the class. Warning: this does not write a change record."
 
     |oldSym newSym|
 
@@ -1104,5 +1104,5 @@
 !ClassDescription class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ClassDescr.st,v 1.42 1997-03-22 13:19:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ClassDescr.st,v 1.43 1997-04-01 16:04:28 ca Exp $'
 ! !
--- a/ClassDescription.st	Tue Apr 01 18:04:03 1997 +0200
+++ b/ClassDescription.st	Tue Apr 01 18:04:28 1997 +0200
@@ -325,7 +325,7 @@
 !ClassDescription methodsFor:'renaming'!
 
 renameTo:newName
-    "change the name of the class"
+    "change the name of the class. Warning: this does not write a change record."
 
     |oldSym newSym|
 
@@ -1104,5 +1104,5 @@
 !ClassDescription class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.42 1997-03-22 13:19:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.43 1997-04-01 16:04:28 ca Exp $'
 ! !