summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@src.gnome.org>2009-01-31 19:56:19 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2009-01-31 19:56:19 +0000
commitc86b5d9b658b102937c2355b645f06603211d70d (patch)
tree7520b6f681aafbda1e1f5aacbb361643c31780eb /NEWS
parent60202fa923de2f011f53504df9014d319abfb0d7 (diff)
downloadpygtk-c86b5d9b658b102937c2355b645f06603211d70d.tar.gz
update NEWS to reflect 2.14 branch.
svn path=/trunk/; revision=3080
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b062fa17..797315ef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+pygtk-2.14.0 31-January-2009
+ - Fix a bogus override of python includes in configure.ac
+ (Loïc Minier, #556130)
+ - Fix a memory leak in gdk.draw_indexed_image (Paul, #562991)
+ - split gtkunixprint defs in order to support multiple gtk versions (Gian)
+ - Include <gdk/gdk.h> (Paul, #550442)
+ - set_parent_window(None) should work (Paul, #551505)
+ - comment out for a while gtk_selection_data_get_data waiting to
+ fix a problem in codegen (Gian)
+ - Remove compiler warnings (Gian)
+ - Update pango examples (Paul, #541476)
+ - TypeError not raised when setting gtk.TreeView adjustment property
+ to None (Paul, #529623)
+ - add __str__ and/or __repr__ to several types (Paul, #526189)
+
pygtk-2.13.0 24-August-2008
- GtkBuilder.add_from_string set the default length to -1 (Johan Dahlin)
- UIManager.insert_action_group add default -1 to `pos' (Paul Pogonyshev)