HistoryManager.st
changeset 957 54dade11e57f
parent 743 a21b7562704b
child 1081 5d8001052312
--- a/HistoryManager.st	Tue Aug 22 13:10:19 2000 +0200
+++ b/HistoryManager.st	Tue Aug 22 21:57:35 2000 +0200
@@ -11,6 +11,8 @@
  hereby transferred.
 "
 
+"{ Package: 'stx:libbasic3' }"
+
 Object subclass:#HistoryManager
 	instanceVariableNames:'historyMode fullHistoryUpdate'
 	classVariableNames:'TheOneAndOnlyInstance'
@@ -847,7 +849,7 @@
 !
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.45 1999-03-19 07:20:09 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.46 2000-08-22 19:57:33 cg Exp $'
 ! !
 
 !HistoryManager::HistoryLine class methodsFor:'filtering'!
@@ -1479,6 +1481,6 @@
 !HistoryManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.45 1999-03-19 07:20:09 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.46 2000-08-22 19:57:33 cg Exp $'
 ! !
 HistoryManager initialize!