[pywin32-checkins] pywin32 CHANGES.txt,1.41,1.42
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
|
From: Mark H. <mha...@us...> - 2009-01-25 23:52:46
|
Update of /cvsroot/pywin32/pywin32 In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32513 Modified Files: CHANGES.txt Log Message: recent changes Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** CHANGES.txt 2 Jan 2009 00:01:16 -0000 1.41 --- CHANGES.txt 25 Jan 2009 23:52:40 -0000 1.42 *************** *** 74,78 **** * win32com.shell gets support for IContextMenu2 and IContextMenu3 ! * add win32api.GetNativeSystemInfo(), win32api.GetKeyboardLayout() Since build 211: --- 74,82 ---- * win32com.shell gets support for IContextMenu2 and IContextMenu3 ! * add win32api.GetNativeSystemInfo(), win32api.GetKeyboardLayout(), ! win32api.GetPwrCapabilities. ! ! * add win32file.ConnectEx() and win32file.TransmitFile() (ionel and Roger via ! [1962146]) Since build 211: |