Summary of Changes to Tcl::pTk

Release 0.90:  7/4/15

 * Updates to work with Tcl/Tk 8.6.
 * Added background error handling (including a ErrorDialog.pm file like perl/tk) that is
   more compatible with the way perl/tk does it.
 * Fixed bug where a repeat call would create a TCL-command in TCL-land for each repeated event. 
   Changed to reuse the Tcl-command. Added test case (repeatSubReuse.t)
           
Release 0.85:  11/5/10

 * Bug-fix Release. Tweaks to HList to support returning photo objects
   when calling entrycget with -image option.

Release 0.84:  10/5/10

 * Bug-fix Release

Release 0.83:  9/5/10

 * Minor updates to be more compatible with Tcl 8.4 installation (although Tcl 8.5 is preferred)

Release 0.82:  8/25/10

 * Minor updates to remove the requirement for the tcl package snit. This is not needed anymore. 

Release 0.81:  8/21/10

 * Minor updates so the CPAN indexer won't index demo directories. 
 * Changed order of execution in Makefile.PL so that CPAN testers will get the proper prereqs
   before the test-for-tk script is run.


Release 0.8:  8/18/10

 * First Public Release.