ANNOUNCE: TkReplay Version 1.1 -- Record and Replay for Tk

TkReplay is a facility for recording interaction scripts of Tk programs
and playing them later.  This version, TkReplay1.1, works with Tk4.1.

TkReplay is useful for regression testing and creating demonstrations.

Improvements:
- Supports Tk4.0, Tk4.1, and Itcl2.
- Connecting and replay are much faster.
- Can use with sockets instead of send.

This distribution contains a loadable extension that allows Tk to
move (warp in X terms) the mouse cursor anywhere on the screen.
This is used in reproducing mouse movements during replay.
This will only work with X windows.  TkReplay also can highlight the
widgets where events occur by moving a small window containing a
red arrow in it.

This distribution also contains Tcl code to simulate the send command
using sockets.  This should allow it to work on non-UNIX systems.
HOWEVER, IT HAS NOT BEEN TESTED ON A NON-UNIX SYSTEM.

It is available from:
   ftp://ftp.cs.unm.edu/pub/crowley/TkReplay1.1.README
   ftp://ftp.cs.unm.edu/pub/crowley/TkReplay1.1.tar.gz
   http://www.cs.unm.edu/~crowley/TkReplay/software.html

	Charlie Crowley
