]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxPython/docs/CHANGES.txt
final tweaks for embedded
[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 66.
CommitLineData
1Recent Changes for wxPython
2=====================================================================
3
42.5.1.4
5-------
6
7(See also the MigrationGuide_ file for details about some of the
8big changes that have happened in this release and how you should
9adapt your code.)
10
11.. _MigrationGuide: MigrationGuide.html
12
13
14The wxWindows project and library is now known as wxWidgets. Please
15see http://www.wxwindows.org/name.htm for more details. This won't
16really affect wxPython all that much, other than the fact that the
17wxwindows.org domain name will be changing to wxwidgets.org, so mail
18list, CVS, and etc. addresses will be changing. We're going to try
19and smooth the transition as much as possible, but I wanted you all to
20be aware of this change if you run into any issues.
21
22
23Many, many little fixes, changes and additions done as part of the move
24to wxWidgets 2.5 that I have forgotten about.
25
26Added wxMirrorDC.
27
28Added wxIconLocation
29
30Added Python wrappers and demos for the new wxVScrolledWindow,
31wxVListBox, and wxHtmlListBox classes.
32
33Added wrappers for wxBookCtrl and wxListbook. wxNotebook now derives
34from wxBookCtrl.
35
36Added Gordon Williams' PyPlot module to the library, available as the
37wx.lib.plot module.
38
39I made a small but important change in the code that aquires the
40Python Global Interpreter Lock to try and prevent deadlocks that can
41happen when there are nested attempts to aquire the GIL.
42
43The RPMs will now install menu items on Mandrake Linux in
44Applications/Development/Tools for PyCrust, XRCed, etc. The RPMs are
45also installing icons and ``*.desktop`` items in the generic KDE and
46GNOME locations, but I don't know yet if they are resulting in menu
47items on non-Mandrake systems. (It didn't automatically do it on my
48RH-9 build box but I didn't chase it very far...) If you have ideas
49for how to improve the .spec file to work better and/or on more
50distros please send me a patch.
51
52The RPMs are now built on a fairly generic RH-9 box, and I have tested
53installing them also on my main Mandrake 9.2 box.
54
55There are some big changes in the OS X disk image. The actual
56Installer package now *only* installs the wxMac dynlibs, wxPython
57extension modules and Python pacakges, and also the command-line tool
58scripts. The remaining items (demo, samples, and application bundles
59for the Demo, PyCrust and XRCed) are now top-level items in the disk
60image (.dmg file) that users can just drag and drop to wherever they
61want to put them.
62
63The wxWave class has been renamed to wxSound, and now has a slightly
64different API.
65
66