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/news.html b/doc/news.html
index 812f377..44976a2 100644
--- a/doc/news.html
+++ b/doc/news.html
@@ -102,6 +102,20 @@
     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>
@@ -110,7 +124,7 @@
   <li>fix to the configure script for Unix (Dimitri Papadopoulos)</li>
   <li>added encoding support for XInclude parse=&quot;text&quot;</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>
 <ul>