HistoryManager.st
changeset 320 661e503430ae
parent 258 bf9fd9ad4687
child 494 6bc61cd32f7c
--- a/HistoryManager.st	Sat Jun 15 13:50:52 1996 +0200
+++ b/HistoryManager.st	Sat Jun 15 15:26:04 1996 +0200
@@ -157,7 +157,7 @@
 
 !HistoryManager class methodsFor:'change and update'!
 
-update: what
+update:what with:aParameter from:changedObject
     "intercepts system restart - reinstall mySelf as dependent of all classes"
 
     (what == #restarted) ifTrue:[
@@ -172,6 +172,7 @@
 
     "Modified: 27.8.1995 / 16:33:02 / claus"
     "Modified: 20.4.1996 / 20:33:02 / cg"
+    "Created: 15.6.1996 / 15:25:53 / cg"
 ! !
 
 !HistoryManager class methodsFor:'helpers'!
@@ -523,6 +524,6 @@
 !HistoryManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.28 1996-05-18 15:37:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.29 1996-06-15 13:26:04 cg Exp $'
 ! !
 HistoryManager initialize!