kernel: Remove no longer needed includes.
[wine] / dlls / mshtml / main.c
2006-03-06  Francois GougetFix compatibility with native advpack dlls.
2006-02-27  Francois Gougetadvpack: Prepare the unicodification of advpack.dll.
2005-08-12  Jacek CabanAdded RNIGetCompatibleVersion implementation.
2005-08-11  Jacek CabanMove includes of interfaces to mshtml_private.h.
2005-08-10  Vincent BéronCorrect mismatches between spec files and comments...
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-08-02  Jacek CabanAdded DllCanUnloadNow implementation.
2005-08-01  Jacek Caban- Use Gecko to render HTML.
2005-07-14  Jacek CabanAdded MSHTML library declaration.
2005-07-06  Mike McCormackFix gcc 4.0 -Wpointer-sign warnings.
2005-07-02  Jacek Caban- Added more definitions.
2005-06-27  Jacek CabanAdded stub implementation of about and res protocols.
2005-06-25  Jacek CabanChanged message about Mozilla ActiveX Control.
2005-06-25  Jacek CabanImplemented Dll[Un]RegisterServer.
2005-04-20  Francois GougetTweak the API documentation to silence winapi_check...
2005-04-14  Jacek CabanAdded more implementation of IDocumentView.
2005-04-12  Jacek CabanStub implementation of IOleObject and IOleDocument.
2005-03-31  Jacek CabanStub implementation of HTMLDocument2 interface.
2005-01-10  Jacek CabanAdded mshtml.idl.
2004-07-16  Stefan LeichterAdded stubs for DllInstall and DllRegisterServer.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-01-16  Mike McCormackTry using the Mozilla Active X control in MSHTML.
2003-09-09  Alexandre JulliardFixed a few more headers dependency issues.
2003-09-08  Mike McCormackAdded an initial (mostly stub) implementation of MSHTML...