=== 2.13.2 === 2007-07-07 Gustavo J. A. M. Carneiro * NEWS: Update. 2007-07-07 Damien Carbery reviewed by: Gustavo Carneiro. * configure.ac: Bug 339924 – pygobject doesn't compile on opensolaris. 2007-04-30 Johannes Hölzl * gobject/gobjectmodule.c (init_gobjectmodule), * gobject/pygoptiongroup.c (arg_func), * gobject/option.py (OptionParser._parse_args, OptionGroup._to_goptiongroup), * tests/test_option.py: OptParse-Exceptions in GOption-callbacks are now convertet into an GError. GError from the GOptionGroup.run is convertet into an OptParse-Exception. Fixes #342948. 2007-07-06 Ed Catmur * gobject/pygtype.c (pyg_param_gvalue_from_pyobject), (pyg_param_gvalue_as_pyobject): Applied patch from Ed Catmur to support G_TYPE_VALUE boxed args/signals, and add a test, Fixes #351072 2007-07-06 Carlos Martin * tests/test_gtype.py: * tests/testhelpermodule.c: add test for #351072 2007-07-04 Murray Cumming * gobject/pygobject.c: (pygobject_switch_to_toggle_ref): * gobject/pygobject.h: Rename the private struct field to private_flags, because private is a C++ keyword, so this broke builds of some C++ applications, such as Glom. 2007-07-02 Sebastian Granjoux reviewed by: Johan Dahlin * gobject/gobjectmodule.c: (pyg_gerror_exception_check): * tests/test_gtype.py: * tests/testhelpermodule.c: (_wrap_test_gerror_exception): Fix a bug in pyg_error_exception_check, add a test, Fixes #449879 2007-06-17 Gustavo J. A. M. Carneiro * gobject/pygobject.h: Add a flags field to PyGObject; uses structure space formerly occupied by the now stale "GSList *closures" field. * gobject/pygobject.c (pygobject_switch_to_toggle_ref): Do nothing if the wrapper is already in toggle reference mode. Closes #447271. * tests/test_subtype.py: Test case for #447271. 2007-06-17 Sebastien Bacher * m4/python.m4: use python-config to get python includes (Closes #448173) 2007-06-16 Gustavo J. A. M. Carneiro * gobject/propertyhelper.py, * tests/test_properties.py: Support type=GObject or type=TYPE_OBJECT in the new properties API. 2007-06-06 Yevgen Muntyan OK'd by Johan * gobject/generate-constants.c: Return 0 from main(). * gobject/Makefile.am: use generate-constants$(EXEEXT) instead of generate-constants in the constants.py target rule. 2007-05-30 Yevgen Muntyan reviewed by: Gustavo Carneiro * autogen.sh: Allow running autogen.sh from outside $srcdir. 2007-05-09 Gustavo J. A. M. Carneiro * tests/Makefile.am (INCLUDES): Idem. * gobject/Makefile.am (INCLUDES): Add -D_XOPEN_SOURCE=600 and -D__EXTENSIONS__ to make it compile with c99 and Sun C compiler. Fixes #339924: gnome-python doesn't compile on opensolaris. 2007-05-02 Johan Dahlin * configure.ac: Post-release version bump.