diff -r 3d4353d95c5a -r 661e503430ae HistoryManager.st --- 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!