From: Kevin A. <ka...@us...> - 2004-05-13 02:40:35
|
Update of /cvsroot/pythoncard/PythonCard/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14435/docs Modified Files: changelog.txt Log Message: refactored resourceEditor to query component spec for default set of attributes in on_componentAdd_command updated all components and Widget class to provide defaults Index: changelog.txt =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/changelog.txt,v retrieving revision 1.290 retrieving revision 1.291 diff -C2 -d -r1.290 -r1.291 *** changelog.txt 12 May 2004 22:02:01 -0000 1.290 --- changelog.txt 13 May 2004 02:40:25 -0000 1.291 *************** *** 3,7 **** Release 0.8 2004-05-?? ! changed resourceEditor to dynamically build list of Components converted turtle sample to use Python modules for the script examples --- 3,10 ---- Release 0.8 2004-05-?? ! refactored resourceEditor to query component spec for default ! set of attributes in on_componentAdd_command ! refactored resourceEditor to dynamically build list of ! available Components instead of using static list converted turtle sample to use Python modules for the script examples |