msxml3: Create additional node for xml declaration.
[wine] / dlls / msxml3 / comment.c
2010-02-17  Nikolay Sivovmsxml3: Use common format for TRACE() in DOM objects.
2010-02-16  Nikolay Sivovmsxml3: Get rid of libxml2 accessors in ::substringData...
2010-02-16  Nikolay Sivovmsxml3: Simplify ::appendData() for Text, Comment and...
2010-02-16  Nikolay Sivovmsxml3: Implement ::replaceData() for Text, Comment...
2010-02-16  Nikolay Sivovmsxml3: Simplify ::insertData() for Text, Comment and...
2010-02-16  Nikolay Sivovmsxml3: Use interface methods for ::get_length() calls.
2010-02-04  Nikolay Sivovmsxml3: Use existing helpers for heap allocations.
2010-01-19  Nikolay Sivovmsxml3: Implement IXMLDOMComment::deleteData() with...
2009-10-15  Jacek Cabanmsxml3: Store xmlnode structure instead of pointer...
2009-09-30  Jacek Cabanmsxml3: Get rid of node internal IUnknown.
2009-09-30  Jacek Cabanmsxml3: Store xmlnode pointer in domcomment.
2009-08-29  Jacek Cabanmsxml3: Moved IDispatchEx implementation from domdoc...
2009-08-21  Jacek Cabanmsxml3: Return xmlnode object from create_basic_node.
2009-03-10  Michael Stefaniucmsxml3: Change the remaining long variables to LONG.
2009-03-10  Michael Stefaniucmsxml3: Change long to LONG in msxml2.idl and xmldom...
2009-01-26  Michael Stefaniucmsxml3: Remove superfluous pointer casts.
2008-10-13  Michael Karchermsxml3: Fix leaks in callers of xmlChar_from_wchar.
2008-10-13  Michael Karchermsxml3: Remove superflous re-conversion from wide chars...
2008-09-12  Alistair Leslie... msxml3: Add IXMLDOMCharacterData to IXMLDOMComment.
2008-04-29  Alistair Leslie... msxml3: Implement IXMLDOMComment insertData.
2008-04-21  Alistair Leslie... msxml3: Corrected IXMLDOMComment appendData with a...
2008-03-27  Alistair Leslie... msxml3: Correct IXMLDOMComment appendData.
2008-03-13  Alistair Leslie... msxml3: Implement IXMLDOMComment_appendData.
2008-03-10  Alistair Leslie... msxml3: Implement IXMLDOMComment_substringData.
2008-02-28  Alistair Leslie... msxml3: Implement IXMLDOMComment_get_data.
2008-02-27  Alistair Leslie... msxml3: Implement IXMLDOMComment_get_length.
2008-02-25  Alistair Leslie... msxml3: Implement IXMLDOMComment put_data.
2008-02-19  Alistair Leslie... msxml3: Implemented IDispatch for IXMLDOMComment.
2008-01-22  Alistair Leslie... msxml3: Return correct IDispatch Interface.
2008-01-16  Francois GougetAssorted spelling fixes.
2007-01-15  Andrew Talbotmsxml3: Remove unused functions.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-16  Huw Daviesmsxml3: Implement comment node.