]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxPython/docs/CHANGES.html
Updated version number
[wxWidgets.git] / wxPython / docs / CHANGES.html
... / ...
Content-type: text/html ]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxPython/docs/CHANGES.html


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 50.
CommitLineData
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
16big changes that have happened in this release and how you should
17adapt your code.)</p>
18<p>Many, many little fixes, changes and additions done as part of the move
19to 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
23wxHtmlListBox classes.</p>
24<p>Added wrappers for wxBookCtrl and wxListbook. wxNotebook now derives
25from wxBookCtrl.</p>
26<p>Added Gordon Williams' PyPlot module to the library, available as the
27wx.lib.plot module.</p>
28<p>I made a small but important change in the code that aquires the
29Python Global Interpreter Lock to try and prevent deadlocks that can
30happen when there are nested attempts to aquire the GIL.</p>
31<p>The RPMs will now install menu items on Mandrake in
32Applications/Development/Tools for PyCrust, XRCed, etc. They are also
33installing icons and <tt class="literal"><span class="pre">*.desktop</span></tt> 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.</p>
39<p>The RPMs are now built on a RH-9 box, and I have tested installing
40them also on my main Mandrake 9.2 box.</p>
41<p>There are some big changes in the OS X disk image. The actual
42Installer package now <em>only</em> installs the wxMac dynlibs, wxPython
43extension modules and pacakges, and also the command-line tool
44scripts. The remaining items (demo, samples, and application bundles
45for the Demo, PyCrust and XRCed) are now top-level items in the disk
46image (.dmg file) that users can just drag and drop to wherever they
47want to put them.</p>
48<p>The wxWave class has been renamed to wxSound, and now has a slightly
49different API.</p>
50