[pywin32-checkins] pywin32 CHANGES.txt,1.30,1.31
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-11-02 12:50:05
|
Update of /cvsroot/pywin32/pywin32 In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22835 Modified Files: CHANGES.txt Log Message: win32com.internet gets support for IDocHostUIHandler, IHTMLOMWindowServices and IInternetSecurityManager interfaces, and CoInternetCreateSecurityManager function. Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** CHANGES.txt 2 Nov 2008 11:47:47 -0000 1.30 --- CHANGES.txt 2 Nov 2008 12:50:01 -0000 1.31 *************** *** 9,15 **** ---------------- ! * win32com.axcontrol gets support for interfaces OleControlSite, ! OleInPlaceActiveObject, OleInPlaceFrame and OleInPlaceUIWindow interfaces ! and OleTranslateAccelerator function. * MsgWaitForMultipleObjectsEx() would crash in all cases. Fix from --- 9,19 ---- ---------------- ! * win32com.internet gets support for IDocHostUIHandler, IHTMLOMWindowServices ! and IInternetSecurityManager interfaces, and CoInternetCreateSecurityManager ! function. ! ! * win32com.axcontrol gets support for IOleControlSite, ! IOleInPlaceActiveObject, IOleInPlaceFrame and IOleInPlaceUIWindow ! interfaces, and OleTranslateAccelerator function. * MsgWaitForMultipleObjectsEx() would crash in all cases. Fix from |