Update of /cvsroot/pythoncard/PythonCard/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28081/docs
Modified Files:
changelog.txt
Log Message:
NewMenu and NewMenuItem now add "in place" - i.e. below currently selected line.
If the name of a new item is left unchanged, then it will be derived from
the label value.
Index: changelog.txt
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/docs/changelog.txt,v
retrieving revision 1.297
retrieving revision 1.298
diff -C2 -d -r1.297 -r1.298
*** changelog.txt 10 Aug 2004 22:34:58 -0000 1.297
--- changelog.txt 10 Aug 2004 23:41:00 -0000 1.298
***************
*** 3,6 ****
--- 3,7 ----
Release 0.8 2004-08-??
+ menuDialog changed to insert in place, added default naming based on label
changed Calendar component to CAL_SEQUENTIAL_MONTH_SELECTION style
added mp3player sample
|