2008-02-12 Bert Bos * Released version 4.5 * Fixes to man pages, fix to uncdata (suppressed an incorrect newline in the output, new AC_INIT macro in configure.in, typo in README. (Thanks to Daniel Leidert) 2008-01-24 Bert Bos * index.c: The links now have a TITLE attribute for better accessibility. 2007-12-11 Bert Bos * scan.l: Now accepts "". 2007-10-23 Bert Bos * url.c: Query component is now separate from path component. Making relative URLs absolute is now conformant to RFC 3986. This fixes in particular the incorrect output of wls. 2007-04-25 Bert Bos * genid.c: fixed bug with string not ending with \0 if len is 0. 2007-04-18 Bert Bos * unent.hash: Added option -f to "fix" unrecognized entities by replacing their & by & 2007-03-22 Bert Bos * toc.c: DFN elements are no longer copied to the ToC, only their content is. 2007-03-15 Bert Bos * Released version 3.9 * tree.c: fixed bug in create(), which left t->sister uninitialized 2006-10-04 Bert Bos * Released version 3.8 * toc.c: Now allows spaces around "toc" in "" * index.c: No longer destroys the title attribute. 2006-08-10 Bert Bos * xmlns.c: A local attribute will not get "{}" prefixed. * types.c: If strapp() is called with a NULL as first arg, a new string will be allocated on the heap. * index.c: Better sorting of terms with sub-terms. * addid.c: Made element matching case-sensitive when -x is used. * addadd.1: Removed reference to non-existent -a option. 2005-12-16 Bert Bos * xref.c: If the element to link is a , the span is replaced by an , instead of the being added, as for other kinds of elements. * The string type is now an array of chars instead of unsigned chars. 2005-11-09 Bert Bos * xmlns.c: An element without a Namespace prefix and without a default Namespace is no longer reported as an error. * xref.c: is no longer treated as en element whose content can be cross-referenced. * dtd.hash: No empty lines between elements when normalizing.