2003-05-05 Andreas Kupries * * Released and tagged Tcllib 1.4 ======================== * 2003-04-11 Andreas Kupries * htmlparse.tcl: * htmlparse.man: * pkgIndex.tcl: Set version of the package to to 0.3.1. 2003-03-24 Andreas Kupries * htmlparse.test: Added htmlparse-3.4 to exercise the fix. * htmlparse.tcl (::htmlparse::parse): Fixed bug #640932, reported by Scott Goodwin . Cause of the bug: Incomplete tags were correctly detected and stored for the next call, but incorrectly not used in said next call. 2003-02-24 David N. Welton * htmlparse.tcl (::htmlparse::PrepareHtml): Use string map instead of regsub. 2003-02-07 Pat Thoyts * htmlparse.tcl (::htmlparse::mapEscapes): Fixed typo (strimg -> string) to pass test suite. 2003-02-05 David N. Welton * htmlparse.tcl (::htmlparse::mapEscapes): Use string match instead of regexp. Feature [ 676536 ]. 2003-01-16 Andreas Kupries * htmlparse.man: More semantic markup, less visual one. 2002-08-08 Andreas Kupries * htmlparse.tcl: Fixed SF bug #579853. Added an 'bsl' key and value to 'htmlparse::escapes' required to reconvert the backslash escapes inserted by 'htmlparse::PrepareHtml'. Thanks to Michael Cleverly for the report. 2002-06-03 Andreas Kupries * pkgIndex.tcl: * htmlparse.tcl: * htmlparse.n: * htmlparse.man: Bumped to version 0.3. 2002-02-09 David N. Welton * htmlparse.n: Cleaned up some of the language in the man page. 2001-07-10 Andreas Kupries * htmlparse.tcl: Frink 2.2 run, fixed dubious code. 2001-06-21 Andreas Kupries * htmlparse.tcl: Fixed dubious code reported by frink. 2001-03-23 Andreas Kupries * htmlparse.tcl: Changed the implementation to allow incremental processing (taken from plume, in essence). Interface is different too (more option oriented). Fixed errors in the conversion into a tree (nesting of

,

  • and tags), through an internal postproessing step for the tree.. * htmlparse.n: Adapted documentstion to changes above. * htmlparse.test: Created testsuite. 2001-03-21 Andreas Kupries * New module 'htmlparse', a HTML parser based upon Steve Uhler's venerable 'html_library' and some of my work in the book scanning project.