updated the docs and prepared a new release 2.6.4 Daniel

* configure.in NEWS doc/*: updated the docs and prepared a new
  release 2.6.4
Daniel
diff --git a/doc/xml.html b/doc/xml.html
index adb945b..9fba28d 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -662,11 +662,26 @@
   Schemas</a></li>
 </ul>
 
+<h3>2.6.4: Dec 24 2003</h3>
+<ul>
+  <li>Windows build fixes (Igor Zlatkovic)</li>
+  <li>Some serious XInclude problems reported by Oleg Paraschenko and </li>
+  <li>Unix and Makefile packaging fixes (me, William Brack, </li>
+  <li>Documentation improvements (John Fleck, William Brack), example fix
+    (Lucas Brasilino)</li>
+  <li>bugfixes: xmlTextReaderExpand() with xmlReaderWalker, XPath handling of
+    NULL strings (William Brack) , API building reader or parser from
+    filedescriptor should not close it, changed XPath sorting to be stable
+    again (William Brack), xmlGetNodePath() generating '(null)' (William
+    Brack), DTD validation and namespace bug (William Brack), XML Schemas
+    double inclusion behaviour</li>
+</ul>
+
 <h3>2.6.3: Dec 10 2003</h3>
 <ul>
   <li>documentation updates and cleanup (DV, William Brack, John Fleck)</li>
   <li>added a repository of examples, examples from Aleksey Sanin, Dodji
-    Seketeli, Alfred Mickautsch </li>
+    Seketeli, Alfred Mickautsch</li>
   <li>Windows updates: Mark Vakoc, Igor Zlatkovic, Eric Zurcher, Mingw
     (Kenneth Haley)</li>
   <li>Unicode range checking (William Brack)</li>
@@ -683,7 +698,7 @@
     namespace change.</li>
   <li>XML Schemas improvements: include (Robert Stepanek), import and
     namespace handling, fixed the regression tests troubles, added examples
-    based on Eric van der Vlist book, regexp fixes </li>
+    based on Eric van der Vlist book, regexp fixes</li>
   <li>preliminary pattern support for streaming (needed for schemas
     constraints), added xmlTextReaderPreservePattern() to collect subdocument
     when streaming.</li>
@@ -2748,8 +2763,8 @@
 
 <h3><a name="What">What does internationalization support mean ?</a></h3>
 
-<p>If you are not really familiar with Internationalization (usual shortcut is
-I18N) , Unicode, characters and glyphs, I suggest you read a <a
+<p>If you are not really familiar with Internationalization (usual shortcut
+is I18N) , Unicode, characters and glyphs, I suggest you read a <a
 href="http://www.tbray.org/ongoing/When/200x/2003/04/06/Unicode">presentation</a>
 by Tim Bray on Unicode and why you should care about it.</p>