possible mem leak patch from Jason Adams integrated xf:escape-uri() from

* xpath.c: possible mem leak patch from Jason Adams
* xpath.c: integrated xf:escape-uri() from Wesley Terpstra
  in the XQuery namespace
* configure.in: preparing 2.4.24
* doc/*.html: updated the web pages
* python/generator.py: closing bug #85258 by generating conditional
  compile check to avoid linking to routines not configured in.
Daniel
diff --git a/doc/news.html b/doc/news.html
index 259190f..ba51d3e 100644
--- a/doc/news.html
+++ b/doc/news.html
@@ -96,6 +96,17 @@
     Schemas</a> and <a href="http://www.w3.org/TR/xinclude">XInclude</a>
 </li>
 </ul>
+<p><strong>2.4.24: Aug 22 2002</strong></p>
+<ul>
+<li>XPath fixes (William), xf:escape-uri() (Wesley Terpstra)</li>
+  <li>Python binding fixes: makefiles (William), generator, rpm build, x86-64
+    (fcrozat)</li>
+  <li>HTML &lt;style&gt; and boolean attributes serializer fixes</li>
+  <li>C14N improvements by Aleksey</li>
+  <li>doc cleanups: Rick Jones </li>
+  <li>Windows compiler makefile updates: Igor and Elizabeth Barham</li>
+  <li>XInclude: implementation of fallback and xml:base fixup added</li>
+</ul>
 <h3>2.4.23: July 6 2002</h3>
 <ul>
 <li>performances patches: Peter Jacobi</li>