[pywin32-checkins] pywin32 setup.py, 1.80, 1.81 CHANGES.txt, 1.24, 1.25
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-08-09 01:52:52
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7746 Modified Files: setup.py CHANGES.txt Log Message: win32com.shell gets support for IContextMenu2 and IContextMenu3 Index: setup.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/setup.py,v retrieving revision 1.80 retrieving revision 1.81 diff -C2 -d -r1.80 -r1.81 *** setup.py 9 Aug 2008 01:51:39 -0000 1.80 --- setup.py 9 Aug 2008 01:53:01 -0000 1.81 *************** *** 1506,1509 **** --- 1506,1511 ---- %(shell)s/PyIColumnProvider.cpp %(shell)s/PyIContextMenu.cpp + %(shell)s/PyIContextMenu2.cpp + %(shell)s/PyIContextMenu3.cpp %(shell)s/PyICopyHook.cpp %(shell)s/PyIDefaultExtractIconInit.cpp Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** CHANGES.txt 9 Aug 2008 01:51:39 -0000 1.24 --- CHANGES.txt 9 Aug 2008 01:53:01 -0000 1.25 *************** *** 11,14 **** --- 11,16 ---- * MAPI gets support for IMAPIAdviseSink + * win32com.shell gets support for IContextMenu2 and IContextMenu3 + Since build 211: ---------------- |