[pywin32-checkins] pywin32 CHANGES.txt,1.68,1.69
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2011-02-26 00:05:39
|
Update of /cvsroot/pywin32/pywin32 In directory vz-cvs-2.sog:/tmp/cvs-serv8134 Modified Files: CHANGES.txt Log Message: add roger's recent changes Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.68 retrieving revision 1.69 diff -C2 -d -r1.68 -r1.69 *** CHANGES.txt 19 Feb 2011 03:58:11 -0000 1.68 --- CHANGES.txt 26 Feb 2011 00:05:35 -0000 1.69 *************** *** 6,9 **** --- 6,17 ---- However contributors are encouraged to add their own entries for their work. + Since build 215: + ---------------- + + * Fix printing on pythonwin on 3.x + + * Pythonwin gets an option to set the background color of the selected text. + + Since build 214: ---------------- |