Revision history for Perl module Tk::HyperText 0.12 Feb 25, 2016 - Add more dependencies to get CPANTS to pass. 0.11 Feb 23, 2016 - Add dependency on HTML::TokeParser. 0.10 Sep 18, 2015 - Add dependency on Tk::Derived. 0.09 2013-11-11 - Reformatted as per CPAN::Changes::Spec -neilbowers 0.08 2013-11-01 - Use hex() instead of eval() to convert hex strings into numbers. - Set default values for body colors. - Stop demo.pl from being installed; rename it to eg/example. 0.06 2008-07-14 - The module uses HTML::TokeParser now and does "real" HTML parsing. - Badly broke backwards compatibility. 0.05 2007-07-11 - Added support for "tag permissions", so that you can allow/deny specific tags from being rendered (i.e. say you're making a chat client which uses HTML and you don't want people inserting images into their messages, or style sheets, etc) - Added the tags
, , , andso that the margin applies to the right side as well. 0.02 2007-06-20 - Bugfix: on consecutive insert() commands (without clearing it in between), the entire content of the HTML already in the widget would be inserted again, in addition to the new content. This has been fixed. 0.01 2007-06-20 - Initial release.