kernel32/tests: Get the test to run on Windows 95.
[wine] / dlls / msxml3 / node.c
2007-12-07  Alistair Leslie... msxml3: Implement cloneNode.
2007-11-21  Alistair Leslie... msxml: Always return a string in get_text.
2007-11-15  Alistair Leslie... msxml: Allow insertBefore to have a NULL output parameter.
2007-07-13  Rob Shearmanmsxml3: Implement IXMLDOMNode::get_text for CDATA,...
2007-05-18  Mikołaj Zalewskimsxml3: Improve the XPath queries handling.
2006-11-02  Paul Chitescumsxml3: Check parameters of IXMLDOMNode::insertBefore().
2006-10-05  Michael Stefaniucmsxml3: Win64 printf format warning fixes.
2006-07-19  Huw Daviesmsxml3: removeChild should catch a NULL child node.
2006-07-11  Huw Daviesmsxml3: Implement removeChild.
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-16  Huw Daviesmsxml3: Fix get_text on text nodes.
2006-02-14  Huw Daviesmsxml: Implement getElementsByTagName.
2006-01-27  Huw Daviesmsxml: Issue a fixme if the interface is not implemented.
2006-01-19  Huw Daviesmsxml: Text node implementation.
2006-01-18  Huw Daviesmsxml: Implement get_nodeTypedValue.
2006-01-18  Huw Daviesmsxml: Add attribute node implementation.
2006-01-16  Huw Daviesmsxml: Fix for get_nodeValue on attributes.
2006-01-11  Huw Daviesmsxml: Implement createNode, appendChild and insertAfter.
2006-01-11  Huw Daviesmsxml: Fix for selectNodes when the node has no children.
2006-01-10  Huw Daviesmsxml: It's valid to release an empty document.
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 selectSingleNode.
2005-11-08  Huw DaviesFix cut-n-paste error in licence text.
2005-11-05  Huw DaviesFilter out CTEXT nodes when building element child...
2005-11-02  Stefan HuehnerExtend get_nodeName add testcases for it.
2005-11-02  Mike McCormackImplement IXMLDOMNode::get_nodeName.
2005-10-31  Huw DaviesActually print the IIDs.
2005-09-03  Mike McCormackImplemented IXMLDOMNode::selectNodes.
2005-08-22  Mike McCormackImplement IXMLDOMNode::hasChildNode().
2005-08-19  Mike McCormackImplement the IXMLDOMNodeList interface for
2005-08-19  Mike McCormackImplement parentNode, firstChild, lastChild, previousSi...
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  Mike McCormackFix a search and replace mishap.
2005-08-10  Mike McCormackCreate a node object and use it to hold libxml2 pointers.