checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 07 Dec 1995 10:47:34 +0100
changeset 242 85bf88a27903
parent 241 9366ced0db42
child 243 4cdc71d87dd4
checkin from browser
DiffTextView.st
DiffTxtV.st
--- a/DiffTextView.st	Wed Dec 06 17:14:40 1995 +0100
+++ b/DiffTextView.st	Thu Dec 07 10:47:34 1995 +0100
@@ -10,8 +10,6 @@
  hereby transferred.
 "
 
-'From Smalltalk/X, Version:2.10.8 on 20-nov-1995 at 14:13:20'                   !
-
 TwoColumnTextView subclass:#DiffTextView
 	 instanceVariableNames:'useColors showSeparators addedColor addedBgColor removedColor
                 removedBgColor changedColor changedBgColor'
@@ -48,10 +46,7 @@
     For a real world application, see the ChangesBrowsers
     compare function.
 "
-!
-
-version
-^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.12 1995-11-20 13:23:29 cg Exp $'! !
+! !
 
 !DiffTextView class methodsFor:'defaults'!
 
@@ -374,3 +369,7 @@
     "Modified: 20.11.1995 / 13:18:06 / cg"
 ! !
 
+!DiffTextView class methodsFor:'documentation'!
+
+version
+^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.13 1995-12-07 09:47:34 cg Exp $'! !
--- a/DiffTxtV.st	Wed Dec 06 17:14:40 1995 +0100
+++ b/DiffTxtV.st	Thu Dec 07 10:47:34 1995 +0100
@@ -10,8 +10,6 @@
  hereby transferred.
 "
 
-'From Smalltalk/X, Version:2.10.8 on 20-nov-1995 at 14:13:20'                   !
-
 TwoColumnTextView subclass:#DiffTextView
 	 instanceVariableNames:'useColors showSeparators addedColor addedBgColor removedColor
                 removedBgColor changedColor changedBgColor'
@@ -48,10 +46,7 @@
     For a real world application, see the ChangesBrowsers
     compare function.
 "
-!
-
-version
-^ '$Header: /cvs/stx/stx/libtool/Attic/DiffTxtV.st,v 1.12 1995-11-20 13:23:29 cg Exp $'! !
+! !
 
 !DiffTextView class methodsFor:'defaults'!
 
@@ -374,3 +369,7 @@
     "Modified: 20.11.1995 / 13:18:06 / cg"
 ! !
 
+!DiffTextView class methodsFor:'documentation'!
+
+version
+^ '$Header: /cvs/stx/stx/libtool/Attic/DiffTxtV.st,v 1.13 1995-12-07 09:47:34 cg Exp $'! !