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