ole32: Remove some assertions in the stuctured storage code by
[wine] / dlls / atl /
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-22  James Hawkinsatl: Add a stub implementation of AtlModuleLoadTypeLib.
2006-06-15  Robert Shearmanatl: Add a partial implementation of AtlModuleRegisterW...
2006-06-14  Robert Shearmanatl: Add a stub for AtlModuleRegisterWndClassInfoW.
2006-06-12  Robert Shearmanatl: Implement AtlModuleGetClassObject.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-12-26  Ulrich Czekallaatl: Implement AtlComPtrAssign.
2005-12-02  Francois GougetFix the AtlAxWinInit() prototype.
2005-11-28  Jacek CabanAdded AtlAxCreateControl stub implementation.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-18  Jacek CabanFix parsing '{' char.
2005-11-07  Vitaly LipatovAtlAxWinInit dummy implementation.
2005-10-18  Vincent BéronCorrect AtlModuleAddTermFunc prototype.
2005-10-06  Jacek CabanAdded AtlModuleAddTermFunc implementation.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-12  Alexandre JulliardUse MAKEINTRESOURCE instead of casts where appropriate.
2005-09-02  Stefan LeichterFixed id of the REGISTRY resource.
2005-08-24  Aric StewartVersion 1 atl modules only have a structure size of...
2005-08-22  Kevin KoltzauFix 'cast to pointer from integer of different size...
2005-08-22  Stefan LeichterPrint something useful in trace and fixme.
2005-08-19  Aric StewartIn AtlModuleInit do not call initialization procedures...
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-08  Stefan LeichterBasic implementation of AtlModuleUpdateRegistryFromReso...
2005-07-11  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-22  Mike McCormackAdd some missing declarations.
2005-05-27  Dmitry TimoshkovMake some of the OLE interface vtables const.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-04-22  Francois GougetAdd a definition for _ATL_REGMAP_ENTRY in atlbase.h.
2005-03-21  Jacek CabanKey words and replacements are case insensitive.
2005-03-19  Jacek CabanAdded implementation of File[Un]Register and Resource...
2005-03-18  Jacek CabanFixed atl.rgs.
2005-03-18  Jacek CabanKeys may have only one of attributes.
2005-03-17  Mike McCormackFix dependencies.
2005-03-17  Jacek CabanAdded implementation of DllCanUnloadNow.
2005-03-16  Jacek CabanUse ATLRegistrar to register atl.dll.
2005-03-14  Jacek CabanAdded implementation of ATLRegistrar.
2005-03-07  Jason EdmeadesAdd stub for GetClassObject function.
2005-01-19  Mike McCormackStub implementation for some functions.
2004-12-27  Mike McCormackStub implementation for AtlModuleRegisterServer.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-28  James HawkinsStub implementation of AtlModuleUnregisterServerEx.
2004-09-02  Stefan LeichterAdded stub for AtlModuleUpdateRegistryFromResourceD.
2004-09-01  Stefan LeichterCheck for NULL before doing IsEqualGUID() in
2004-08-30  Steven EdwardsAdd DllRegisterServer and friends for mlang.
2004-08-13  Steven EdwardsImplemented DllRegisterServer and DllUnregisterServer.
2004-08-11  Steven EdwardsImplemented AtlModuleTerm.
2004-07-06  Aric StewartFirst implementation of the Advanced Template Library...