]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/CHANGES.html
typos fixed
[wxWidgets.git] / wxPython / docs / CHANGES.html
index ecdf638c5b61bf5341c062d0114b5cf603901d24..cb93d3d18214a039284018c976e08ff2e44a6f75 100644 (file)
@@ -11,7 +11,7 @@
 <div class="document" id="changes-txt-for-wxpython">
 <h1 class="title">CHANGES.txt for wxPython</h1>
 <div class="section" id="id1">
 <div class="document" id="changes-txt-for-wxpython">
 <h1 class="title">CHANGES.txt for wxPython</h1>
 <div class="section" id="id1">
-<h1><a name="id1">2.5.1.1</a></h1>
+<h1><a name="id1">2.5.1.2</a></h1>
 <p>(See also the MigrationGuide.txt file for details about some of the
 big changes that have happened in this release and how you should
 adapt your code.)</p>
 <p>(See also the MigrationGuide.txt file for details about some of the
 big changes that have happened in this release and how you should
 adapt your code.)</p>
@@ -73,6 +73,23 @@ MacPrintFile, MacNewFile, and MacReopenApp.</p>
 <p>Added wx.PlatformInfo which is a tuple containing strings that
 describe the platform and build options of wxPython.  See the
 MigrationGuide for more details.</p>
 <p>Added wx.PlatformInfo which is a tuple containing strings that
 describe the platform and build options of wxPython.  See the
 MigrationGuide for more details.</p>
+<p>Created a new extension module &quot;activex&quot; from Lindsay Mathieson's
+newest <a class="reference" href="http://members.optusnet.com.au/~blackpaw1/wxactivex.html">wxActiveX</a> class.  (The existing iewin module used an older
+version of this code, but only exposed the wxIEHtmlWin class.)  This
+new module will (in theory ;-) ) allow you to host arbitrary ActiveX
+controls in a wx.Window, <strong>without</strong> requiring the use of the win32com
+and other PyWin32 modules!  This should eliminate the cronic problems
+that have resulted from minor mismatches in how PyWin32 handles the
+GIL and tstate when making callbacks, etc.  The older iewin module
+will be left in this release as the new stuff is not fully backwards
+compatible, but you should migrate your code to the new IEHtmlWindow
+in wx.lib.iewin, so the old one can be eventually removed.
+Additionally, I've always considered that the wx.lib.activexwrapper
+module is an ugly hack that I only included in the lib because I
+couldn't figure out anything better.  Well now we have something that,
+if it isn't already, has the potential to be better.  So consider
+migrating away from using activexwrapper as well.  Please see the
+MigrationGuide for more details on using the new module.</p>
 </div>
 <div class="section" id="id2">
 <h1><a name="id2">2.4.2.4</a></h1>
 </div>
 <div class="section" id="id2">
 <h1><a name="id2">2.4.2.4</a></h1>
@@ -1227,7 +1244,7 @@ version segfault shortly after starting up.</p>
 </div>
 <hr class="footer" />
 <div class="footer">
 </div>
 <hr class="footer" />
 <div class="footer">
-Generated on: 2004-03-12 19:55 UTC.
+Generated on: 2004-03-26 21:09 UTC.
 </div>
 </body>
 </html>
 </div>
 </body>
 </html>