wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / msxml3 / element.c
2008-07-02  Piotr Cabanmsxml3: Added IXMLDOMElement_getAttributeNode implement...
2008-02-19  Alistair Leslie... msxml3: Implemented IDispatch for IXMLDOMElement.
2008-02-04  Alistair Leslie... msxml3: Validated attribute name.
2008-01-22  Alistair Leslie... msxml3: Return correct IDispatch Interface.
2008-01-14  Alistair Leslie... msxml3: Corrected getAttribute to return current value...
2007-05-18  Mikołaj Zalewskimsxml3: Implement IXMLDOMElement::getElementsByTagName.
2006-06-14  Robert Shearmanmsxml: Allow the element implementation to be aggregatable.
2006-06-12  Robert Shearmanmsxml3: Fix domelem_get_tagName to return a string...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-27  Huw Daviesmsxml: Issue a fixme if the interface is not implemented.
2006-01-16  Huw Daviesmsxml: Implement setAttribute.
2006-01-14  Huw Daviesmsxml: Implement getAttribute.
2005-12-01  Huw DaviesMake the node object aggregatable so that the element...
2005-11-08  Huw DaviesInclude msxml2.h rather than msxml.h and xmldom.h.
2005-11-08  Huw DaviesFix cut-n-paste error in licence text.
2005-10-31  Huw DaviesActually print the IIDs.
2005-08-22  Mike McCormackForward IXMLDOMElement methods derived from IXMLDOMNode...
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-11  Mike McCormackImplement IXMLDOMElement::get_tagName.
2005-08-10  Mike McCormackCreate a node object and use it to hold libxml2 pointers.
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.