comments
authorClaus Gittinger <cg@exept.de>
Fri, 12 Mar 2004 16:27:41 +0100
changeset 5703 0fd86e0939ff
parent 5702 065d7f151b11
child 5704 82093ade9b35
comments
ChangeSetBrowser.st
ChangesBrowser.st
--- 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 $'
 ! !
--- a/ChangesBrowser.st	Fri Mar 12 16:24:55 2004 +0100
+++ b/ChangesBrowser.st	Fri Mar 12 16:27:41 2004 +0100
@@ -52,6 +52,10 @@
 
     written jan 90 by claus
 
+    This is a very old leftover class (The Merovingian has not yet detected this one ;-)
+    It will be completely replaced by the ChangeSetBrowser class in the near future.
+
+
     [Class variables:]
         CompressSnapshotInfo            if true (the default), snapshot entries
                                         are also compressed in the compress function.
@@ -5558,5 +5562,5 @@
 !ChangesBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.314 2004-03-12 15:24:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.315 2004-03-12 15:27:41 cg Exp $'
 ! !