2002-01-25 John Foderaro * the html macro will now macroexpand forms it sees before determining if they are markup for expressions to evaluate 2001-05-14 John Foderaro * 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 * add more support for templates 2000-04-24 * add html-print and html-print-list to print the lisp form of html (lhtml) 2000-04-16 * 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 * Undo previous change: html-stream must be passed a stream, you can't pass in t or nil. 2000-03-20 John Foderaro * html-stream will now accept t and nil as streams and then use *terminal-io* and *standard-output* respectively. 2000-02-08 John Foderaro * package htmlgen -> net.html.generator 2000-02-04 John Foderaro * add escaping of characters inside attrib value 1999-12-03 jkf * htmlgen.cl - added :if* operator inside a tag