shlwapi: Added special case for URL_PART_HOSTNAME in UrlGetPart.
[wine] / dlls / msxml3 / xmlelem.c
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...