wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / msxml3 / msxml_private.h
2008-07-09  Piotr Cabanmsxml3: Split DOMDocument_create.
2008-04-29  Alistair Leslie... msxml3: Implement IDispatch for IXMLDOMNode.
2008-03-25  Alistair Leslie... msxml3: Added support for SAXXMLReader.
2008-03-25  Alistair Leslie... msxml3: Added typelib ids for SAX interfaces.
2008-03-12  Alistair Leslie... msxml3: Register msxml3 typelib.
2008-02-21  Alistair Leslie... msxml3: Implement IDispatch for IXMLDOMImplementation.
2008-02-18  Alistair Leslie... msxml3: Support functions for typelib.
2008-01-22  Alistair Leslie... msxml3: Implement IXMLDOMEntityReference interface.
2008-01-21  Alistair Leslie... msxml3: Implement IXMLDOMDocumentFragment Interface.
2008-01-18  Alistair Leslie... msxml3: Implement IXMLDOMImplementation Interface.
2008-01-14  Alistair Leslie... msxml3: Implemented IXMLDOMCDATASection COM Object.
2008-01-07  Lei Zhangmsxml: Fix compilation on machines without libxml2.
2008-01-04  Alistair Leslie... msxml3: Implement setNamedItem.
2007-12-10  Alistair Leslie... msxml3: Implement IPersistStream.
2007-05-29  Alexandre Julliardmsxml3: Fixed compilation without libxml.
2007-05-25  James Hawkinsmsxml3: Add initial implementation of IXMLDocument.
2007-05-25  James Hawkinsmsxml3: Add initial implementation of IXMLElement and...
2007-05-18  Mikołaj Zalewskimsxml3: Improve the XPath queries handling.
2007-02-28  Huw Daviesmsxml3: Add a schema cache object.
2007-01-22  Bang Jun-Youngmsxml3: config.h police.
2006-11-17  Huw Daviesmsxml3: Implement createProcessingInstruction with...
2006-06-14  Robert Shearmanmsxml: Allow the element implementation to be aggregatable.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-16  Huw Daviesmsxml3: Implement comment node.
2006-02-14  Huw Daviesmsxml: Implement getElementsByTagName.
2006-01-19  Huw Daviesmsxml: Text node implementation.
2006-01-18  Huw Daviesmsxml: Add attribute node implementation.
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-09-03  Mike McCormackImplemented IXMLDOMNode::selectNodes.
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-15  Vincent BéronProtect libxml/parser.h with proper autoconf definition.
2005-08-10  Mike McCormackCreate a node object and use it to hold libxml2 pointers.
2005-08-09  Mike McCormackInitialize and clean up libxml2 in DllMain.
2005-08-08  Mike McCormackImplement the IXMLDOMNamedNodeMap interface.
2005-08-08  Jacek CabanFixed msxml compilation when libxml is not available.
2005-08-03  Mike McCormackImplemented the IXMLDOMElement interface.
2005-08-02  Mike McCormackInitial implementation of msxml3 based on libxml2.