summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 797315ef..52db05b0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+pygtk-2.15.0 01-May-2009
+ - Update pygtk to use numpy instead of Numeric
+ (Josselin Mouette, Brian Cameron, #397544)
+ - Update the address of the FSF (Tobias Mueller, #577154)
+ - Wrap gtk_builder_add_objects_from_string and
+ gtk_builder_add_objects_from_file.
+ - Add GTK+ 2.16 API (Gian)
+ - wrap gtk.IconView.convert_widget_to_bin_window_coords (Gian)
+ - add gtk.gdk.Window.redirect_to_drawable (Gian)
+ - add GtkNumberUpLayout enum (Gian)
+ - some method argument fixes (Gian)
+ - add gtk.PrintSettings.[get|set]_number_up_layout (Gian)
+ - Some demo fixes (Gian, Andi Albrecht)
+ - Add various deprecation warnings (Gian Mario)
+
+pygtk-2.14.1 06-March-2009
+ - Return the deserialized string as a new memory buffer (Gustavo, #567747)
+ - Complete docs with 2.14 API (Gian Mario)
+
pygtk-2.14.0 31-January-2009
- Fix a bogus override of python includes in configure.ac
(Loïc Minier, #556130)