2006-05-25    <jkf@MINI>

	* htmlgen.cl - note that button element has an associated end tag

2003-10-31  John Foderaro  <jkf@tiger.franz.com>

	* htmlgen.cl: remove restriction on simple-string in :princ code

2003-01-07  John Foderaro  <jkf@tiger.franz.com>

	* fix :comment and :prin1-safe when html-print'ing
	* make sure to close off use of <object>

2002-09-06  John Foderaro  <jkf@tiger.franz.com>

	* add hook to catch when unknonwn html tags are emitted

2002-01-25  John Foderaro  <jkf@tiger.franz.com>

	* the html macro will now macroexpand forms it sees before
	  determining if they are markup for expressions to evaluate

2001-05-14  John Foderaro  <jkf@tiger.franz.com>

	* add a method for specifying that an entity argument name should
	  listed alone without being followed by an equal sign and value.
	  This is an incompatible change in the unlikely event that you
	  have code that gives the symbol || as an argument value and
	  you expect this to be printed as ="" by the html printer

2001-04-13  John Foderaro  <jkf@tiger.franz.com>

	*  add more support for templates

2000-04-24    <jkf@CROW>

	* add html-print and html-print-list to print the lisp
	  form of html (lhtml)

2000-04-16    <jkf@DEEDEE>

	* htmlgen/htmlgen.cl - when printing option values inside
	  a tag, a symbol is now printed as the string
	  that is its symbol-name


2000-03-29  John Foderaro  <jkf@tiger.franz.com>

	*  Undo previous change: html-stream must be passed a stream,
	   you can't pass in t or nil.  

2000-03-20  John Foderaro  <jkf@tiger.franz.com>

	*  html-stream will now accept t and nil as streams and
	   then use *terminal-io* and *standard-output* respectively.

2000-02-08  John Foderaro  <jkf@tiger.franz.com>

	*  package htmlgen -> net.html.generator

2000-02-04  John Foderaro  <jkf@tiger.franz.com>

	*  add escaping of characters inside attrib value

1999-12-03  jkf  <jkf@main.verada.com>

	*  htmlgen.cl  - added :if* operator inside a tag

