]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxPython/docs/CHANGES.txt
Script updates
[wxWidgets.git] / wxPython / docs / CHANGES.txt
... / ...
Content-type: text/html ]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxPython/docs/CHANGES.txt


500 - Internal Server Error

Malformed UTF-8 character (fatal) at /usr/lib/x86_64-linux-gnu/perl5/5.40/HTML/Entities.pm line 485, <$fd> line 54.
CommitLineData
1CHANGES.txt for wxPython
2=====================================================================
3
42.5.1.x
5-------
6
7(See also the MigrationGuide.txt file for details about some of the
8big changes that have happened in this release and how you should
9adapt your code.)
10
11Many, many little fixes, changes and additions done as part of the move
12to wxWindows 2.5 that I have forgotten about.
13
14Added wxMirrorDC.
15
16Added wxIconLocation
17
18Added Python wrappers for the new wxVScrolledWindow, wxVListBox, and
19wxHtmlListBox classes.
20
21Added wrappers for wxBookCtrl and wxListbook. wxNotebook now derives
22from wxBookCtrl.
23
24Added Gordon Williams' PyPlot module to the library, available as the
25wx.lib.plot module.
26
27I made a small but important change in the code that aquires the
28Python Global Interpreter Lock to try and prevent deadlocks that can
29happen when there are nested attempts to aquire the GIL.
30
31The RPMs will now install menu items on Mandrake in
32Applications/Development/Tools for PyCrust, XRCed, etc. They are also
33installing icons and ``*.desktop`` items in the generic KDE and GNOME
34locations, but I don't know yet if they are resulting in menu items on
35non-Mandrake systems. (It didn't automatically do it on my RH-9 build
36box but I didn't chase it very far...) If you have ideas for how to
37improve the .spec file to work better and/or on more distros please
38send me a patch.
39
40The RPMs are now built on a RH-9 box, and I have tested installing
41them also on my main Mandrake 9.2 box.
42
43There are some big changes in the OS X disk image. The actual
44Installer package now *only* installs the wxMac dynlibs, wxPython
45extension modules and pacakges, and also the command-line tool
46scripts. The remaining items (demo, samples, and application bundles
47for the Demo, PyCrust and XRCed) are now top-level items in the disk
48image (.dmg file) that users can just drag and drop to wherever they
49want to put them.
50
51The wxWave class has been renamed to wxSound, and now has a slightly
52different API.
53
54