summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2008-01-03 19:18:51 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-01-03 19:18:51 +0000
commitcf630d2eabac2849454592e641ec13fbfe5ba5eb (patch)
tree65fe030d0a2da4acb6daf4e0e1a1402f2dc0a8ab /NEWS
parente27ce57dbc163f736af8d18c324a33668600a2f2 (diff)
downloadpygtk-cf630d2eabac2849454592e641ec13fbfe5ba5eb.tar.gz
svn path=/trunk/; revision=2948
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 09b7e870..8e62a6be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+pygtk-2.12.1 03-january-2007
+ - Fix TreeView coordinate wrappers (Jeremey Katz, #479012)
+ - Allow None in tooltip methods (Gian)
+ - Mention how to build documentation (Björn Lindqvist, #479379)
+ - Plug a leak in GtkContainer.forall (Mark Doffman, #480306)
+ - Add null-ok for accelerator function (Yevgen Muntyan)
+ - Install gtk-extrafuncs.defs (Matthew Barnes, #380020)
+ - Fix x86-64 crash (Dan Winship, #500508)
+ - Plug gtk.Widget.render_icon leak (Gustavo, #502871)
+ - Fix hypertext demo (Richard Hult)
+ - Correct wrong command line (Sebastien Bacher)
+ - Distribute .m4 files (Ed Catmur)
+ - Release the GIL in pixbuf constructors (Jakub Stachowski, #415611)
+ - Add a new pango extent example (Adam Olsen, Behdad Esfahbod, #400810)
+ - Fix leak in gdk.Pixbuf.flip() (Guillaume Cottenceau)
+ - Accept None in Cellrenderer.get_cell_area() (Paul Pogonyshev, #358091)
+ - Fix typo in clipboard.set_with_data (Julien Moutinho)
+ - Add support for PySignal_SetWakeUp thread which avoids unnecessary
+ polling in the main loop for threaded programs (Johan, #481569)
+
pygtk-2.12.0 16-september-2007
- Make pango bindings more pythonic (Johan Dahlin)
- Remove X11 specific calls from non-X11 builds (Gustavo Carneiro, #471804)