]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/CHANGES.txt
Font updates
[wxWidgets.git] / wxPython / CHANGES.txt
index 11db24b6cef08acc0ee94fd1b5909add994ebc11..721f50a619da7476563b3736429530757d4881e2 100644 (file)
@@ -148,7 +148,7 @@ Fixed the ActiveXWrapper problem.  Looks like when the win32com
 modules make a "callback" that they (incorrectly, IMHO) allocate a
 transient thread state structure.  Since wxPython is now saving
 tstates for it's own callbacks it ended up using garbage after
-win32com got rid of the tstate...
+win32com got rid of the temporary tstate...
 
 Added a generic static text control to wxPython.lib.stattext.  This is
 so things like Boa and PythonCard can have a static text that can
@@ -164,6 +164,8 @@ tools in your own scripts or apps as needed.
 Added a sample to the demo that catches various key events and
 displays the details of the event.
 
+Added wxWizard, wxWizardPage, wxWizardPageSimple and wxPyWizardPage.
+