]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/CHANGES.txt
added extra parentheses to wxDynamicCast() to allow using it like wxDynamicCast(foo...
[wxWidgets.git] / wxPython / CHANGES.txt
index 11db24b6cef08acc0ee94fd1b5909add994ebc11..3ac422e63453b838067414680a322c3769858ab7 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
 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
 
 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,12 @@ 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 a sample to the demo that catches various key events and
 displays the details of the event.
 
+Added wxWizard, wxWizardPage, wxWizardPageSimple and wxPyWizardPage.
+
+Added wxXmlResourceHandler which allows you to create custom handlers
+for nonstandard class types in XRC resources.  See the demo for an
+example.
+