Update of /cvsroot/pythoncard/PythonCard/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28465/docs
Modified Files:
changelog.txt
Log Message:
added new background event binding and dispatch
added hacks to MessageWatcher and EventQueue to support posting messages
until we have an EventLog class
added restore event (inverse of minimize)
added singleItemExpandingSizerLayout method to background
moved initialize event dispatch and bindWindowEvents to end of
Background.__init__ to correct initialization bug with menus...
Index: changelog.txt
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/docs/changelog.txt,v
retrieving revision 1.277
retrieving revision 1.278
diff -C2 -d -r1.277 -r1.278
*** changelog.txt 27 Apr 2004 22:03:05 -0000 1.277
--- changelog.txt 29 Apr 2004 23:59:23 -0000 1.278
***************
*** 3,6 ****
--- 3,7 ----
Release 0.8 2004-05-??
+ added restore (inverse of minimize) background window event
added twistedEchoClient sample
added twistedModel.py module to hold TwistedApplication
|