|
From: Kevin A. <ka...@us...> - 2004-10-10 01:20:30
|
Update of /cvsroot/pythoncard/PythonCard/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15974/docs Modified Files: changelog.txt Log Message: added fileMode, fillColor, logicalCopyMode attributes to BitmapCanvas removed setFillMode, setFillColor, setCopyMode methods Index: changelog.txt =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/changelog.txt,v retrieving revision 1.314 retrieving revision 1.315 diff -C2 -d -r1.314 -r1.315 *** changelog.txt 4 Oct 2004 19:18:23 -0000 1.314 --- changelog.txt 10 Oct 2004 01:20:20 -0000 1.315 *************** *** 8,11 **** --- 8,16 ---- Release 0.8.1 2004-10-?? + added fileMode, fillColor, logicalCopyMode attributes to BitmapCanvas + removed setFillMode, setFillColor, setCopyMode methods + the resourceEditor property editor now updates attributes automatically + but you can still click the Update button (this is mostly useful + on the Mac when editing text) resourceEditor (resourceOutput module) no longer saves background position in resource files |