Starting with tag:
[TAG 2006-12-20
attila.lendvai@gmail.com**20061220144219] 
[FIX: small misuse of unwind-protect in the xml-syntax
attila.lendvai@gmail.com**20070204233111] 
[Fix <:embed, allow any kind of attribute
attila.lendvai@gmail.com**20070210210917] 
[Added xml and xlink namespaces to *uri-to-package*
attila.lendvai@gmail.com**20070210211649] 
[Remove bugous js comment //'s from <:as-is :quotedp t
attila.lendvai@gmail.com**20060813232705] 
[Added &allow-custom-attributes and cleaned up handling of the (@ ...) attribute syntax.
attila.lendvai@gmail.com**20070204233038
 
 Now &allow-other-attributes implies &allow-custom-attributes and the other-attrbiute-list
 also contains the custom attrbiutes. Propagating custom attributes e.g. from <ucw:input to
 <:input is now possible by adding an extra (@ ,@others) entry.
 
 The (@ runtime-variable-holding-a-list-of-attributes) syntax is temporarily removed. Should
 be readded in a later patch.
 
 Also changed the internal representation other attributes from list of cons to setf-like
 list of pairs.
] 
[Added public -tal-environment- and tal-value
attila.lendvai@gmail.com**20070212001949] 
[Removed workaround needed for old sbcl's
attila.lendvai@gmail.com**20070212002044] 
[Added assert for mandatory attribute names being symbols
attila.lendvai@gmail.com**20070219131141] 
[Re-added the (@ runtime-variable-holding-the-attributes) syntax
attila.lendvai@gmail.com**20070424213602
 Things like this are possible again:
 
 (let ((attrs (list :runtime (+ 2 2))))
   {yaclml:with-xml-syntax
     <foo (@ attrs) (@ :fooo 11 :baaaar 22) (@ attrs) >})
 
 <<foo runtime="4" fooo="11" baaaar="22" runtime="4"
 />
] 
[Added +xhtml-...-doctype+ constants
attila.lendvai@gmail.com**20070507100204] 
[Support a :prologue and a :doctype attribute for <:html
attila.lendvai@gmail.com**20070507114044] 
[Renamed <:as-html to <:as-xml, <:as-xml is the canonical escaping primitive
attila.lendvai@gmail.com**20070515223356] 
[Added a tal::content-as-is
attila.lendvai@gmail.com**20070517231216] 
[Fix <:param
attila.lendvai@gmail.com**20070521201023] 
[Renamed <:as-html to <:as-xml, <:as-xml is the canonical escaping primitive
attila.lendvai@gmail.com*-20070515223356] 
[Implement <:ai and <:ah using their full-named versions
attila.lendvai@gmail.com**20070522124218] 
[Added <:format
attila.lendvai@gmail.com**20070524162812] 
[Fix <:as-is quoting: do not add extra linebreaks
attila.lendvai@gmail.com**20070525094741] 