Fixed a bug when creating a new HTML document, doc->children
was set to NULL with a DTD child
Daniel
diff --git a/ChangeLog b/ChangeLog
index 50139f6..d4d97f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
+
+	* HTMLparser.c: fixed a bug in htmlNewDoc()
+
 Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
 
 	* test/threads/*: added entities testing to the Thread test