Update of /cvsroot/pywin32/pywin32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32425
Modified Files:
CHANGES.txt
Log Message:
A few more changes
Index: CHANGES.txt
===================================================================
RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** CHANGES.txt 4 May 2008 10:45:51 -0000 1.19
--- CHANGES.txt 24 May 2008 03:30:00 -0000 1.20
***************
*** 18,25 ****
and maintenance of the package are by Vernon Cole.
! * Available for AMD64 versions of Windows. Note that this requires the
! x86-64 version of Python 2.5.2, which was not yet available as build 211
! was released, but was expected shortly. Lots of help from Roger, Steve Yin,
! and Sidnei da Silva.
* com related changes:
--- 18,24 ----
and maintenance of the package are by Vernon Cole.
! * Available for AMD64 versions of Windows for Python 2.6 and later (support
! for Python 2.5 is just too hard, sorry). Lots of help from Roger,
! Steve Yin and Sidnei da Silva.
* com related changes:
***************
*** 149,152 ****
--- 148,154 ----
- Background pychecker plugin by kxroberto
- Fix COM browser
+ - Problems calling SetWindowPost on an ActiveX control.
+ - Upgrade to scintilla 1.75
+ - Fix problems locating the Python DLL at startup.
* isapi:
|