[pywin32-checkins] pywin32 CHANGES.txt,1.26.2.2,1.26.2.3
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-11-02 12:56:01
|
Update of /cvsroot/pywin32/pywin32 In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23269 Modified Files: Tag: py3k 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.26.2.2 retrieving revision 1.26.2.3 diff -C2 -d -r1.26.2.2 -r1.26.2.3 *** CHANGES.txt 2 Nov 2008 12:14:41 -0000 1.26.2.2 --- CHANGES.txt 2 Nov 2008 12:55:54 -0000 1.26.2.3 *************** *** 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 |