richedit: Now painting the newly supported underline types.
[wine] / dlls / msxml3 / msxml_private.h
2007-12-10  Alistair Leslie... msxml3: Implement IPersistStream.
2007-05-29  Alexandre Julliardmsxml3: Fixed compilation without libxml.
2007-05-25  James Hawkinsmsxml3: Add initial implementation of IXMLDocument.
2007-05-25  James Hawkinsmsxml3: Add initial implementation of IXMLElement and...
2007-05-18  Mikołaj Zalewskimsxml3: Improve the XPath queries handling.
2007-02-28  Huw Daviesmsxml3: Add a schema cache object.
2007-01-22  Bang Jun-Youngmsxml3: config.h police.
2006-11-17  Huw Daviesmsxml3: Implement createProcessingInstruction with...
2006-06-14  Robert Shearmanmsxml: Allow the element implementation to be aggregatable.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-16  Huw Daviesmsxml3: Implement comment node.
2006-02-14  Huw Daviesmsxml: Implement getElementsByTagName.
2006-01-19  Huw Daviesmsxml: Text node implementation.
2006-01-18  Huw Daviesmsxml: Add attribute node implementation.
2005-12-01  Huw DaviesMake the node object aggregatable so that the element...
2005-11-18  Huw DaviesRef count the xmlDocPtr.
2005-11-08  Huw DaviesInclude msxml2.h rather than msxml.h and xmldom.h.
2005-11-08  Huw DaviesImplement get_parseError.
2005-09-03  Mike McCormackImplemented IXMLDOMNode::selectNodes.
2005-08-19  Mike McCormackUse a single function to create all IXMLDOMNode impleme...
2005-08-18  Mike McCormackMake each IXMLDOMNode interface represent one libxml2...
2005-08-15  Vincent BéronProtect libxml/parser.h with proper autoconf definition.
2005-08-10  Mike McCormackCreate a node object and use it to hold libxml2 pointers.
2005-08-09  Mike McCormackInitialize and clean up libxml2 in DllMain.
2005-08-08  Mike McCormackImplement the IXMLDOMNamedNodeMap interface.
2005-08-08  Jacek CabanFixed msxml compilation when libxml is not available.
2005-08-03  Mike McCormackImplemented the IXMLDOMElement interface.
2005-08-02  Mike McCormackInitial implementation of msxml3 based on libxml2.