From: Kevin A. <ka...@us...> - 2004-09-14 17:28:55
|
Update of /cvsroot/pythoncard/PythonCard/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6255/docs Modified Files: changelog.txt Log Message: added Notebook component added PageBackground class and pageWindow function added testNotebook sample for testing component and class Index: changelog.txt =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/changelog.txt,v retrieving revision 1.305 retrieving revision 1.306 diff -C2 -d -r1.305 -r1.306 *** changelog.txt 4 Sep 2004 11:46:39 -0000 1.305 --- changelog.txt 14 Sep 2004 17:28:46 -0000 1.306 *************** *** 3,6 **** --- 3,7 ---- Release 0.8.1 2004-09-?? + added Notebook component, PageBackground, and testNotebook sample added relativePath to util.py added colorFromString to util.py |