wininet: Fix compiler warnings with flag -Wcast-qual.
[wine] / dlls / msxml3 / cdata.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-29  Nikolay Sivovmsxml3: Implement IXMLDOMCDATASection::deleteData(...
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 domcdata.
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-12-01  Michael Karchermsxml3: Quiet noisy fixmes.
2008-10-31  Michael Karchermsxml3: IXMLCDATASection is not an element.
2008-10-13  Michael Karchermsxml3: Fix leaks in callers of xmlChar_from_wchar.
2008-09-12  Alistair Leslie... msxml3: Add IXMLDOMCharacterData to IXMLDOMCDATASection.
2008-03-27  Alistair Leslie... msxml3: Correct IXMLDOMCDATASection appendData.
2008-03-19  Francois GougetAssorted spelling fixes.
2008-03-13  Alistair Leslie... msxml3: Implemented IXMLDOMCDATASection_insertData.
2008-03-10  Alistair Leslie... msxml3: Implement IXMLDOMCDATASection_appendData.
2008-03-10  Alistair Leslie... msxml3: Implement IXMLDOMCDATASection_substringData.
2008-03-03  Alistair Leslie... msxml3: Implmented IXMLDOMCDATASection_get_data.
2008-02-27  Alistair Leslie... msxml3: Implement IXMLDOMCDATASection_get_length.
2008-02-25  Alistair Leslie... msxml3: Implement IXMLDOMCDATASection put_data.
2008-02-19  Alistair Leslie... msxml3: Implemented IDispatch for IXMLDOMCDATASection.
2008-01-22  Alistair Leslie... msxml3: Return correct IDispatch Interface.
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-14  Alistair Leslie... msxml3: Implemented IXMLDOMCDATASection COM Object.