HistoryManager.st
changeset 2081 a2e06c2dea4e
parent 2062 b2cfe78be5e1
child 2095 71dae0da5f44
--- a/HistoryManager.st	Thu Feb 26 22:22:08 2009 +0100
+++ b/HistoryManager.st	Thu Feb 26 22:26:57 2009 +0100
@@ -245,6 +245,7 @@
 !
 
 createInitialHistoryMethodIn:aClass
+    <resource: #obsolete>
     "create an initial (empty) history method"
 
     self obsoleteMethodWarning.
@@ -895,7 +896,7 @@
 !
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.68 2009-02-11 12:02:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.69 2009-02-26 21:26:57 stefan Exp $'
 ! !
 
 !HistoryManager::HistoryLine class methodsFor:'filtering'!
@@ -1521,7 +1522,7 @@
 !HistoryManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.68 2009-02-11 12:02:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.69 2009-02-26 21:26:57 stefan Exp $'
 ! !
 
 HistoryManager initialize!