summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2005-07-10 23:56:46 +0000
committerJohan Dahlin <johan@src.gnome.org>2005-07-10 23:56:46 +0000
commitf655f9811848813cb4d6c33c664bc009bc1c5a5d (patch)
tree9b50090bef6ffb879c0c4f95dca2584ec7871fd4 /NEWS
parent90385af388d9d3feabb429f42766ed115c684fb8 (diff)
downloadpygtk-f655f9811848813cb4d6c33c664bc009bc1c5a5d.tar.gz
=== PyGTK 2.7.0 ===PYGTK_2_7_0
2005-07-10 Johan Dahlin <johan@gnome.org> * configure.in: Bump glib/gtk+ requirements * NEWS: Updated * README: Updated
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS30
1 files changed, 26 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index bb4545ba..4eeb3c24 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,30 @@
+pygtk-2.7.0 10-july-2005
+ - GIOChannel wrapper (Gustavo, John Ehresman, Manish)
+ - GSource wrapper (Manish)
+ - Allow creation of python classes through gobject.new (Gustavo,
+ John Ehresman, Benjamin Otte)
+ - Improved GObject property support (Gustavo, Iņaki, Johan)
+ - Improved ParamSpec wrapping (Johan)
+ - Add gdkcairo and pangocairo wrapping, depends on pycairo (Gustavo)
+ - 2.8 API updates (Johan)
+ - Add GObject metaclass, making type_register unnecessary (Gustavo)
+ - C++ compilation fixes (Manish)
+ - Handle longs/ints better (Gustavo)
+ - Support new GType fundamentals (Edward Hervey, Johan)
+ - Improved GType wrapping (Johan)
+ - Support for specifying GType name (Johan)
+ - GtkContainer iterator support (Johan)
+ - Support for subclasses that implements scrolling (Gustavo, Johan)
+ - Bug fixes/Misc fixes (Steve Chaplin, Tim Evans, John Finlay,
+ Cedric Gustin, Edward Hervey, Christian Kirbach, Tuure Laurinolli,
+ Benjamin Otte, Manish Singh, Gian Mario Tagliaretti,
+ Fernando San Martin Woerner)
+
pygtk-2.6.2 9-may-2005
- - Allow None to be sent in to set_group radio widgets (Johan, Lorenzo)
- - guint/gsize as longs (Gustavo)
- - Check for exceptions in child_watch (Mark McLoughlin)
- - Bug fixes (Johan, Manish Singh, John Finaly)
+ - Allow None to be sent in to set_group radio widgets (Johan, Lorenzo)
+ - guint/gsize as longs (Gustavo)
+ - Check for exceptions in child_watch (Mark McLoughlin)
+ - Bug fixes (Johan, Manish Singh, John Finaly)
pygtk-2.6.1 15-march-2005
- GtkListStore.insert optimization (Johan)