msxml3/tests: A test to show that writer flushes buffer to stream automatically.
[wine] / dlls / msxml3 / parseerror.c
2011-12-14  Nikolay Sivovmsxml3: Added IXMLDOMParseError2 support.
2011-11-21  Nikolay Sivovmsxml3: Forward IDispatch to IDispatchEx when supported.
2011-11-08  Nikolay Sivovmsxml3: Implement get_srcText().
2011-11-08  Nikolay Sivovmsxml3: Implement get_line() and get_linepos().
2011-11-02  Nikolay Sivovmsxml3: Support IDispatchEx for IXMLDOMParseError.
2011-10-31  Nikolay Sivovmsxml3: Fix trace formats to match all other files.
2011-03-01  Nikolay Sivovmsxml3: Always set out pointer to null on failed QueryI...
2011-02-24  Alexandre Julliardmsxml3: Include the system libxml headers before the...
2010-12-29  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in parse...
2010-11-12  Nikolay Sivovmsxml3: Don't include assert.h where it's not used.
2010-08-30  Nikolay Sivovmsxml3: Add IXMLDOMDocument3 stub support.
2010-02-17  Nikolay Sivovmsxml3: Use common format for TRACE() in DOM objects.
2010-02-04  Nikolay Sivovmsxml3: Use existing helpers for heap allocations.
2009-03-10  Michael Stefaniucmsxml3: Change long to LONG in msxml2.idl and xmldom...
2008-02-19  Alistair Leslie... msxml3: Implemented IDispatch for IXMLDOMParseError.
2007-01-22  Bang Jun-Youngmsxml3: config.h police.
2006-10-05  Michael Stefaniucmsxml3: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-21  Huw Daviesmsxml3: Improve parse error handling a bit.
2006-01-27  Huw Daviesmsxml: Issue a fixme if the interface is not implemented.
2005-11-08  Huw DaviesInclude msxml2.h rather than msxml.h and xmldom.h.
2005-11-08  Huw DaviesImplement get_parseError.