msxml3: Fix duplicated declarations after document ::get_xml().
[wine] / dlls / msxml3 / xmlelem.c
2010-08-30  Nikolay Sivovmsxml3: Add IXMLDOMDocument3 stub support.
2010-06-23  Nikolay Sivovmsxml3: Don't free namespace data tracked in a tree.
2010-06-22  Nikolay Sivovmsxml3: Properly free namespace structure pointer.
2010-06-21  Nikolay Sivovmsxml3: Don't crash on null pointer when doing ::Next...
2010-06-21  Nikolay Sivovmsxml3: Support xml:lang attribute in IXMLElement:...
2010-02-04  Nikolay Sivovmsxml3: Use existing helpers for heap allocations.
2010-01-18  Nikolay Sivovmsxml3: Track linked/unlinked state for element and...
2010-01-18  Nikolay Sivovmsxml3: In IXMLElementCollection store pointer to node...
2010-01-18  Nikolay Sivovmsxml3: Implement IXMLElement::removeChild() with some...
2010-01-11  Nikolay Sivovmsxml3: Get rid of upper case converting helper.
2009-03-10  Michael Stefaniucmsxml3: Change the remaining long variables to LONG.
2009-03-10  Michael Stefaniucmsxml3: Change long to LONG in msxml.idl.
2009-01-26  Michael Stefaniucmsxml3: Remove superfluous pointer casts.
2008-12-20  Alistair Leslie... msxml3: Make functions static.
2008-02-19  Alistair Leslie... msxml3: Implemented IDispatch for IXMLElement.
2007-11-07  Alistair Leslie... msxml3: Fix memory leak.
2007-11-05  Alistair Leslie... msxml: Fix a memory leak.
2007-07-25  Andrew Talbotmsxml3: Cast-qual warning fix.
2007-06-11  Alexandre Julliardmsxml: Don't use VariantClear on an uninitialized variant.
2007-05-25  James Hawkinsmsxml3: Add initial implementation of IXMLElement and...