DESCRIPTION

	Tk::Text::SuperText is a Perl module that extends and in some ways redefines 
	the standard perl/TK Tk::Text widget.
	It adds rectangular selections,selection left/right shift,unlimited undo and
	redo,autoindent,'inline' selection paste,matching paretheses highlight/find,
	commands binded via virtual events.

AUTHOR
	Alessandro Iob <alexiob@iname.com>
	
COPYRIGHT
	
	Copyright (c) 1999 Alessandro Iob. All rights reserved. 
	This program is free software; you can redistribute it and/or modify it under 
	the same terms as Perl itself.
	
PREREQUISITES

	This module is tested with Perl 5.005 and Tk800.012.

HOW TO BUILD AND INSTALL

	Just type:
	
	perl Makefile.PL
	make
	make test
	make install
	
CHANGES

	This is the first public release.
	
TODO

	Configurable syntax highlighting.
