summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 31ae0ffc..2892f88d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+pygtk-2.5.2 10-january-2005
+ - Improved deprecation messages (Johan)
+ - gtk.idle_add, gtk.timout_add, and others are now
+ deprecated (Johan)
+ - Overriding GTK+ virtual methods (Gustavo)
+ - Interfaces now implementation (Gustavo)
+ - 2.6 merge (Johan, Gian Mario Tagliaretti)
+ - Bug fixes (Adam Hooper, John Finlay, Gustavo, Johan, Tim Evans)
+ - Build system improvens (Johan)
+
pygtk-2.5.1 23-december-2004
- Remove API removed in Gtk+ 2.6.0 (Gustavo, Johan)
- Implement pango.LayoutIter (John)