HistoryManager.st
changeset 243 2d375fb526f6
parent 237 09c4d83d5ab1
child 245 f475bf72217a
--- a/HistoryManager.st	Fri Apr 26 18:28:47 1996 +0200
+++ b/HistoryManager.st	Sat Apr 27 20:06:13 1996 +0200
@@ -52,6 +52,14 @@
 
     [author:]
         Robert Sailer - AEG
+
+    [see also:]
+        HistoryLine
+
+    [start with:]
+         HistoryManager activate
+         HistoryManager deactivate
+
 "
 ! !
 
@@ -505,6 +513,6 @@
 !HistoryManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.25 1996-04-25 18:40:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.26 1996-04-27 18:06:13 cg Exp $'
 ! !
 HistoryManager initialize!