diff --git a/ChangeLog b/ChangeLog
index 530c0800..6498ed23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Feb 15 12:43:28 PST 2007 William Brack
+xmlTextReaderRelaxNGValidate
xmlTextReaderSchemaValidate
xmlTextReaderSchemaValidateCtxt
xmlTextReaderSetSchema
@@ -251,10 +252,8 @@ A:link, A:visited, A:active { text-decoration: underline }
xmlExpExpDerive
xmlExpStringDerive
-xmlTextReaderRelaxNGValidate
xmlTextReaderSetSchema
-xmlTextReaderRelaxNGValidate
xmlTextReaderSetSchema
diff --git a/doc/DOM.html b/doc/DOM.html
index 52f11392..90b988b2 100644
--- a/doc/DOM.html
+++ b/doc/DOM.html
@@ -12,6 +12,6 @@ Object Model; this is an API for accessing XML or HTML structured
documents. Native support for DOM in Gnome is on the way (module gnome-dom),
and will be based on gnome-xml. This will be a far cleaner interface to
manipulate XML files within Gnome since it won't expose the internal
-structure.
The current DOM implementation on top of libxml2 is the gdome2 Gnome module, this -is a full DOM interface, thanks to Paolo Casarini, check the Gdome2 homepage for more -informations.