Edit

kc3-lang/libxml2/ChangeLog

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2005-09-12 21:43:20
    Hash : 33b20b70
    Message : release of 2.6.22 updated doc and rebuild. added XML_SAVE_NO_XHTML * NEWS configure.in doc//*: release of 2.6.22 updated doc and rebuild. * xmlsave.c include/libxml/xmlsave.h: added XML_SAVE_NO_XHTML xmlSaveOption * xmlschemas.c: minor cleanups Daniel

  • ChangeLog
  • Mon Sep 12 23:41:40 CEST 2005 Daniel Veillard <daniel@veillard.com>
    
    	* NEWS configure.in doc//*: release of 2.6.22 updated doc and
    	  rebuild.
    	* xmlsave.c include/libxml/xmlsave.h: added XML_SAVE_NO_XHTML
    	  xmlSaveOption
    	* xmlschemas.c: minor cleanups
    
    Mon Sep 12 21:42:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
    	
    	* test/schemas/import1_0.xsd: And adapting another one.
    
    Mon Sep 12 21:29:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
    
    	* result/schemas/derivation-ok-extension_0_0: Adapted result.
    
    Mon Sep 12 21:20:41 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
    
    	* result/schemas/allsg_0_3.err result/schemas/allsg_0_4.err
    	  result/schemas/changelog093_1_0.err
    	  result/schemas/derivation-ok-extension_0_0.err
    	  result/schemas/import1_0_0.err
    	  result/schemas/derivation-ok-restriction-2-1-1_0_0.err:
    	  Adapted regression results.
    
    Mon Sep 12 21:00:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
    
    	* xmlschemas.c include/libxml/schemasInternals.h
    	  include/libxml/xmlerror.h: Completion of the schema graph.
    	  Centralisation, more robustness of the schema document
    	  aquisition story. Centralised and restructured component fixup.
    	  Fixed attribute derivation when 'prohibiting' attribute uses.
    	  Added warnings: when schema documents cannot be localized
    	  during imports; when we get duplicate and pointless attribute
    	  prohibitions. Changed error reports for IDCs to report
    	  the relevant IDC designation as well (requested by GUY Fabrice).
    	  Misc code-cleanup.
    
    Mon Sep 12 16:02:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
    
    	* xmlsave.c: applied second patch from David Madore to be less intrusive
    	  when handling scripts and style elements in XHTML1 should fix #316041
    	* test/xhtml1 result//xhtml1\*: updated the test accordingly
    
    Mon Sep 12 15:09:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
    
    	* libxml.spec.in doc/devhelp/*: finished the integration with
    	  devhelp, completing the index and inserted into the gtk-doc
    	  database at "make install" stage
    
    Mon Sep 12 14:14:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
    
    	* include/libxml/xmlsave.h xmlsave.c: add XML_SAVE_NO_EMPTY save option
    	  and use option from xmlSaveCtxtPtr rather than global during output.
    	* xmlsave.c: fix some output formatting for meta element under XHTML.
    
    Mon Sep 12 11:12:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
    
    	* include/libxml/parser.h parser.c xmllint.c: damn XML_FEATURE_UNICODE
    	  clashes with Expat headers rename to XML_WITH_ to fix bug #316053. 
    	* doc/Makefile.am: build devhelp before the examples.
    	* doc/*: regenerated the API
    
    Mon Sep 12 02:03:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
    
    	* xmlsave.c: fix bug #316034, where xmlElemDump() can crash if 
    	  given a document pointer instead of an element
    
    Mon Sep 12 01:26:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
    
    	* doc/devhelp/devhelp.xsl: improvements on the html generation,
    	  should be complete with navigation, what is left done is glueing
    
    Mon Sep 12 00:03:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
    
    	* configure.in doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
    	  doc/devhelp/*: started work needed to generate devhelp content,
    	  not too hard based on the existing format and extractor.
    
    Fri Sep  9 12:56:19 CEST 2005 Daniel Veillard <daniel@veillard.com>
    
    	* parser.c: fixes bug #315617 when using push CDATA in some cases.
    
    Thu Sep  8 23:39:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
    
    	* xmllint.c: patch from St