[pywin32-checkins] pywin32 CHANGES.txt,1.37,1.38
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-12-11 05:09:06
|
Update of /cvsroot/pywin32/pywin32 In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28413 Modified Files: CHANGES.txt Log Message: add win32api.GetKeyboardLayout() Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** CHANGES.txt 11 Dec 2008 05:02:54 -0000 1.37 --- CHANGES.txt 11 Dec 2008 05:09:00 -0000 1.38 *************** *** 63,67 **** * win32com.shell gets support for IContextMenu2 and IContextMenu3 ! * add win32api.GetNativeSystemInfo() Since build 211: --- 63,67 ---- * win32com.shell gets support for IContextMenu2 and IContextMenu3 ! * add win32api.GetNativeSystemInfo(), win32api.GetKeyboardLayout() Since build 211: |