]>
Commit | Line | Data |
---|---|---|
8eda5e35 RD |
1 | <?xml version="1.0" encoding="iso-8859-1" ?> |
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
4 | <head> | |
5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> | |
6 | <meta name="generator" content="Docutils 0.3.1: http://docutils.sourceforge.net/" /> | |
7 | <title>CHANGES.txt for wxPython</title> | |
8 | <link rel="stylesheet" href="default.css" type="text/css" /> | |
9 | </head> | |
10 | <body> | |
11 | <div class="document" id="changes-txt-for-wxpython"> | |
12 | <h1 class="title">CHANGES.txt for wxPython</h1> | |
13 | <div class="section" id="x"> | |
14 | <h1><a name="x">2.5.1.x</a></h1> | |
15 | <p>(See also the MigrationGuide.txt file for details about some of the | |
16 | big changes that have happened in this release and how you should | |
17 | adapt your code.)</p> | |
18 | <p>Many, many little fixes, changes and additions done as part of the move | |
19 | to wxWindows 2.5 that I have forgotten about.</p> | |
20 | <p>Added wxMirrorDC.</p> | |
21 | <p>Added wxIconLocation</p> | |
22 | <p>Added Python wrappers for the new wxVScrolledWindow, wxVListBox, and | |
23 | wxHtmlListBox classes.</p> | |
24 | <p>Added wrappers for wxBookCtrl and wxListbook. wxNotebook now derives | |
25 | from wxBookCtrl.</p> | |
26 | <p>Added Gordon Williams' PyPlot module to the library, available as the | |
27 | wx.lib.plot module.</p> | |
28 | <p>I made a small but important change in the code that aquires the | |
29 | Python Global Interpreter Lock to try and prevent deadlocks that can | |
30 | happen when there are nested attempts to aquire the GIL.</p> | |
31 | <p>The RPMs will now install menu items on Mandrake in | |
32 | Applications/Development/Tools for PyCrust, XRCed, etc. They are also | |
33 | installing icons and <tt class="literal"><span class="pre">*.desktop</span></tt> items in the generic KDE and GNOME | |
34 | locations, but I don't know yet if they are resulting in menu items on | |
35 | non-Mandrake systems. (It didn't automatically do it on my RH-9 build | |
36 | box but I didn't chase it very far...) If you have ideas for how to | |
37 | improve the .spec file to work better and/or on more distros please | |
38 | send me a patch.</p> | |
39 | <p>The RPMs are now built on a RH-9 box, and I have tested installing | |
40 | them also on my main Mandrake 9.2 box.</p> | |
41 | <p>There are some big changes in the OS X disk image. The actual | |
42 | Installer package now <em>only</em> installs the wxMac dynlibs, wxPython | |
43 | extension modules and pacakges, and also the command-line tool | |
44 | scripts. The remaining items (demo, samples, and application bundles | |
45 | for the Demo, PyCrust and XRCed) are now top-level items in the disk | |
46 | image (.dmg file) that users can just drag and drop to wherever they | |
47 | want to put them.</p> | |
48 | <p>The wxWave class has been renamed to wxSound, and now has a slightly | |
49 | different API.</p> | |
9c329f86 RD |
50 | Content-type: text/html ]>