diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-11-04 20:03:38 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-11-04 20:03:38 +0000 |
commit | cd21dc784800832cf952061034e52ce9733a4b11 (patch) | |
tree | 976bc742a1c15bea13606ae8001f87abb1b523cd /ChangeLog | |
parent | 5a37bde34b693bc0296a2f03b775773e265b4c0e (diff) | |
download | libxml2-cd21dc784800832cf952061034e52ce9733a4b11.tar.gz |
Fixed SGML catalogs breakage of 2.4.7, added a couple of really needed
* include/libxml/catalog.h catalog.c: Fixed SGML catalogs
breakage of 2.4.7, added a couple of really needed APIs
like xmlCatalogIsEmpty() and xmlNewCatalog()
* xmlcatalog.c: updated --sgml --noout to be a suitable replacement
for install-catalog
* configure.in: preparing 2.4.8
Daniel
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com> + + * include/libxml/catalog.h catalog.c: Fixed SGML catalogs + breakage of 2.4.7, added a couple of really needed APIs + like xmlCatalogIsEmpty() and xmlNewCatalog() + * xmlcatalog.c: updated --sgml --noout to be a suitable replacement + for install-catalog + * configure.in: preparing 2.4.8 + Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com> * HTMLtree.c tree.c include/libxml/HTMLtree.h |