summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2012-03-19 16:41:17 +0100
committerMartin Pitt <martin.pitt@ubuntu.com>2012-03-19 16:41:17 +0100
commit88924e399d7ccf7af2e9a78720e0c508cd6080d8 (patch)
treeb6cc7e5082a2c8229242e818392fdf122e9916cf /NEWS
parentb41e6139befb984c0b78bcefe2630ab1393b4b40 (diff)
downloadpygobject-88924e399d7ccf7af2e9a78720e0c508cd6080d8.tar.gz
Release 3.1.923.1.92
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS46
1 files changed, 46 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d60bda3f..a6aa6c0a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,49 @@
+3.1.92 19-Mar-2012
+ - Correct Gtk.TreePath.__iter__ to work with Python 3 (Johan Dahlin)
+ - Fix test_everything.TestSignals.test_object_param_signal test case
+ (Martin Pitt)
+ - Add a PyGTK compatibility layer (Johan Dahlin)
+ - pygtkcompat: Remove first argument for get_origin() (Johan Dahlin)
+ - Fix pygtkcompat.py to work with Python 3 (Martin Pitt)
+ - GtkViewport: Add a default values for the adjustment constructor
+ parameters (Johan Dahlin)
+ - GtkIconSet: Add a default value for the pixbuf constructor parameter
+ (Johan Dahlin)
+ - PangoLayout: Add a default value for set_markup() (Johan Dahlin)
+ - Gtk[HV]Scrollbar: Add a default value for the adjustment constructor
+ parameter (Johan Dahlin)
+ - GtkToolButton: Add a default value for the stock_id constructor
+ parameter (Johan Dahlin)
+ - GtkIconView: Add a default value for the model constructor parameter
+ (Johan Dahlin)
+ - Add a default value for column in Gtk.TreeView.get_cell_area()
+ (Johan Dahlin)
+ - Atomic inserts in Gtk.{List,Tree}Store overrides (Martin Pitt)
+ - Fix Gtk.Button constructor to accept use_stock parameter
+ (Martin Pitt)
+ - Correct bad rebase, remove duplicate Window (Johan Dahlin)
+ - Add bw-compatible arguments to Gtk.Adjustment (Johan Dahlin)
+ - GtkTreePath: make it iterable (Johan Dahlin)
+ - Add a default argument to TreeModelFilter.set_visible_func()
+ (Johan Dahlin)
+ - Add a default argument to Gtk.TreeView.set_cursor (Johan Dahlin)
+ - Add a default argument to Pango.Context.get_metrics() (Johan Dahlin)
+ - Fix double-freeing GValues in arrays (Martin Pitt)
+ - Renamed "property" class to "Property" (Simon Feltman)
+ - Fix Python to C marshalling of GValue arrays (Martin Pitt)
+ - Correct the Gtk.Window hierarchy (Johan Dahlin)
+ - Renamed getter/setter instance attributes to fget/fset respectively.
+ (Simon Feltman)
+ - Add Gtk.Arrow/Gtk.Window constructor override (Johan Dahlin)
+ - Fix marshalling to/from Python to work on big endian machines.
+ (Michel Dänzer)
+ - Use gi_cclosure_marshal_generic instead of duplicating it.
+ (Michel Dänzer)
+ - Override Gtk.TreeView.get_visible_range to fix return (René Stadler)
+ - Plug memory leak in _is_union_member (Paolo Borelli)
+ - tests: Split TestInterfaces into separate tests (Sebastian Pölsterl)
+ - README: Update current maintainers (Martin Pitt)
+
3.1.1 20-Feb-2012
- Don't use C99 style (Sebastian Pölsterl)
- Add test for GPtrArray with transfer full (Martin Pitt)