ChangeSetBrowser.st
changeset 5703 0fd86e0939ff
parent 5527 bbff3dc4085b
child 6297 01b5be803287
--- a/ChangeSetBrowser.st	Fri Mar 12 16:24:55 2004 +0100
+++ b/ChangeSetBrowser.st	Fri Mar 12 16:27:41 2004 +0100
@@ -38,6 +38,13 @@
 documentation
 "
     like a changesBrowser, but manipulates the per-project change-lists.
+
+    This is operating on changes as a list of Change-instances 
+    as opposed to the ChangesBrowser which is doing it completely non-object oriented,
+    as a list of text-chunks.
+
+    ChangeSetBrowser is going to completely replace the ChangesBrowser class in the near
+    future.
 "
 ! !
 
@@ -946,5 +953,5 @@
 !ChangeSetBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ChangeSetBrowser.st,v 1.38 2004-02-17 11:08:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ChangeSetBrowser.st,v 1.39 2004-03-12 15:27:38 cg Exp $'
 ! !