Update of /cvsroot/pythoncard/PythonCard/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29975/docs
Modified Files:
changelog.txt
Log Message:
Update ready for 0.8.2 release.
Index: changelog.txt
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/docs/changelog.txt,v
retrieving revision 1.326
retrieving revision 1.327
diff -C2 -d -r1.326 -r1.327
*** changelog.txt 6 Apr 2006 11:00:23 -0000 1.326
--- changelog.txt 18 May 2006 21:15:00 -0000 1.327
***************
*** 8,12 ****
! Release 0.8.2 2006-04-06
added minimized and maximized attributes to Background class
created documentation.py module to hold code previously in widgets.py
--- 8,12 ----
! Release 0.8.2 2006-05-18
added minimized and maximized attributes to Background class
created documentation.py module to hold code previously in widgets.py
***************
*** 18,22 ****
renamed samples.py to samples.pyw
added work-in-progress version of multiresourceEditor
! (tools/resourceEditor/multirwesourceEditor)
renamed to layoutEditor
support customizable window styles in backgroundInfo of resourceEditor
--- 18,22 ----
renamed samples.py to samples.pyw
added work-in-progress version of multiresourceEditor
! (tools/resourceEditor/multiresourceEditor)
renamed to layoutEditor
support customizable window styles in backgroundInfo of resourceEditor
***************
*** 25,28 ****
--- 25,30 ----
added sample for sudoku solver/helper (samples/sudoku)
replaced StringType with StringTypes to handle Unicode better
+ Major update standaloneBuilder, including support for py2exe
+ allow for Python2.4 or Python 2.5 on Mac
|