kernel32/tests: Get the test to run on Windows 95.
[wine] / dlls / mshtml / conpoint.c
2007-12-06  Michael Stefaniucmshtml: Rename the wrappers around HeapAlloc() &Co...
2007-12-05  Jacek Cabanmshtml: Improve debug traces.
2007-12-04  Jacek Cabanmshtml: Make IConnectionPointContainer more flexible.
2007-06-29  Jacek Cabanmshtml: Make connection points container independent.
2007-06-29  Jacek Cabanmshtml: Move IConnectionPointContainer to the separated...
2007-06-29  Jacek Cabanmshtml: Store connection point as a list.
2007-06-29  Jacek Cabanmshtml: Don't use dynamic allocation for connection...
2006-10-06  Jacek Cabanmshtml: Win64 printf format warning fixes.
2006-08-23  Jacek Cabanmshtml: Use IPropertyNotifySink connection point.
2006-08-18  Jacek Cabanmshtml: Fix Advise implementation for IPropertyNotifySink.
2006-07-20  Jacek Cabanmshtml: Wrap remaining Heap* functions by inline functions.
2006-06-26  Jacek Cabanmshtml: Added Unadvise implementation.
2006-06-26  Jacek Cabanmshtml: Destroy connection points.
2006-06-26  Jacek Cabanmshtml: Added Advise implementation.
2006-06-23  Jacek Cabanmshtml: Fix a typo.
2006-06-20  Jacek Cabanmshtml: Added IPropertyNotifySink connection point.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Jacek Cabanmshtml: Added GetConnectionInterface implementation.
2006-05-05  Jacek Cabanmshtml: Added GetConnectionPointContainer implementation.
2006-05-05  Jacek Cabanmshtml: Added stub implementation of connection points.
2006-05-05  Jacek Cabanmshtml: Added IConnectionPointContainer stub implementa...