Add stub implementation for NtAccessCheckAndAuditAlarm.
[wine] / dlls / msxml3 /
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-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-03  Mike McCormackImplemented IXMLDOMNode::selectNodes.
2005-08-23  Mike McCormackAdd some node tests.
2005-08-22  Mike McCormackImplement IXMLDOMNode::hasChildNode().
2005-08-22  Mike McCormackForward IXMLDOMDocument methods to contained node.
2005-08-22  Mike McCormackForward IXMLDOMElement methods derived from IXMLDOMNode...
2005-08-19  Mike McCormackImplement the IXMLDOMNodeList interface for
2005-08-19  Mike McCormackForward some IXMLDOMDocument methods to the implemenati...
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  Francois GougetAssorted spelling fixes.
2005-08-17  Mike McCormackFix a search and replace mishap.
2005-08-15  Vincent BéronProtect libxml/parser.h with proper autoconf definition.
2005-08-12  Mike McCormackAdd some msxml3 tests.
2005-08-12  Mike McCormackPartial implementation of DllRegisterServer.
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 IXMLDOMElement::get_tagName.
2005-08-11  Mike McCormackImplement IXMLDOMDocument::loadXML.
2005-08-10  Mike McCormackCreate a node object and use it to hold libxml2 pointers.
2005-08-10  Vincent BéronCorrect mismatches between spec files and comments...
2005-08-09  Mike McCormackInitialize and clean up libxml2 in DllMain.
2005-08-08  Mike McCormackUse xmlParseMemory instead of xmlReadIO.
2005-08-08  Jacek CabanFixed msxml compilation when libxml2 is not available.
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-08-08  Francois GougetAdd missing WINAPI to MSXML_DllGetClassObject().
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.