2009-12-07 Andreas Kupries * * Released and tagged Tcllib 1.12 ======================== * 2009-02-10 Andreas Kupries * htmlparse.tcl (::htmlparse::parse): Replaced the backslashed * htmlparse.man: placeholder \\win\\ with the more regular @win@, * htmlparse.text: to prevent quoting horrors. This fixes Glenn * pkgIndex.tcl: Jackman's [SF Tcllib Bug 2586112]. Bumped the package version to 1.2. 2008-12-12 Andreas Kupries * * Released and tagged Tcllib 1.11.1 ======================== * 2008-10-16 Andreas Kupries * * Released and tagged Tcllib 1.11 ======================== * 2008-07-28 Andreas Kupries * htmlparse.tcl (mapEscapes): Extended to handle the XHML/XML * htmlparse.test: entity apos (apostrophe). Extended the * htmlparse.man: testsuite. This fixes [Bug 2028993]. Bumped * pkgIndex.tcl: package version to 1.1.3. 2008-06-14 Andreas Kupries * htmlparse.pcx: New file. Syntax definitions for the public commands of the htmlparse package. 2007-09-12 Andreas Kupries * * Released and tagged Tcllib 1.10 ======================== * 2007-08-01 Andreas Kupries * htmlparse.test: Updated to use the TestAccel utility commands to handle accelerators. 2007-03-21 Andreas Kupries * htmlparse.man: Fixed all warnings due to use of now deprecated commands. Added a section about how to give feedback. 2006-10-03 Andreas Kupries * * Released and tagged Tcllib 1.9 ======================== * 2006-09-19 Andreas Kupries * htmlparse.man: Bumped version to 1.1.2 * htmlparse.tcl: * pkgIndex.tcl: 2006-01-22 Andreas Kupries * htmlparse.test: More boilerplate simplified via use of test support. 2006-01-19 Andreas Kupries * htmlparse.test: Hooked into the new common test support code. 2006-01-17 Andreas Kupries * htmlparse.tree_testsuite: Made the helper command reordering the * htmlparse.tcl: tree a bit less agressive. See [SF Tcllib Patch 953854]. Advice by Ramon Ribo. Updated the testsuite as well. 2006-01-10 Andreas Kupries * htmlparse.test: Fixed [SF Tcllib Bug 1316049]. Uncluttering test output. 2005-10-06 Andreas Kupries * * Released and tagged Tcllib 1.8 ======================== * 2005-10-06 Andreas Kupries * htmlparse.test: Reworked to use all available implementations of struct::tree. Moved all tests using it into a separate file. * htmlparse.tree_testsuite: New file. Now contains all the tests using struct::tree. 2005-01-11 Andreas Kupries * htmlparse.tcl: Modified to load only the data structure we need, stacks, and not all eleven. This fixes the Tcllib SF Bug 1087173, reported by Don Porter . * htmlparse.test: Ensured usage of local packages, nothing installed, and updated for the new struct usage. Updated to fixes in cmdline. 2004-10-05 Andreas Kupries * * Released and tagged Tcllib 1.7 ======================== * 2004-10-04 Andreas Kupries * htmlparse.tcl (::htmlparse::PrepareHtml): Refixed the [Tcllib SF * htmlparse.test: Bug 861277]. This came back because of the changes to entity processing for [Tcllib SF Bug 1018574]. We are now using standard numeric entities to protect these special characters, instead of nonstandard entities. Extended the test suite to cover this. Thanks to Joe English for the catch. 2004-10-04 Joe English * htmlparse.tcl(DoDecMap): Make sure numeric character references are interpreted as decimal (Bug #1039961). * htmlparse.test: Added test case. 2004-09-29 Andreas Kupries * htmlparse.test: Fixed [Tcllib SF Bug 1034580], see also * htmlparse.tcl: [Tcllib SF Bug 900041]. Thanks to Georgios Petasis for the report and proposed solution. While the solution was not used as-is, it gave enough clues to make writing the actual solution trivial. It converts to . Added testcases. 2004-09-21 Andreas Kupries * htmlparse.tcl (PrepareHtml): Fixed processing of comments [Tcllib SF Bug 861287]. A legal end of comment is allowed to have whitespace between '--' and '>'. Also recognize <-- as bogus start of a comment (Should be