Update of /cvsroot/pythoncard/PythonCard/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17350/docs
Modified Files:
changelog.txt
Log Message:
added TwistedApplication subclass for writing Twisted GUI apps
added twistedEchoClient sample
Index: changelog.txt
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/docs/changelog.txt,v
retrieving revision 1.276
retrieving revision 1.277
diff -C2 -d -r1.276 -r1.277
*** changelog.txt 25 Apr 2004 22:37:21 -0000 1.276
--- changelog.txt 27 Apr 2004 22:03:05 -0000 1.277
***************
*** 3,6 ****
--- 3,9 ----
Release 0.8 2004-05-??
+ added twistedEchoClient sample
+ added twistedModel.py module to hold TwistedApplication
+ added redraw method to Widget to simplify immediate redraws
added event.target workaround for timer events
moved getStyleConfigPath to configuration module
|