summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2007-02-05 21:06:21 +0000
committerJohan Dahlin <johan@src.gnome.org>2007-02-05 21:06:21 +0000
commit2e77ac4cd8639aaa9f4200e37f983a9c7c8fb2a5 (patch)
treedf831f95b149d149ce8dad578bc22adb6c29f59f /NEWS
parent3435c52cb8680de3dc9a89807cf5715e4daf010b (diff)
downloadpygtk-2e77ac4cd8639aaa9f4200e37f983a9c7c8fb2a5.tar.gz
svn path=/trunk/; revision=2810
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c19cb837..5bb92015 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+pygtk-2.10.4 4-februrary-2007
+ - Documentation build fixes (John Finlay, Gustavo)
+ - Return NULL on error in TextBuffer.register_serialize_format
+ (Paolo Borelli)
+ - Do not overwrite sys.argv (JP Calderone)
+ - Add status icon example (Nikos Kouremenos)
+ - Make it possible to remove rows in the gtk.TreeModel.foreach
+ callback (Gustavo)
+ - Code generator fix for %define (#381389, Manish Singh)
+ - Duplicate GdkEvent.string member when setting it (#382428,
+ Gustavo, John Ehresman)
+ - Make it possible to use automake 1.10 (Kjartan Maraas)
+ - distutils build fixes (#385934, Sebastien Bacher, Michael Bienia)
+ - Allow None to be passed into gdk.Display (Johan)
+ - Undeprecate gtk.container_class_list_child_properties (Johan)
+ - Fix memory leak in gtk.Container.child_get (Gian Mario Tagliaretti)
+
pygtk-2.10.3 3-october-2006
- Fix a crasher bug introduced in 2.10.2 (Gustavo)
- Make PyGTK work with Python 2.5 and 64-bit (#337368, Gustavo)