| OLD | NEW |
| (Empty) |
| 1 Revision history for Perl extension HTML::Toc. | |
| 2 | |
| 3 2001-09-03 Freddy Vulto <fvu@fvu.myweb.nl> | |
| 4 | |
| 5 Release 0.91 | |
| 6 | |
| 7 - Tested on Cygwin. | |
| 8 - Used Unix file type for source files. | |
| 9 - Updated documentation. | |
| 10 - Prohibited call with undefined parameter to HTML::Parser->parse() from | |
| 11 HTML::_tokenTocEndParser->parse() which caused havoc with version 3.25 | |
| 12 of HTML::Parser. | |
| 13 - Specified 'HTML::Parser' as module that needs to be available in order | |
| 14 to use HTML::Toc. | |
| 15 - Added protected method HTML::TocGenerator::_setActiveAnchorName(). | |
| 16 This method replaces the incongruous access of | |
| 17 'HTML::TocUpdator::_doDeleteTokens' by HTML::TocGenerator. | |
| 18 HTML::TocUpdator now overrides '_setActiveAnchorName()' to allow | |
| 19 the ancestor call to HTML::TocGenerator only when '_doDeleteTokens' | |
| 20 equals false. | |
| 21 | |
| 22 2001-08-09 Freddy Vulto <fvu@fvu.myweb.nl> | |
| 23 | |
| 24 Release 0.90 | |
| 25 | |
| 26 - First release. | |
| OLD | NEW |