summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-08-04 21:57:30 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-08-04 21:57:30 +0000
commit145a893ab0ab0dba67c0ec87fd2dea77696527d6 (patch)
tree278d92e641b96e850bb51bdcc27d66e8c58fac49 /NEWS
parent7277bfb11dc7037a003f3f95b7344cb0108527e2 (diff)
downloadpygtk-145a893ab0ab0dba67c0ec87fd2dea77696527d6.tar.gz
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7488da99..cc38266c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,19 @@
-pygtk-2.9.3 12-july-2006
+pygtk-2.9.4 4-august-2006
+ - Include John Finlay's PyGTK reference manual (Johan, John)
+ - Setters and getters for GtkWidget.activate_signal (#331445, Gustavo)
+ - GtkToolItemType setter/getter (#331355, Gustavo)
+ - Code generator fixes (Gustavo, Johan, John, Yevgen Muntyan, Gustavo)
+ - Add more gtk+ 2.10 API (#337011, John, Sebastian Pölsterl)
+ - Don't copy treeiters in callbacks (#347273, John, Stefano Maggiolo)
+ - Provide full information for GtkTreeSelection.set_select_function
+ (#340475 John, Wouter Bolsterlee)
+ - Export less symbols and reduce the size of the libraries (#347825,
+ Rafael Espíndola)
+ - Allow negative values for GtkTreeModel.set/getitem (#311852, Baiju M)
+ - Much improved interface/virtual method support (John)
+ - Remove evil 100ms timeout timer (#348937, Gustavo)
+
+pygtk-2.9.3 12-july-2006
- Update to latest gtk+ 2.10 API changes (#345447, #345623, Newren, Peters)
- Many more new gtk+ 2.10 APIs wrapped (Finlay)
- Wrap gtk_widget_class_find_style_property (Finlay)