category rename
authorClaus Gittinger <cg@exept.de>
Sun, 27 Oct 1996 15:13:57 +0100
changeset 504 b77d99f3bdb6
parent 503 67f6584e0f9f
child 505 d8d7556d05ee
category rename
HistMgr.st
HistoryManager.st
--- a/HistMgr.st	Tue Oct 22 19:57:06 1996 +0200
+++ b/HistMgr.st	Sun Oct 27 15:13:57 1996 +0100
@@ -18,7 +18,7 @@
 	category:'System-Changes-History'
 !
 
-!HistoryManager  class methodsFor:'documentation'!
+!HistoryManager class methodsFor:'documentation'!
 
 copyright 
 "
@@ -63,7 +63,7 @@
 "
 ! !
 
-!HistoryManager  class methodsFor:'initialization'!
+!HistoryManager class methodsFor:'initialization'!
 
 initMe
     "setup theOneAndOnly instance of myself (if not already present"
@@ -83,7 +83,7 @@
     "Modified: 20.4.1996 / 20:34:09 / cg"
 ! !
 
-!HistoryManager  class methodsFor:'instance creation'!
+!HistoryManager class methodsFor:'instance creation'!
 
 new
     "because there can be only ONE HistoryManager, new must me redefiend"
@@ -103,7 +103,7 @@
     "Modified: 11.08.1995 / 17:01:29 / robert"
 ! !
 
-!HistoryManager  class methodsFor:'accessing'!
+!HistoryManager class methodsFor:'accessing'!
 
 instance
     "return the one and only historyManager instance"
@@ -122,7 +122,7 @@
     "Modified: 20.4.1996 / 20:31:32 / cg"
 ! !
 
-!HistoryManager  class methodsFor:'activation / deactivation'!
+!HistoryManager class methodsFor:'activation / deactivation'!
 
 activate
     "activate the HistoryManagement"
@@ -155,7 +155,7 @@
     "Modified: 20.4.1996 / 20:31:53 / cg"
 ! !
 
-!HistoryManager  class methodsFor:'change and update'!
+!HistoryManager class methodsFor:'change & update'!
 
 update:what with:aParameter from:changedObject
     "intercepts system restart - reinstall mySelf as dependent of all classes"
@@ -175,7 +175,7 @@
     "Created: 15.6.1996 / 15:25:53 / cg"
 ! !
 
-!HistoryManager  class methodsFor:'helpers'!
+!HistoryManager class methodsFor:'helpers'!
 
 getAllHistoriesFrom:someString
     "returns anArray of HistoryLines from a string.
@@ -552,9 +552,9 @@
     "Modified: 12.10.1996 / 20:47:40 / cg"
 ! !
 
-!HistoryManager  class methodsFor:'documentation'!
+!HistoryManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/Attic/HistMgr.st,v 1.31 1996-10-14 16:01:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/Attic/HistMgr.st,v 1.32 1996-10-27 14:13:57 cg Exp $'
 ! !
 HistoryManager initialize!
--- a/HistoryManager.st	Tue Oct 22 19:57:06 1996 +0200
+++ b/HistoryManager.st	Sun Oct 27 15:13:57 1996 +0100
@@ -18,7 +18,7 @@
 	category:'System-Changes-History'
 !
 
-!HistoryManager  class methodsFor:'documentation'!
+!HistoryManager class methodsFor:'documentation'!
 
 copyright 
 "
@@ -63,7 +63,7 @@
 "
 ! !
 
-!HistoryManager  class methodsFor:'initialization'!
+!HistoryManager class methodsFor:'initialization'!
 
 initMe
     "setup theOneAndOnly instance of myself (if not already present"
@@ -83,7 +83,7 @@
     "Modified: 20.4.1996 / 20:34:09 / cg"
 ! !
 
-!HistoryManager  class methodsFor:'instance creation'!
+!HistoryManager class methodsFor:'instance creation'!
 
 new
     "because there can be only ONE HistoryManager, new must me redefiend"
@@ -103,7 +103,7 @@
     "Modified: 11.08.1995 / 17:01:29 / robert"
 ! !
 
-!HistoryManager  class methodsFor:'accessing'!
+!HistoryManager class methodsFor:'accessing'!
 
 instance
     "return the one and only historyManager instance"
@@ -122,7 +122,7 @@
     "Modified: 20.4.1996 / 20:31:32 / cg"
 ! !
 
-!HistoryManager  class methodsFor:'activation / deactivation'!
+!HistoryManager class methodsFor:'activation / deactivation'!
 
 activate
     "activate the HistoryManagement"
@@ -155,7 +155,7 @@
     "Modified: 20.4.1996 / 20:31:53 / cg"
 ! !
 
-!HistoryManager  class methodsFor:'change and update'!
+!HistoryManager class methodsFor:'change & update'!
 
 update:what with:aParameter from:changedObject
     "intercepts system restart - reinstall mySelf as dependent of all classes"
@@ -175,7 +175,7 @@
     "Created: 15.6.1996 / 15:25:53 / cg"
 ! !
 
-!HistoryManager  class methodsFor:'helpers'!
+!HistoryManager class methodsFor:'helpers'!
 
 getAllHistoriesFrom:someString
     "returns anArray of HistoryLines from a string.
@@ -552,9 +552,9 @@
     "Modified: 12.10.1996 / 20:47:40 / cg"
 ! !
 
-!HistoryManager  class methodsFor:'documentation'!
+!HistoryManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.31 1996-10-14 16:01:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.32 1996-10-27 14:13:57 cg Exp $'
 ! !
 HistoryManager initialize!