Edit

kc3-lang/libxml2/ChangeLog

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2001-07-10 15:49:44
    Hash : 09ab7e1c
    Message : release of 2.4.0 updated the docs Daniel * configure.in include/libxml/xmlwin32version.h: release of 2.4.0 * doc/xml.html doc/html/*: updated the docs Daniel

  • ChangeLog
  • Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* configure.in include/libxml/xmlwin32version.h: release of 2.4.0
    	* doc/xml.html doc/html/*:  updated the docs
    
    Mon Jul  9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
    	  validation occured on content with element child
    
    Mon Jul  9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* tree.c: fixed XML Base computation which was broken
    	* debugXML.c: added a base function to the shell
    	* Makefile.am result/scripts/* test/scripts/*: added scripts
    	  based regression tests, and adding 2 XML Base tests
    
    Mon Jul  9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* tree.c: set properties doc and call xmlSetListDoc for properties
    	  content when grafting them in a different tree.
    	* aclocal.m4: remove from CVS
    
    Sun Jul  8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* win32/libxml2/libxml2.def.src: added some missing entry point
    	  for XPath (Mark Vakoc)
    
    Sun Jul  8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
    	  layer should URI-Unescape before trying to open resources.
    
    Sun Jul  8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* xpath.c: fix the name() bug for elements in the default 
    	  namespace reported by Charlie Bozeman
    
    Sun Jul  8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
    	  led to an XPath fix, improvements of SAX initialization, and
    	  an added option --nocdata to testXPath
    
    Sat Jul  7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* doc/libxml-doc.el: Felix Natter provided anew version working
    	  with XEmacs too
    
    Sat Jul  7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* include/libxml/xpath.h: small cleanup
    	* doc/xml.html: update
    
    Fri Jul  6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* Makefile.am configure.in include/libxml/xmlwin32version.h:
    	  released 2.3.14
    
    Fri Jul  6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* doc/html/*: rebuilt the docs for the release
    	* doc/xml.html: added 2.3.14 release.
    
    Thu Jul  5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* xpath.c: a bug reported by Stephan Kulow empty nodesets
    	  were not equal to empty strings
    
    Thu Jul  5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* SAX.c: fixed a URI-Reference computation problem when validating
    	* xmlIO.c: small cleanup
    
    Thu Jul  5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* parser.c: improved the description of a couple of interfaces
    	  upon Larry Stamper suggestion
    
    Wed Jul  4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* SAX.c entities.c parser.c: changed completely the way entities
    	  are handled when running the parser in entity substitution mode.
    	  This fixes a bug reported by Stephan Kulow and nearly divides
    	  by 3 the amount of memory required by libxslt to load and process
    	  DocBook TDG.
    
    Wed Jul  4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* HTMLparser.c: fixing a too early root closing problem raised
    	  byt Prashanth Naidu
    
    Wed Jul  4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* xpath.c: fixed a missing copy in xmlXPathVariableLookupNS() 
    	  raised by Mark Vakoc.
    
    Tue Jul  3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* example/Makefile.am: fixed the include path to add srcdir/include
    	* Makefile.am configure.in: fix from Albert Chin for iconv detection
    	  and some cleanup
    
    Tue Jul  3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
    	  lot of optimization work, results in significant improvements
    	  when handling really complex XPath queries. Add a small optimizer
    	  for unions, improve [n] and [last()], avoid some costly ops.
    
    Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* include/libxml/parser.h parser.c: xmlStrstr args are both const
    	* xpath.c: small cleanup
    	* xmlGetNsList: reformated, fixed problems if used on Entities
    
    Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* doc/xml.html: added 1.8.14 and 2.3.13 releases
    
    Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* configure.in include/libxml/xmlwin32version.h: released 2.3.13
    	* Makefile.am example/Makefile.am: workaround automake generating
    	  erroneous deps
    
    Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* include/win32config.h: bug #56801 Yon Derek provided a patch
    	  to the windows config file.
    
    Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
    	  libxml.h : Yon Derek provided a set of changes to compile from
    	  CVS on Windows/MSC
    
    Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* parser.c: fixed UTF8 BOM support in push mode
    	* test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
    	  added a specific testcase
    
    Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* Makefile.am: added --push regression tests
    	* parserInternals.c: the XML parser segfaulted in --push mode
    
    Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* configure.in: moved the symlinks detection within a CVS
    	  check, this is not portable and will be removed soon.
    	* xpath.c: small cleanup/speedup
    
    Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* configure.in doc/xml.html include/libxml/xmlwin32version.h:
    	  release of 2.3.12
    	* parser.c: make an error message if unknow entities in all cases
    
    Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* uri.c: fixed 2 uri normalization bugs on '//' reduction
    
    Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* include/libxml/Makefile.am: Laszlo Peter pointed out that
    	  includes were installed in the wrong dir
    
    Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* doc/html.xml: warn against sending code to exhibit bugs.
    
    Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* xpath.c: patch to xmlXPathFormatNumber for the optimizer on
    	  Tru64 from Thomas Leitner
    
    Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* AUTHORS: added William and Bjorn
    	* include/libxml/*.h *.c README doc/*.html etc.: changed old email to
    	  daniel@veillard.com hopefully I won't have to do this again
    	* doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
    	  docs can be rebuilt cleanly now
    	* include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
    	  from CVs it's generated, added include/libxml/xmlwin32version.h
    	  also generated but which should change far less frequently.
    	* catalog.c nanoftp.c: made sure to include libxml.h not
    	  libxml/xmlversion.h directly
    	* include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
    	  when compiling on WIN32 and MSC
    
    Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* include/Makefile.am include/libxml/Makefile.am configure.in:
    	  fixed make distcheck and rebuilding the rpms
    
    Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* configure.in: should finish the migration of exported includes
    	  into a real include/libxml in CVS, at least for CVS users.
    	* removed the exported headers, added in include/libxml (as well
    	  as xmlversion.h.in).
    
    Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* configure.in: fixed the way to detect symlink
    
    Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* configure.in: updated, include/libxml is now a real CVS dir
    
    Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* doc/libxml-doc.el: a new version of libxml-doc.el. This new
    	  version works with both libxml1 and libxml2 (it autodetects
    	  the prefix of the html-files) from Felix Natter.
    	* doc/xml.html: updated doc accordingly
    
    Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* xpath.c: fixed the bug generating a template loop in libxslt
    	  when using docbook-xsl-1.4, * should filter out document nodes
    	* HACKING: added William
    	* TODO: updated
    
    Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* doc/FAQ.html: added a warning about gcc-3.0
    	* doc/xml.html: added reference to gdome2 and removed a confusing
    	  sentence
    
    Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* xmlversion.h: okay this is a generated file, but Windows
    	  users need it and they can't generate it, and I want CVS
    	  Windows users ...
    	* win32/libxml2/libxml2_so.dsp: Windows project file for 
    	  the shared lib version of libxml2
    	* win32/libxml2/libxml2.def.src: bug #56527 set of exported
    	  resources needed for libxslt/xsltproc by Yon Derek
    
    Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
    
    	* trio.c: MSVC fix (provided by Igor Zlatkovic)
    	
    Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* include/win32config.h: another small fix for ATTRIBUTE_UNUSED
    
    Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* include/win32config.h: Yon Derek provided a first fix
    	  to be able to compile libxslt/xsltproc on Windows
    
    Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* xpath.c: attempt to work around what seemed a gcc optimizer
    	  bug when handling floats on i386 http://veillard.com/gcc.bug
    	* tree.c entities.c encoding.c: doing some cleanups while
    	  chasing it
    
    Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* Makefile.am: cleanup when --without-debug is specified
    	* xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
    	  w.r.t. --without-debug and other include points
    	* catalog.h testCatalog.c: a bit of cleanup and prepare for XML
    	  Catalogs
    	* configure.in entities.h tree.h HTMLparser.c: removed
    	  --without-corba, made the _private field mandatory
    
    Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* parser.c parserInternals.c encoding.c: Since Notepad on Win2k
    	  outputs a BOM in UTF8, an errata has been issued to avoid the
    	  problem, that was the most reasonable solution... Add support
    	  for a leading UTF8 BOM in entities.
    
    Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* valid.c: fixed a bug found when post validating an entity ref
    	* xmllint.c: added --loaddtd and sligly changed --postvalid to
    	  activate it too
    
    Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
    	  weakness in the node copy the XPointer and the XInclude
    	  implementations. Serious cleanup.
    
    Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* Makefile.am: Kjartan Maraas provided a small patch to
    	  add xml2-config.in to EXTRA_DIST
    
    Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* valid.c tree.c parserInternals.c parser.c: Stephan Kulow
    	  provided another failing case found in KDE, the way the
    	  ctxt->vctxt.nodeTab was allocated and freed changed over
    	  time but it wasn't completely cleaned up. This should fix it.
    
    Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* parser.c: Stephan Kulow also raised the fact that line number
    	  could get miscounted making debug harder, fixed the problem
    	  in xmlParseCharData()
    
    Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* valid.c: Stephan Kulow pointed out a problem when validating
    	  and using an empty entity, forgot a 'break' in a case.
    
    Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* tree.c: fixed xmlHasNsProp() accordingly to bug #55683
    	* doc/xml.html: updated with 2.3.11
    
    Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* TODO: updated adding cleanup of generated doc
    	* configure.in: prepared to release 2.3.11
    	* xmllint.c: added --version for bug reporting
    	* doc/html/*.html: rebuilt the doc
    
    Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* xpath.c: first part of the work on selecting namespace to
    	  fix bug #56115 
    
    Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* Makefile.am example/Makefile.am: Laszlo PETER provided a fix
    	  when using -liconv
    	* TODO: updated
    
    Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* HTMLtree.[ch]: more work on the HTML serialization routnes,
    	  cleanup, encoding support.
    
    Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* xpath.c: Thomas Broyer suggested a better patch for the / arg
    
    Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* xpath.c: bug detected by Ankh when / is used as a function arg
    
    Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* HTMLparser.[ch] HTMLtree.c: stored the inline/block property
    	  of element and use it to avoid outputting formatting spaces at
    	  the wrong place. Implemented the format parameter for HTML save.
    	* result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
    	  result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
    	  result/HTML/wired.html: of course this impact the result of a
    	  number of HTML tests
    
    Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* HTMLtree.[ch]: started augmenting the HTML save API with
    	  encoding and formatting parameters
    
    Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* HTMLtree.h: cleanup and started evaluating the work needed on
    	  revamping the HTML output code
    
    Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
    
    Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* valid.c: fixed bug #56049, forgot one check in the
    	  validation routine
    
    Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* tree.[ch]: grrr ... namespace is a C++ reserved keyword
    
    Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* libxml.h: fixed an error in last commit
    	* doc/FAQ.html: added an entry for compilation from CVS
    
    Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* xmlversion.h.in libxml.h: Cygwin patches
    	* tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
    	* tree.h: cleanup
    
    Sat Jun  9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* tree.c: patched xmlFreeNode() to avoid freeing() a static
    	  memory block in a strange case where libxml is linked twice
    	  in the binary.
    
    Sat Jun  9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* valid.c: (a? , b? , c? , ... , z?) was storing/restauring
    	  state far too often, simple fix used to avoid it.
    
    Sat Jun  9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* xinclude.c: Raphael Hertzog had a trouble with DTD nodes
    	  being processed, applied his patch
    	* tree.c: fixed a bug raised in xmlStaticCopyNodeList()
    
    Sat Jun  9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* nanoftp.c nanohttp.c uri.c include/win32config.h: Igor  Zlatkovic
    	  provided fixes to compile on MSCC again
    	* win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
    	  also provided an update for the project files.
    
    Thu Jun  7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
    	  bug #55810
    
    Thu Jun  7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* tree.c: fixed xmlGetNsProp() to close bug #55683
    	  Note this requires libxslt to use it's own function instead.
    
    Thu Jun  7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* HTMLtree.c: when in a pre element no formatting space should
    	  be added.
    	* test/HTML/pre.html result/HTML/pre.html*: added a regression test
    
    Thu Jun  7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* configure.in: added tests for signal() and signal.h
    
    Fri Jun  8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* xpath.c: robert pointed out xmlXPathNINF was not initialized
    
    Fri Jun  8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* doc/libxml-doc.el: Felix Natter provided a new version for
    	  libxml2
    
    Fri Jun  8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* HTMLtree.c: when in a pre element no formatting space should
    	  be added.
    
    Wed Jun  6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
    
    Thu Jun  7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
    	  hack
    	* tree.[ch]: added xmlHasNsProp as suggested in bug report #55653 
    	* uri.c: fixed a warning
    
    Tue Jun  5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* HTMLtree.c: trying to close bug #55772 escaping in script
    	  elements
    	* doc/xml.html: suggest to send mail to the list
    
    Tue Jun  5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* error.c: attempt to fix the xmlGetVarStr breakage once and for
    	  good. Use a macro and based on the solution provided in 
    	  vsnprintf manual page from GNU.
    
    Tue Jun  5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
    
    	* error.c: Workaround for non-preserving variadic list.
    	* trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
    	
    Sat Jun  2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* doc/xml.html: added 2.3.10 release
    
    Fri Jun  1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* configure.in: releasing 2.3.10
    
    Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* xmlIO.c: Gary Pennington spotted a few troubles with file:///
    
    Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* encoding.c: Robert Collins provided a patch to add the
    	  "US-ASCII" encoding alias
    
    Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
    	  string oriented functions and started cleaning the related areas
    	  in xpath.c which needed fixing in this respect
    
    Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
    	  #55380
    	* tree.c: patch to xmlNodeGetContent() to get CDATA section content
    
    Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* TODO: updated
    	* nanohttp.[ch] : started adding APIs to get the redirected URL
    	  when this occurs (needed for further base computation
    	* tree.h: cleanup
    	* encoding.c: cleanup
    	* SAX.c: minor change around ctxt->loadsubset
    
    Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* Makefile.am include/Makefile.am: small change to have
    	  include/libxml rebuilt if working from CVS.
    	* uri.c: applied another patch from Carl Douglas for URI escaping,
    	  this should close bug #51876
    
    Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* xinclude.c: fixed XInclude recursive behaviour bug #54678
    	* result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
    	  test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
    	  added specific regression test
    	* parser.h: preparing for the XSLT mode where DTD inherited
    	  attributes are added to the tree.
    
    Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* xinclude.[ch]: Updated the namespace for the Last Call version
    	* result/XInclude/include test/XInclude/include: updated the
    	  testsuite accordingly
    
    Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* uri.[ch]: applied a patch from Carl Douglas for URI escaping,
    	  related to bug #51876
    
    Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* tree.c: fixed a gross mistake in base computation, xml:base is
    	  not completely correct yet (need cascade).
    	* xpath.[ch]: added the few things needed to find a function name
    	  and URI from the XPath context when it is called.
    
    Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* catalog.[ch]: fixes and add xmlLoadCatalogs()
    	* DOCBparser.c: small cleanup
    	* xmllint.c: added a --catalogs option to load catalogs from
    	  $SGML_CATALOG_FILES
    	* tree.c: cleanup
    	* configure.in: iconv library fixup, ICONV_LIBS 
    
    Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* catalog.c: handling of CATALOG entries. detection of recursion,
    	  and a few bugfixes
    	* xpath.c: fixing bug #54951 QNAME with no prefix should not match
    	  against the default namespace
    
    Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* xpath.c: Joe Orton reported a bug found with IRIx compiler.
    
    Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* parser.c: fixed propagation context info when parsing an
    	  external entity.
    	* doc/html/*.html: regenerated a couple of docs
    
    Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* doc/xml.html: update with 2.3.9 informations
    
    Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
    	  xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
    	* doc/html/* : rebuilt the docs
    	* valid.c: small patch which may improve some case when
    	  validating.
    
    Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* HTMLparser.c: Closed bug #54891
    	* result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
    	  to the suite
    
    Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
    	  applied a documentation patch from LotR and filled in a few missing
    	  descriptions
    
    Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* xpath.c tree.c parser.c: speed optimizations at the parser level
    	  document tree freeing and xpath evaluation
    
    Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* parser.c parser.h parserInternals.h: fixed a couple of
    	  interfaces for handling memory buffer input to const char *
    	  upon suggestion of JamesH.
    
    Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* configure.in: LoTR sent a patch fixing the previous commit 
    
    Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* configure.in: trying to deal again with the stoopid -R linking
    	  flag of Solaris
    
    Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* xpath.h: two nodeset access macros from Thomas Broyer
    
    Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
    	  patch from Thomas Broyer
    
    Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
    	  case
    	* INSTALL: was empty added stuff from the FAQ
    
    Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* tree.[ch]: fixing bug #54446, by cleaning some bugs in the
    	  attributes handling and #54433 by adding xmlUnsetProp()
    	  and xmlUnsetNsProp()
    
    Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
    
    	* HTMLparser.c: Patch from Jonas Borgstr