Update of /cvsroot/pythoncard/PythonCard/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17862/docs
Modified Files:
changelog.txt
Log Message:
bumped minimum requirement to wxPython 2.5.2.8
removed 2.5.2.7 workarounds in dialog.py
added passwordTextEntryDialog, multilineTextEntryDialog
Index: changelog.txt
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/docs/changelog.txt,v
retrieving revision 1.307
retrieving revision 1.308
diff -C2 -d -r1.307 -r1.308
*** changelog.txt 15 Sep 2004 15:52:04 -0000 1.307
--- changelog.txt 25 Sep 2004 15:37:40 -0000 1.308
***************
*** 1,6 ****
Changelog for PythonCard
! Release 0.8.1 2004-09-??
added cursor key support in resourceEditor for moving components
added FloatCanvas component and sample
--- 1,16 ----
Changelog for PythonCard
+ SPECIAL NOTE: at least as of wxPython 2.5.2.8 you must still
+ use a GTK1 build of wxWidgets/wxPython on Linux in order for
+ component dragging to work in the resourceEditor. You can track
+ the following bug report to be notified when this issue is fixed.
+ http://sourceforge.net/tracker/?func=detail&aid=1024777&group_id=9863&atid=109863
! Release 0.8.1 2004-10-??
! minimum requirement changed to wxPython 2.5.2.8
! added passwordTextEntryDialog and multilineTextEntryDialog to dialog.py
! many minor bug fixes
! reworked dialogs sample interface
! added Show Grid Lines option to resourceEditor
added cursor key support in resourceEditor for moving components
added FloatCanvas component and sample
|