Edit

kc3-lang/libxml2/ChangeLog

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 1999-08-10 19:04:08
    Hash : b05deb7f
    Message : Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... Daniel

  • ChangeLog
  • Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
    
    	* configure.in: upgraded to version 1.4.0
    	* valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
    	  Big update, added a large part of the validation process,
    	  it should be usable, but some parts are missing
    	* xpath.c: improved the implementation w.r.t. root.
    	* Makefile.am: added more tests
    	* test and result trees: added a lot of tests
    	* libxml.spec.in: export libxml.so.0 and libxml.so.1
    
    Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
    
    	* Added an HACKING file
    
    Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
    
            * xpath.[ch] : improvements and debug of the XPath implementation
            * parser.c, HTMLparser.c : modified the parsers to be progressive
    	* tree.[ch] : extended the Buffer promitives
    	* xmlIO.[ch] : added basic I/O routines providing progressive
    	  parsing and ready for I18N conversion plugins
    	* SAXresult/* : the SAX callback sequence maybe slightly different
    	  now
    	* test*.c : improved/updated the tests programs
    	* doc/* : recompiled the docs.
    
    1999-07-26  Michael Meeks  <michael@edenproject.org>
    
    	* tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
    
    	* tree.c: Ditto.
    
    Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
    
    	* configure.in: upgraded to version 1.4.0
    	* xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
    	  draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
    	  XML query language, see http://www.w3.org/TR/xpath for more details.
    	* parser.c, parser.h: added CHAR* related string functions for XPath
    	* HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
    	* doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
    	  rebuild the docs.
    	* Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
    	  and regression testing capabilities for XPath.
    
    Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
    
    	* parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
    	  closing bug #1646
    
    Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
    
    	* Makefile.am, example/Makefile.am: closed bug #1683
    
    Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
    
    	* example/Makefile.am, configure.in: added the makefile for the
    	  gjobread example
    
    Sat Jul 10 14:19:11 CEST 1999 Tomasz K