fixed configure and Makefile to use readline in tester if available
rebuilt and updated the doc,
Daniel
diff --git a/doc/xml.html b/doc/xml.html
index 8bd7639..23a33f0 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -129,8 +129,15 @@
   <li>working on HTML and XML links recognition layers, get in touch with me
     if you want to test those.</li>
   <li>a Push interface for the XML parser</li>
-  <li>an shell like interface to the document tree (try tester --shell :-)</li>
+  <li>an shell like interface to the document tree (try tester --shell
+  :-)</li>
   <li>lots of bug fixes and improvement added over XMas hollidays</li>
+  <li>fixed the DTD parsing code to work with the xhtml DTD</li>
+  <li>added xmlRemoveProp()</li>
+  <li>Fixed bugs in xmlNewNs </li>
+  <li>External entity loading code has been revamped, now it uses
+    xmlLoadExternalEntity()</li>
+  <li>cleaned up WIN32 includes of socket stuff</li>
 </ul>
 
 <h3>1.8.2: Dec 21 1999</h3>
@@ -904,6 +911,6 @@
 
 <p><a href="mailto:Daniel.Veillard@w3.org">Daniel Veillard</a></p>
 
-<p>$Id: xml.html,v 1.17 1999/12/21 15:35:27 veillard Exp $</p>
+<p>$Id: xml.html,v 1.18 1999/12/28 16:35:14 veillard Exp $</p>
 </body>
 </html>