msxml3: DOMFreeThreadedDocument's thread model is Both, not Free.
[wine] / dlls / msxml3 / domdoc.c
2006-08-02  Alexandre Julliardmsxml3: Make some functions and variables static.
2006-06-27  Huw Daviesmsxml3: Always have a libxml doc associated with a...
2006-06-14  Robert Shearmanmsxml: Text nodes with just whitespace should be stripped.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-21  Huw Daviesmsxml3: Improve parse error handling a bit.
2006-02-21  Huw Daviesmsxml3: Use url monikers to load xml.
2006-02-14  Huw Daviesmsxml: Implement getElementsByTagName.
2006-01-27  Huw Daviesmsxml: Issue a fixme if the interface is not implemented.
2006-01-24  Huw Daviesmsxml: Implement save.
2006-01-11  Huw Daviesmsxml: Implement createNode, appendChild and insertAfter.
2005-12-01  Huw DaviesMake the node object aggregatable so that the element...
2005-11-18  Huw DaviesRef count the xmlDocPtr.
2005-11-08  Huw DaviesInclude msxml2.h rather than msxml.h and xmldom.h.
2005-11-08  Huw DaviesImplement get_parseError.
2005-11-08  Huw DaviesFix cut-n-paste error in licence text.
2005-10-31  Huw DaviesActually print the IIDs.
2005-10-26  Stefan HuehnerFix IXMLDOMDocument error handling.
2005-10-06  Huw DaviesDon't try to release the node if we haven't loaded...
2005-08-22  Mike McCormackForward IXMLDOMDocument methods to contained node.
2005-08-19  Mike McCormackForward some IXMLDOMDocument methods to the implemenati...
2005-08-19  Mike McCormackUse a single function to create all IXMLDOMNode impleme...
2005-08-18  Mike McCormackMake each IXMLDOMNode interface represent one libxml2...
2005-08-17  Francois GougetAssorted spelling fixes.
2005-08-12  Mike McCormackAdd a configure test for xmlReadMemory.
2005-08-11  Mike McCormackIncrement the document's refcount when creating the...
2005-08-11  Mike McCormackImplement IXMLDOMDocument::loadXML.
2005-08-10  Mike McCormackCreate a node object and use it to hold libxml2 pointers.
2005-08-08  Mike McCormackUse xmlParseMemory instead of xmlReadIO.
2005-08-03  Mike McCormackImplemented the IXMLDOMElement interface.
2005-08-02  Mike McCormackInitial implementation of msxml3 based on libxml2.