preparing release of 2.4.29 rebuilt the docs and API a few more fixes for

* configure.in: preparing release of 2.4.29
* doc/*: rebuilt the docs and API
* xmlreader.c: a few more fixes for the XmlTextReader API
Daniel
diff --git a/doc/xml.html b/doc/xml.html
index bd9e672..c088ca3 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -589,6 +589,21 @@
     Schemas</a> and <a href="http://www.w3.org/TR/xinclude">XInclude</a></li>
 </ul>
 
+<h3>2.4.29: Dec 11 2002</h3>
+<ul>
+  <li>Windows fixes (Igor): Windows CE port, pthread linking, python bindings
+    (Stéphane Bidoul), Mingw (Magnus Henoch), and export list updates</li>
+  <li>Fix for prev in python bindings (ERDI Gergo)</li>
+  <li>Fix for entities handling (Marcus Clarke)</li>
+  <li>Refactored the XML and HTML dumps to a single code path, fixed XHTML1
+    dump</li>
+  <li>Fix for URI parsing when handling URNs with fragment identifiers</li>
+  <li>Fix for HTTP URL escaping problem</li>
+  <li>added an TextXmlReader (C#) like API (work in progress)</li>
+  <li>Rewrote the API in XML generation script, includes a C parser and saves
+    more informations needed for C# bindings</li>
+</ul>
+
 <h3>2.4.28: Nov 22 2002</h3>
 <ul>
   <li>a couple of python binding fixes</li>
@@ -597,7 +612,7 @@
   <li>fix to the configure script for Unix (Dimitri Papadopoulos)</li>
   <li>added encoding support for XInclude parse="text"</li>
   <li>autodetection of XHTML1 and specific serialization rules added</li>
-  <li>nasty threading bug fixed (William Brack) </li>
+  <li>nasty threading bug fixed (William Brack)</li>
 </ul>
 
 <h3>2.4.27: Nov 17 2002</h3>
@@ -2737,6 +2752,7 @@
 
 
 
+
 } </pre>
   </li>
   <li>And then use it to save the document: