summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a4fba3d4..87dc4cd4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,8 @@
pygtk-2.15.1 20-Jun-2009
- Rename gtk.Statusbar.remove() to gtk.Statusbar.remove_message (Paul)
- Allow pango.Context creation (Paul, #550855)
- - Make gtk.gdk.Pixbuf.add_alpha accept integers, not strings (Paul, #586094)
+ - Make gtk.gdk.Pixbuf.add_alpha accept integers, retaining backward
+ compatibility accepting also chars (Paul, #586094)
- Protect window obj from GC in gtk.window_get_toplevels (Gustavo, #574259)
- Plug huge number of memory leaks in Pango wrappers (Paul)
- Add gtk.gdk.WINDOWING constant (Paul, #555112)