From: Kevin A. <ka...@us...> - 2004-05-10 01:28:20
|
Update of /cvsroot/pythoncard/PythonCard/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23449/docs Modified Files: changelog.txt Log Message: removed Stack class Index: changelog.txt =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/changelog.txt,v retrieving revision 1.285 retrieving revision 1.286 diff -C2 -d -r1.285 -r1.286 *** changelog.txt 9 May 2004 00:50:53 -0000 1.285 --- changelog.txt 10 May 2004 01:28:11 -0000 1.286 *************** *** 3,6 **** --- 3,12 ---- Release 0.8 2004-05-?? + removed Stack class + the application is now the "parent" of the main Background + changed __init__ for Background and CustomDialog so they + don't take a stack parameter + changed childWindow function + self.stack.app references are now self.application added lsystem sample added ToggleButton component |