=========================
Tk95 V0.99 (25.08.98)
=========================

1. Introduction
===============

This work is a successful attempt to give Tk an Win95 look'n'feel by applying
the smallest possible patch to Tk Unix source.

2. Installation
===============

If you have either the 8.0p2 or 8.1a2 original (unpatched) distributions, cd
to your Tk95 source directory and execute the following:

	8.0p2.sh <source> <install>
or
	8.1a2.sh <source> <install>

respectively, where:

    <source> = directory containing the Tk source tree: tk8.0 or tk8.1a2
		(typically <source>=/usr/local/src)

    <install> = directory where you installed the Tk library: tk8.0 or tk8.1
		(typically <install>=/usr/lib or <install>=/usr/local/lib)

Installing against patched versions of Tk may raise some simple problems. In
any case, even trying a backport to Tk4.2 or former should be relatively
straightforward.

3. Copying
===============

The following is part of the file "license.terms" from the Tk distribution:

" Modifications to this software may be copyrighted by their authors
  and need not follow the licensing terms described here, provided that
  the new terms are clearly indicated on the first page of each file where
  they apply. "

In the present case the new terms are those of the LGPL.
See directory COPYING.

Note: LGPL applies only to the modified files and their derived object code, so
that you can in principle link your non-free software dynamically with those
object files and statically with the rest of Tk.

4. Bugs
===============

* Only tested on a Linux box.
* Images in message boxes have an ugly hardcoded #c0c0c0 background instead
of a transparent one.
* Some problems with focus rings.
* A Win95-like file dialog is not yet ready (work in progress).
Please send many bug fixes (and few bug reports :-) to:

	antonio@hp720.icqem.pi.cnr.it		(Antonio Tozzi)
