shell32/tests: Avoid SHDeleteKeyA() because shlwapi.dll is missing on Windows 95.
[wine] / dlls / shdocvw / iexplore.c
2007-11-28  Michael Stefaniucshdocvw: Rename the wrappers around HeapAlloc() &Co...
2007-11-05  Jacek Cabaniexplore: Added self-registration code.
2007-09-10  Jacek Cabanshdocvw: Better iexplore.exe command line handling.
2007-08-27  Dan Kegelshdocvw: iexplore needs to handle the -nohome option.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Jacek Cabanshdocvw: Wrap Heap* finctions by inline functions.
2006-04-21  Jacek Cabanshdocvw: Don't create IE default window in embedding...
2006-04-21  Jacek Cabanshdocvw: Use InternetExplorer object in create_ie_window.
2006-04-20  Jacek Cabanshdocvw: Register InternetExplorer class factory in...
2006-04-20  Jacek Cabanshdocvw: Move IEWinMain to iexplore.c.
2006-04-20  Jacek Cabanshdocvw: Added beginning InternetExplorer implementation.
2006-04-10  Dmitry Timoshkovshdocvw: Constify IExplore OLE vtables.
2006-04-07  Mike McCormackshdocvw: Implement IEWinMain using a simple window...