summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2005-01-10 17:16:43 +0000
committerJohan Dahlin <johan@src.gnome.org>2005-01-10 17:16:43 +0000
commit0b2cb1ec656d64bba4340f0a121ca29a2a9bfe66 (patch)
treefac967b2c76e164877e277ff1dfb2ab494f19f19 /NEWS
parent3b76494e2546564e672f0979d22bf69c9d3ff0fb (diff)
downloadpygtk-0b2cb1ec656d64bba4340f0a121ca29a2a9bfe66.tar.gz
2.5.2 releasePYGTK_2_5_2
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)