2002-06-03  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* pkgIndex.tcl:
	* html.tcl:
	* html.n:
	* html.man: Bumped to version 1.2.1.

2002-04-10  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* html.man: Added doctools manpage.

2002-02-14  Joe English  <jenglish@users.sourceforge.net>

	* html.n: Remove mention of (unimplemented, undocumented) 
	  formatCode procedure (SF BUG #461434).

2002-01-15  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* Bumped version to 1.2

2002-01-11  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* html.n:
	* html.tcl: Accepted patch #484117 provided by Decoster Jos
	  <decosterjos@users.sourceforge.net> providing two new function
	  to generated lists and parameterized table rows.

2001-10-16  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* html.n:
	* html.test:
	* html.tcl:
	* pkgIndex.tcl: Version up to 1.1.1

2001-08-01  Jeff Hobbs  <jeffh@ActiveState.com>

	* html.tcl: added 8.1+ improved version of quoteFormValue.

2001-07-10  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* html.tcl: Frink 2.2 run, fixed dubious code.

2001-06-19  Melissa Chawla <melissachawla@yahoo.com>

	* modules/html/html.tcl: Added set and eval commands to this
 	package.  These commands have the same syntax as those built in to
 	Tcl, but they are reworked to return "" so they blend into HTML
 	template files without appending unwanted results.  The html::set
 	command must take two arguments.

2001-06-15  Brent Welch <welch@panasas.com>

	* modules/html/html.tcl: Updated the version to 1.1
	Removed the "namespace export *" because you really do not
	want to import these routines, especialy the new "if", "foreach", etc.

2001-06-15  Melissa Chawla <melissachawla@yahoo.com>

	* modules/html/html.tcl: Added if, for, foreach, and while control
 	structures to this package.  The control structures have the same
 	syntax as those built in to Tcl, but these are reworked to blend
 	into HTML template files.  Rather than evaluating a body clause,
 	we return the subst'ed body (concatenated to eachother in cases
 	where multiple loop bodies were subst'ed).

	Fixed minor bug in textInput that caused tests to fail.

2000-08-22  Dan Kuchler <kuchler@ajubasolutions.com>

        * modules/html/html.tcl:
        Removed the 'html::resolveUrl' procedure because it provided
        the same functionality as the uri::resolve function, only
        html::resolveUrl was undocumented and untested and as a result
        did not seem to work as well as uri::resolve.

2000-07-31  Brent Welch <welch@scriptics.com>

	* modules/html/html.tcl:
	Changed html::textInput to take "args" for additional stuff to
	put into the <text> tag instead of "defaultValue".  The ncgi
	module now has ncgi::setDefaultValue for that purpose.

2000-07-28  Brent Welch <welch@scriptics.com>

	* modules/html/html.tcl, html.n: Added html::passwordInputRow

2000-07-24  Brent Welch <welch@scriptics.com>

	* modules/html/html.tcl: Fixed html::closeTag to tolerate
	bad calls - when noone has called openTag on anything
	or when the tag stack is empty.

2000-06-04  Brent Welch <welch@scriptics.com>

	* modules/html/html.tcl: Added html::headTag to add any tag
	to the HEAD section generated by html::head.

2000-05-16  Brent Welch <welch@scriptics.com>

	* modules/html/html.tcl: Added html::refresh to generate
	META tags that cause a page to refresh.

2000-04-26  Brent Welch <welch@scriptics.com>

	* html/html.tcl:  Added urlResove and urlParent URL parsing
	routines.

2000-04-26  Brent Welch <welch@scriptics.com>

	* html/html.tcl: track name changes in ncgi

2000-04-24  Brent Welch  <welch@scriptics.com>
	
	* html/html.tcl, html.test: Cleanup of procedure names in html package.
	* html/html.n:	Updates to the man page
	* html/html.test: 60% through tests

