From: Kevin A. <ka...@us...> - 2005-12-29 20:36:33
|
Update of /cvsroot/pythoncard/PythonCard/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24928/docs Modified Files: changelog.txt Log Message: added documentation.py, moved old dumpDocs and helper functions out of widgets.py and created a new function to document a background Index: changelog.txt =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/changelog.txt,v retrieving revision 1.321 retrieving revision 1.322 diff -C2 -d -r1.321 -r1.322 *** changelog.txt 26 Dec 2005 19:03:53 -0000 1.321 --- changelog.txt 29 Dec 2005 20:36:25 -0000 1.322 *************** *** 9,12 **** --- 9,14 ---- Release 0.8.2 2006-01-?? + created documentation.py module to hold code previously in widgets.py + for automatically generating component and background docs added getTextExtent and getFullTextExtent methods to BitmapCanvas revised internationalResourceName to support platform-specific resources |