tkxcd 1.1.0

Description
============
This is a diff front end with a look and feel based on
Atria Clearcase xcleardiff.  It is written in tcl/tk. The
versions I tested it under are Tk4.1 and Tcl7.5 but 
should work with any later versions.


Installation
============

These are the installation instructions for tkxcd.

   1) unpack the archive using 

      tar -zxf tkxcd-v.v.v.tar.gz

      or

      gunzip tkxcd-v.v.v.tar.gz
      tar -xf tkxcd-v.v.v.tar

   2) change the top line of the tkxcd file to point to
      your wish.

   3) copy it to a directory you want it installed in.

   4) copy the tkxcd.man to a man directory and change
      .man to the number of the directory.


That is it.

Usage
======

To diff two file type
   tkxcd file_old file_new

To diff two versions of an RCS file
   tkxcd -rcs file version_old version_new


To diff the checked-out RCS file to a previous version
   tkxcd -rcs file version_old

To diff the checked-out RCS file against the last checked-in version
   tkxcd -rcs file
 
Bug Reports
============
I wrote this for my own personal use but am giving it out for
others to use.  If you would like to make bug reports or
suggestions please email them to me.  Also if you have any
code fixed please send them as well.  If you want to be kept
up to date on any changes I make please send me your email
address and I will keep you posted.

My email is      		quillan@doitnow.com

tkxcd homepage is 	http://www.doitnow.com/~quillan/john/tkxcd
