Imported Upstream version 3.3.1
[platform/upstream/pygobject2.git] / NEWS
1 3.3.1   30-Apr-2012
2         - GSettings: allow extra keyword arguments (Giovanni Campagna)
3           (#675105)
4         - pygtkcompat: Correct Userlist module use (Jose Rostagno) (#675084)
5         - Add release-news make rule (Martin Pitt)
6         - Add "make check.nemiver" target (Martin Pitt)
7         - Test flags and enums in GHash values (Martin Pitt) (#637466)
8         - tests: Activate test_hash_in and apply workaround (Martin Pitt)
9           (#666636)
10         - Add special case for Gdk.Atom array entries from Python (Martin Pitt)
11           (#661709)
12         - test_gdbus: Call GetConnectionUnixProcessID() with correct signature
13           (Martin Pitt) (#667954)
14         - Add test case for Gtk.ListStore custom sort (Martin Pitt) (#674475)
15         - GTK overrides: Add missing keyword arguments (Martin Pitt) (#660018)
16         - Add missing override for TreeModel.iter_previous() (Martin Pitt)
17           (#660018)
18         - pygi-convert.py: Drop obsolete drag method conversions (Martin Pitt)
19           (#652860)
20         - tests: Replace deprecated assertEquals() with assertEqual()
21           (Martin Pitt)
22         - Plug tiny leak in constant_info_get_value (Paolo Borelli) (#642754)
23         - Fix len_arg_index for array arguments (Bastian Winkler) (#674271)
24         - Support defining GType properties from Python (Martin Pitt) (#674351)
25         - Handle GType properties correctly (Bastian Winkler) (#674351)
26         - Add missing GObject.TYPE_GTYPE (Martin Pitt)
27         - Fix test_mainloop.py for Python 3 (Martin Pitt)
28         - Make callback exception propagation test stricter (Martin Pitt)
29           (#616279)
30         - Add context management to freeze_notify() and handler_block().
31           (Simon Feltman) (#672324)
32         - Add support for GFlags properties (Martin Pitt) (#620943)
33         - Wrap GLib.Source.is_destroyed() method (Martin Pitt) (#524719)
34         - Fix error message when trying to override a non-GI class
35           (Martin Pitt) (#646667)
36         - Fix segfault when accessing __grefcount__ before creating the GObject
37           (Steve Frécinaux) (#640434)
38         - Do not bind gobject_get_data() and gobject_set_data()
39           (Steve Frécinaux) (#641944)
40         - Add test case for multiple GLib.MainLoop instances (Martin Pitt)
41           (#663068)
42         - Add a ccallback type which is used to invoke callbacks passed to a
43           vfunc (John (J5) Palmieri) (#644926)
44         - Regression test: marshalling GValues in GHashTable (Alberto Mardegan)
45           (#668903)
46         - Update .gitignore (Martin Pitt)
47         - Fix "distcheck" and tests with out-of-tree builds (Martin Pitt)
48         - Add a pep8 check to the makefile (Johan Dahlin) (#672627)
49         - PEP8 whitespace fixes (Johan Dahlin) (#672627)
50         - PEP8: Remove trailing ; (Johan Dahlin) (#672627)
51         - tests: Replace deprecated Python API (Martin Pitt)
52         - Fail tests if they use or encounter deprecations (Martin Pitt)
53         - Do not run tests in two phases any more (Martin Pitt)
54         - test_overrides: Find local gsettings schema with current glib
55           (Martin Pitt)
56         - Add GtkComboBoxEntry compatibility (Paolo Borelli) (#672589)
57         - Correct review comments from Martin (Johan Dahlin) (#672578)
58         - Correct pyflakes warnings/errors (Johan Dahlin) (#672578)
59         - Make tests fail on CRITICAL logs, too, and apply to all tests
60           (Martin Pitt)
61         - Support marshalling GI_TYPE_TAG_INTERFACE (Alberto Mardegan)
62           (#668903)
63         - Fix warnings on None values in added tree/list store rows
64           (Martin Pitt) (#672463)
65         - pygtkcompat test: Properly clean up PixbufLoader (Martin Pitt)
66
67 3.1.92  19-Mar-2012
68         - Correct Gtk.TreePath.__iter__ to work with Python 3 (Johan Dahlin)
69         - Fix test_everything.TestSignals.test_object_param_signal test case
70           (Martin Pitt)
71         - Add a PyGTK compatibility layer (Johan Dahlin)
72         - pygtkcompat: Remove first argument for get_origin() (Johan Dahlin)
73         - Fix pygtkcompat.py to work with Python 3 (Martin Pitt)
74         - GtkViewport: Add a default values for the adjustment constructor
75           parameters (Johan Dahlin)
76         - GtkIconSet: Add a default value for the pixbuf constructor parameter
77           (Johan Dahlin)
78         - PangoLayout: Add a default value for set_markup() (Johan Dahlin)
79         - Gtk[HV]Scrollbar: Add a default value for the adjustment constructor
80           parameter (Johan Dahlin)
81         - GtkToolButton: Add a default value for the stock_id constructor
82           parameter (Johan Dahlin)
83         - GtkIconView: Add a default value for the model constructor parameter
84           (Johan Dahlin)
85         - Add a default value for column in Gtk.TreeView.get_cell_area()
86           (Johan Dahlin)
87         - Atomic inserts in Gtk.{List,Tree}Store overrides (Martin Pitt)
88         - Fix Gtk.Button constructor to accept use_stock parameter
89           (Martin Pitt)
90         - Correct bad rebase, remove duplicate Window (Johan Dahlin)
91         - Add bw-compatible arguments to Gtk.Adjustment (Johan Dahlin)
92         - GtkTreePath: make it iterable (Johan Dahlin)
93         - Add a default argument to TreeModelFilter.set_visible_func()
94           (Johan Dahlin)
95         - Add a default argument to Gtk.TreeView.set_cursor (Johan Dahlin)
96         - Add a default argument to Pango.Context.get_metrics() (Johan Dahlin)
97         - Fix double-freeing GValues in arrays (Martin Pitt)
98         - Renamed "property" class to "Property" (Simon Feltman)
99         - Fix Python to C marshalling of GValue arrays (Martin Pitt)
100         - Correct the Gtk.Window hierarchy (Johan Dahlin)
101         - Renamed getter/setter instance attributes to fget/fset respectively.
102           (Simon Feltman)
103         - Add Gtk.Arrow/Gtk.Window constructor override (Johan Dahlin)
104         - Fix marshalling to/from Python to work on big endian machines.
105           (Michel Dänzer)
106         - Use gi_cclosure_marshal_generic instead of duplicating it.
107           (Michel Dänzer)
108         - Override Gtk.TreeView.get_visible_range to fix return (René Stadler)
109         - Plug memory leak in _is_union_member (Paolo Borelli)
110         - tests: Split TestInterfaces into separate tests (Sebastian Pölsterl)
111         - README: Update current maintainers (Martin Pitt)
112
113 3.1.1   20-Feb-2012
114         - Don't use C99 style (Sebastian Pölsterl)
115         - Add test for GPtrArray with transfer full (Martin Pitt)
116         - Drop obsolete g_thread_init() (Martin Pitt)
117         - Fix deprecated g_source_get_current_time() (Martin Pitt)
118         - Fix deprecated g_value_[gs]et_char() (Martin Pitt)
119         - Make pygiconvert.sh correctly convert gtk.gdk.x11_* (Simon Schampijer)
120         - Raise required glib version to 2.31 because of g_value_(get|set)_schar (Sebastian Pölsterl)
121         - Fix cset_first typo (Dieter Verfaillie)
122         - pygi-convert: Handle Clutter and Cogl (Bastian Winkler)
123         - Provide access to gpointer struct values (Cédric Krier)
124         - Add some GType tests (Paolo Borelli)
125         - Split GStrv and array variant tests in their own classes (Paolo Borelli)
126         - Add unit test for builder's connect_after (Paolo Borelli)
127         - fix GtkBuilder signal connection 'after' logic (Ryan Lortie)
128         - test(1) uses '=' to test if strings are identical (Patrick Welche)
129         - pygspawn: improve error checking (Ryan Lortie)
130
131 3.1.0   06-Feb-2012
132         - Updated DOAP file to only include people currently actively working on the project (Sebastian Pölsterl)
133         - Revert "Convert all strings to utf-8 encoding when retrieving from TreeModel" (Sebastian Pölsterl)
134         - tests: Fixed issues with python3 (Sebastian Pölsterl)
135         - Properly distinguish between different integer types for properties (Sebastian Pölsterl)
136         - Distinguish between GArray and GPtrArray when cleaning up (Sebastian Pölsterl)
137         - Add null_gerror_callback unit test (Paolo Borelli)
138         - pyglib_error_check: Re-add missing NULL check (Martin Pitt)
139         - Add tests/runtests-windows.py to source tarball (Michael Culbertson)
140         - Don't issue a depreciation warning for GtkDialog's NO_SEPARATOR flag, even when unused (Sebastian Pölsterl)
141         - Fix bool() operations on GLib.Variant objects (Nirbheek Chauhan)
142         - Fix hash() and __eq__() for GLib.Variant objects (Nirbheek Chauhan)
143         - Fix method names of callback tests (Martin Pitt)
144         - Cairo: add missing braces around array-of-struct definition (Will Thompson)
145         - g_instance_init: cast to PyGObject * as needed (Will Thompson)
146         - Fix a few set-but-not-used warnings. (Will Thompson)
147         - pygmainloop: allow for extra arguments in 'quit' method (Stefano Facchini)
148         - Fix bytearray test compatibility with python3 (Alexandre Rostovtsev)
149         - Respect transfer-type when demarshalling GErrors (Alberto Mardegan)
150         - Support GHashTable and GError as callback/closure arguments (Alberto Mardegan)
151         - Don't leak when marshalling GErrors to C (Will Thompson)
152         - Support functions which return GError (Will Thompson)
153         - Fix indentation of _pygi_argument_to_object() (Alberto Mardegan)
154         - Avoid C99 syntax. (Paolo Borelli)
155         - Connect to first action of a radio group. (Paolo Borelli)
156         - Use g_slist_free_full in pygi-closure. (Paolo Borelli)
157         - Avoid O(n^2) behavior when marshalling lists (Paolo Borelli)
158         - Handle NULL as a valid case of a char** array (Paolo Borelli)
159         - Branching, bump version to 3.1.0 (Tomeu Vizoso)
160         - Add notes about branching to HACKING (Tomeu Vizoso)
161         - Fixed bug where GObject.property did not respect minimum and maximum values (Sebastian Pölsterl)
162         - Remove mention of removed option --enable-docs (Tomeu Vizoso)
163         - Fix sebp's name in NEWS (Tomeu Vizoso)
164
165 3.0.3   12-Dec-2011
166         - Convert all modifier constants to Gdk.ModifierType (Manuel Quiñones)
167         - Convert all strings to utf-8 encoding when retrieving from TreeModel (Sebastian Pölsterl)
168         - add test for bytearray variants (John (J5) Palmieri)
169         - handle NULL arrays correctly for each array type (John (J5) Palmieri)
170         - Revert "Revert "Fix array termination and size calculation"" (John (J5) Palmieri)
171         - pygmainloop: avoid lockups if multiple glib.MainLoop exist (Owen W. Taylor)
172         - Properly chain up to the class that implements a given vfunc. (Tomeu Vizoso)
173         - Revert "Fix array termination and size calculation" (Tomeu Vizoso)
174         - Fix array termination and size calculation (Holger Berndt)
175         - pygi-convert: fix for Pango.Alignment (Daniel Drake)
176         - pygi-convert: fix for Gtk.Orientation (Daniel Drake)
177         - Add tests for calling closures (Martin Pitt)
178         - fix marshaling of arrays of GVariants (Mikkel Kamstrup Erlandsen)
179
180 3.0.2   21-Oct-2011
181         - Add tests for boxed properties. (Ignacio Casal Quinteiro)
182         - Allow GBoxed types as property (Timo Vanwynsberghe)
183         - when converting an object with transfer none, make sure the wrapper owns a ref (John (J5) Palmieri)
184         - unit test for checking ref count of object param in signals (John (J5) Palmieri)
185         - Gdk overrides: Unbreak for Gdk-2.0 (Martin Pitt)
186         - Do union member checks for unions that are parameters (John (J5) Palmieri)
187
188 3.0.1   30-Sep-2011
189         - when checking instances union members are same type as parent
190         - add a floating flag to pygobjects
191         - Revert "Fix refcount bug by not creating python wrapper during gobject init stage"
192
193 3.0.0   19-Sep-2011
194         - up version required of gobject-introspection to 1.29.0 (John (J5) Palmieri)
195         - fix most warnings (John (J5) Palmieri)
196
197 2.90.4  15-Sep-2011 (3.0 pre-release)
198         - do not pass in len(str) to the length argument of gtk_test_buffer_insert* apis (John (J5) Palmieri)
199         - Switch tarball compression format to tar.xz only. (Dieter Verfaillie)
200         - Remove pygtk_version attribute from internal gi._gobject module. (Dieter Verfaillie)
201         - remove overridesdir from the .pc file and add it to the gi module (John (J5) Palmieri)
202         - fix tests to correctly construct a dummy Gtk.TargetEntry (John (J5) Palmieri)
203         - we now assume that C arrays of structs are flat so memcpy them when marshalling (John (J5) Palmieri)
204         - only update the arg counts once if child arg comes before parent arg (John (J5) Palmieri)
205         - Fix refcount bug by not creating python wrapper during gobject init stage (John (J5) Palmieri)
206         - don't destroy just created wrapper when object is created via g_object_new (John (J5) Palmieri)
207         - Remove deprecated API from pygobject.h (Steve Frécinaux)
208         - Convert gtk.TRUE/FALSE to Python True/False. (Marcin Owsiany)
209         - Drop legacy __gobject_init__ method of GObject.Object. (Steve Frécinaux)
210         - AM_CHECK_PYTHON_LIBS does not work for lib64 (Dieter Verfaillie)
211         - Remove common_ldflags from Makefile.am as it is no longer used. (Dieter Verfaillie)
212         - check if object is actually a PyGFlag before trying to access g_type (John (J5) Palmieri)
213         - fix regression - add instance type checks since Py3 no longer does this for us (John (J5) Palmieri)
214         - refactor in/out marshalling to be to_py/from_py (John (J5) Palmieri)
215         - Examples: fix cairo-demo.py imports (Dieter Verfaillie)
216         - Fix paths and add missing overridesdir variable used in uninstalled pkgconfig file (Dieter Verfaillie)
217         - Remove no longer used variables from pkgconfig files (Dieter Verfaillie)
218         - docs/Makefile.am and m4/python.m4: Python3 portability fixes (Dieter Verfaillie)
219         - Refactor and clean Makefile.am files (Dieter Verfaillie)
220         - Remove all PLATFORM_VERSION = 2.0 traces (Dieter Verfaillie)
221         - Remove gi/tests/ directory as all the tests now live in tests/ (Dieter Verfaillie)
222         - autogen.sh: Use autoreconf instead of a custom script and honor ACLOCAL_FLAGS (Dieter Verfaillie)
223         - use improved python.m4 macros to search for Python headers and libs (Dieter Verfaillie)
224         - Make maintiner mode enabled by default (Javier Jardón)
225         - Disable documentation for now since they are completely wrong for GI. (Dieter Verfaillie)
226         - Fix documentation installation directory (Dieter Verfaillie)
227         - Remove distutils based build system. (Dieter Verfaillie)
228         - [gtk-demo] Fix syntax highlighter encoding issue (Dieter Verfaillie)
229         - overrides: add constants for atoms (Ignacio Casal Quinteiro)
230         - Drop pygobject_construct() from public API. (Steve Frécinaux)
231
232 2.90.3  31-Aug-2011 (3.0 pre-release)
233         - support skip annotation for return values (John (J5) Palmieri)
234         - Test GPtrArray regression (Xavier Claessens)
235         - Drop support for old constructor style. (Steve Frécinaux)
236         - Drop support for sink functions. (Steve Frécinaux)
237         - Reinstate copying of in-line structs in arrays (Mike Gorse)
238         - fix inline struct array handling (John (J5) Palmieri)
239         - fix on demos (Dieter Verfaillie)
240         - Added support for __setitem__ to TreeModel and support for slices to TreeModelRow (Sebastian Pölsterl)
241         - Convert ACCEL_* constants into Gtk.AccelFlags. (Olav Vitters)
242         - Convert TREE_VIEW_DROP_* constants into Gtk.TreeViewDropPosition (Olav Vitters)
243
244 2.90.2  18-Aug-2011 (3.0 pre-release)
245         - remove tests that were removed from gi (John (J5) Palmieri)
246         - don't calculate item_size using is_pointer (John (J5) Palmieri)
247         - Updated signal example to use GObject introspection (Timo Vanwynsberghe)
248         - Updated properties example to use GObject introspection (Timo Vanwynsberghe)
249         - Add override for GLib.Variant.split_signature() (Martin Pitt)
250         - [pygi-convert.sh] Handle the import of pygtk and require Gtk 3.0 (Timo Vanwynsberghe)
251         - Install pygobject.h again. (Ignacio Casal Quinteiro)
252         - update the doap file (John (J5) Palmieri)
253
254 2.90.1  14-Aug-2011 (3.0 pre-release)
255         - pass exta keywords to the Box constructor (John (J5) Palmieri)
256         - add (Tree|List)Store set method override (John (J5) Palmieri)
257         - add test for object arrays (John (J5) Palmieri)
258         - only support C pointer arrays for structs and objects (John (J5) Palmieri)
259         - revert Gtk.Window override because it causes issues with subclasses (John (J5) Palmieri)
260         - take GIL in _pygi_invoke_closure_free (bug #647016) (Jonathan Matthew)
261         - Add a default parameter to GtkTreeModel.filter_new (Johan Dahlin)
262         - Add vbox/action_area properties (Johan Dahlin)
263         - Add a couple of constructors (Johan Dahlin)
264         - Do not always pass in user_data to callbacks. (Johan Dahlin)
265         - Add a default detail value for Widget.render_icon (Johan Dahlin)
266         - Add an override for Gdk.color_parse() (Johan Dahlin)
267         - Support function calling with keyword arguments in invoke. (Laszlo Pandy)
268         - remove references to deprecated GI_INFO_TYPE_ERROR_DOMAIN (John (J5) Palmieri)
269         - Fix gobject vs. gi.repository warning (Martin Pitt)
270         - make GObject and GLib able to take overrides (John (J5) Palmieri)
271         - avoid dependency issue by importing the internal gobject (John (J5) Palmieri)
272         - fix tests to use the new GLib module (John (J5) Palmieri)
273         - add DynamicGLibModule which works like DynamicGObjectModule (John (J5) Palmieri)
274         - refactor, add objects and types to the correct internal module (John (J5) Palmieri)
275         - rename the pyglib shared library so we don't load the old one (John (J5) Palmieri)
276         - refactor tests to only use PyGObject 3 syntax (John (J5) Palmieri)
277         - refactor the internal _glib module to import correct modules (John (J5) Palmieri)
278         - refactor to use the new internal _glib and _gobject modules (John (J5) Palmieri)
279         - refactor gi module to import and use internal _gobject module (John (J5) Palmieri)
280         - move the static bits internal to gi and refactor build files (John (J5) Palmieri)
281         - remove pygtk.py (John (J5) Palmieri)
282         - introspection is no longer optional (John (J5) Palmieri)
283         - up platform version to 3.0 (John (J5) Palmieri)
284         - [gi] Handle GVariants from callback return values (Martin Pitt)
285         - Handle GVariants for callback arguments (Martin Pitt)
286         - [gi] Fix crash: check return value of _invoke_state_init_from_callable_cache() before continuing. (Laszlo Pandy)
287         - [gi] Pass gtype as first parameter to vfuncs (instead of using kwargs). (Laszlo Pandy)
288         - remove codegen (John (J5) Palmieri)
289         - remove some left over ifdefs to complete merge of the invoke-rewrite branch (John (J5) Palmieri)
290         - rename pygi-invoke-ng to pygi-invoke (John (J5) Palmieri)
291         - make invoke-ng the only invoker (John (J5) Palmieri)
292         - Merge branch 'master' into invoke-rewrite (John (J5) Palmieri)
293         - Merge branch 'master' into invoke-rewrite (John (J5) Palmieri)
294         - split the marshalling routines into two source files (John (J5) Palmieri)
295         - Ship tests/te_ST@nouppera in release tarballs for tests to succeed (Martin Pitt)
296         - [invoke] break out caller_allocates allocating into its own function (John (J5) Palmieri)
297         - [invoke] missed a bit when removing constructor_class usage (John (J5) Palmieri)
298         - [invoke] don't hold on to the constructor class, just add a TODO (John (J5) Palmieri)
299         - [gi] Port test_properties from static gio to GI Gio (Martin Pitt)
300         - [python3] Fix maketrans import (Martin Pitt)
301         - [caching] remove all inline compiler flags (John (J5) Palmieri)
302         - [caching] refactor function names to be less confusing (John (J5) Palmieri)
303         - [overrides] deprecate the use of type keyword MessageDialog constructor (John (J5) Palmieri)
304         - gdbus tests: Fix hang if test case fails (Martin Pitt)
305         - use an enum instead of booleans to denote function type (John (J5) Palmieri)
306         - rename aux arguments to child arguments to make their purpose clearer (John (J5) Palmieri)
307         - Fixed the cairo example (Timo Vanwynsberghe)
308         - Add override binding for Gtk.ListStore.prepend(). (Adam Dingle)
309         - Fix crash in Gtk.TextIter overrides (Martin Pitt)
310         - use gssize instead of int for arg indexes (John (J5) Palmieri)
311         - [cache] remove refrence to default value as it is not implemented yet (John (J5) Palmieri)
312         - Handle arguments that are flags correctly (Sebastian Pölsterl)
313         - correctly initialize the _gi_cairo_functions array to be zero filled (John (J5) Palmieri)
314         - correctly initialize the _gi_cairo_functions array to be zero filled (John (J5) Palmieri)
315         - pass in the address of the gerror, not the gerror itself (John (J5) Palmieri)
316         - [gi] handle marshalling gerrors arguments for signals (John (J5) Palmieri)
317         - [gi-invoke-ng] fix NULL check to check before we access the cache struct (John (J5) Palmieri)
318         - [gi-tests] add test for PyGObject->PyObject TreeModel storage (John (J5) Palmieri)
319         - [gtk-overrides] special case TreeModel columns of PYGOBJECT types (John (J5) Palmieri)
320         - [gi-invoke-ng] copy structs when transfer is full for array (John (J5) Palmieri)
321         - [gtk-override] print warning if user imports Gtk 2.0 (John (J5) Palmieri)
322         - [gtk-overrides] allow the message_type keyword to be used for MessageDialogs (John (J5) Palmieri)
323         - Add support for enums in gobject.property (Johan Dahlin)
324         - Add support for enums in gobject.property (Johan Dahlin)
325         - [gi-invoke-ng] use g_slice for allocating GValues that are caller allocated (John (J5) Palmieri)
326         - [gi-invoke-ng] Convert Overflow errors to ValueErrors when marshalling integers (John (J5) Palmieri)
327         - [gi-invoke-ng] only cache caller allocates for interfaces as some API are broken (John (J5) Palmieri)
328         - [gi-invoke-ng] handle in pointer array marshalling (John (J5) Palmieri)
329         - Adding GPtrArray tests (Alex Eftimie)
330         - [gi-invoke-ng] fix array element offset calculations (John (J5) Palmieri)
331         - [gi] don't clean up arguments that weren't yet processed during in arg failure (John (J5) Palmieri)
332         - [gi-overrides] use new instead of init when constructing a GLib.VariantBuilder (John (J5) Palmieri)
333         - [gi-invoke-ng] actual code to import overrides (John (J5) Palmieri)
334         - [gi-invoke-ng] import pytypes so we get overrides (John (J5) Palmieri)
335         - [gi-invoke-ng] handle gvariants now that they are not foreign (John (J5) Palmieri)
336         - [gi-invoke-ng] do not try to clean up NULL arguments (John (J5) Palmieri)
337         - Merge branch 'master' into invoke-rewrite (John (J5) Palmieri)
338         - Merge branch 'master' into invoke-rewrite (John (J5) Palmieri)
339         - closure: avoid double free crash (Ignacio Casal Quinteiro)
340         - Added __eq__ method for Gdk.Color and Gdk.RGBA (Jason Siefken)
341         - closure: Check the out arg is not null. Fixes bug #651812 (Ignacio Casal Quinteiro)
342         - Use constants instead of literals (Tomeu Vizoso)
343         - GVariant has now a GType, take that into account (Tomeu Vizoso)
344         - GVariantType is a boxed struct (Tomeu Vizoso)
345         - Use _gi.Struct to wrap fundamentals (Tomeu Vizoso)
346         - Merge gi/HACKING into /HACKING (Tomeu Vizoso)
347         - Fix GC-related crash during PyGObject deallocation (Daniel Drake)
348         - [gi-invoke-ng] enable invoke-ng by default (John (J5) Palmieri)
349         - [gi-invoke-ng] add code to clean up when input values fail to marshal (John (J5) Palmieri)
350         - [gi-invoke-ng] add hash cleanup routines (John (J5) Palmieri)
351         - [gi-invoke-ng] handle arrays with transfers of GI_TRANSFER_CONTAINER (John (J5) Palmieri)
352         - [gi-invoke-ng] add list cleanup routines (John (J5) Palmieri)
353         - indentation fix (John (J5) Palmieri)
354         - [gi-invoke-ng] add out array cleanup (John (J5) Palmieri)
355         - [gi-invoke-ng] do not allocate null terminator for garray (John (J5) Palmieri)
356         - [gi-invoke-ng] add array cleanup for in arrays (John (J5) Palmieri)
357         - [gi-invoke-ng] remove remaining bits of the invoke stage state machine (John (J5) Palmieri)
358         - [gi-invoke-ng] revamp cleanup framework to be orthogonal to cache setup (John (J5) Palmieri)
359         - [gi-invoke-ng] stub out a cleaner way of cleaning up after ourselves (John (J5) Palmieri)
360         - Doc Extractor: Correct the logic of the --no-since option. (José Alburquerque)
361         - Doc Extractor: Add a --no-since option. (José Alburquerque)
362         - [gi-invoke-ng] tweek cleanup routines (John (J5) Palmieri)
363         - Fix symbol names to be locale independent (Martin Pitt)
364         - [gi] pygi-convert.sh: Convert gtk.gdk.CROSSHAIR (Martin Pitt)
365         - [gi-invoke-ng] handle filename cleanup with the utf8 cleanup function (John (J5) Palmieri)
366         - [gi-invoke-ng] handle caller allocates cleanup (John (J5) Palmieri)
367         - [gi-invoke-ng] refactor the cleanup code and add utf8 cleanup as initial test (John (J5) Palmieri)
368         - use PyCapsule when importing pycairo/require pycairo 1.10.0 for python3 builds (John (J5) Palmieri)
369         - [python3] fix build. PYcairo_IMPORT doesn't exists anymore (Ignacio Casal Quinteiro)
370         - Updated DOAP file (Sebastian Pölsterl)
371         - [gi] Don't create variant twice (Sebastian Pölsterl)
372         - pygi-convert.sh: Make sure the uppercase GObject module is imported instead of the lowercase (Sebastian Pölsterl)
373         - [gi] Removed hack to avoid using GLib.Variant.new_variant. (Sebastian Pölsterl)
374         - [gi] Added additional test case for GVariant handling (Sebastian Pölsterl)
375         - [gi] Added support for GVariant arguments (Sebastian Pölsterl)
376         - fix static ABI for setting string gvalues from python objects (John (J5) Palmieri)
377         - dsextras.py: ensure eol characters are preserved when writing template files (so \n does not become \r\n) (Dieter Verfaillie)
378         - dsextras.py: remove \r as wel as \n character (Dieter Verfaillie)
379         - use PyCapsule when importing pycairo/require pycairo 1.10.0 for python3 builds (John (J5) Palmieri)
380         - [python3] fix build. PYcairo_IMPORT doesn't exists anymore (Ignacio Casal Quinteiro)
381         - Updated DOAP file (Sebastian Pölsterl)
382         - [gi] Don't create variant twice (Sebastian Pölsterl)
383         - pygi-convert.sh: Make sure the uppercase GObject module is imported instead of the lowercase (Sebastian Pölsterl)
384         - [gi] Removed hack to avoid using GLib.Variant.new_variant. (Sebastian Pölsterl)
385         - [gi] Added additional test case for GVariant handling (Sebastian Pölsterl)
386         - [gi-invoke-ng] fix prototype (John (J5) Palmieri)
387         - [gi-invoke-ng] create new framework for cleaning up args (John (J5) Palmieri)
388         - [gi] Added support for GVariant arguments (Sebastian Pölsterl)
389         - [gi-invoke-ng] fix marshal header that is no longer part of pygi-arguments.h (John (J5) Palmieri)
390         - [gi-invoke-ng] code style space fixes (John (J5) Palmieri)
391         - [gi-invoke-ng] don't decref value taken from a dict as it is borrowed (John (J5) Palmieri)
392         - [gi-invoke-ng] return None when appropriate so we don't crash (John (J5) Palmieri)
393         - [gi-invoke-ng] fix aux value caching (John (J5) Palmieri)
394         - [gi-invoke-ng] backport handling flags with no gtype (John (J5) Palmieri)
395         - [gi-invoke-ng] backport raw gvalue handling (John (J5) Palmieri)
396         - [gi-invoke-ng] marshal instances seperately since they differ slightly from other args (John (J5) Palmieri)
397         - [gi-invoke-ng] refactor FunctionCache to be more generic CallableCache (John (J5) Palmieri)
398         - [gi-invoke-rewrite] backport glib error handling (John (J5) Palmieri)
399         - [gi-invoke-ng] backport closure passing from invoke (John (J5) Palmieri)
400         - [gi-invoke-ng] handle vfuncs and fix cosntrutors (John (J5) Palmieri)
401         - [gi-invoke-ng] handle foreign types correctly (John (J5) Palmieri)
402         - [gi] remove the class parameter from the argument list of constructors (John (J5) Palmieri)
403         - fix static ABI for setting string gvalues from python objects (John (J5) Palmieri)
404         - dsextras.py: ensure eol characters are preserved when writing template files (so \n does not become \r\n) (Dieter Verfaillie)
405         - dsextras.py: remove \r as wel as \n character (Dieter Verfaillie)
406         - [gi] make new invoke-ng codepath compile correctly (John (J5) Palmieri)
407         - [gi] conditionalize invoke code paths (John (J5) Palmieri)
408         - [gi] revert back to the type.py from master (John (J5) Palmieri)
409         - [gi] revert pygi-argument.h and move the invoke-ng code to pygi-marshal.h (John (J5) Palmieri)
410         - Merge branch 'master' into invoke-rewrite (John (J5) Palmieri)
411         - [gi] foreign types now take interface infos instead of type infos (John (J5) Palmieri)
412         - Fix GSchema tests for separate build tree (Martin Pitt)
413         - [gi] start of merge from master (John (J5) Palmieri)
414         - [gi] marshal raw closures (John (J5) Palmieri)
415         - pygi-convert.sh add GObject.xxx and webkit (John Stowers)
416         - pygi-convert.sh remove gobject tests, GObject works now (John Stowers)
417         - [gi-demos] add pickers demo (John (J5) Palmieri)
418         - [gi-demos] add menu demo (John (J5) Palmieri)
419         - [gi-overrides] fix exception block so it works in Python 2.5 (John (J5) Palmieri)
420         - Revert "Deduce PYTHON_LIBS in addition to PYTHON_INCLUDES" (Martin Pitt)
421         - setup.py: fix user_access_control option (Dieter Verfaillie)
422         - [gi] Respect the MessageType for Gtk.MessageDialog (Martin Pitt)
423         - [gi] Do not require signature for D-BUS methods without arguments (Martin Pitt)
424         - [gi-overrides] TreeViewColumn.set_cell_data_func func_data can be None (John Stowers)
425         - [gi-demos] dont try and run demos that represent directories (John Stowers)
426         - [gi-demos] some python 3 compat fixes (John (J5) Palmieri)
427         - [gi-demos] add liststore demo (John (J5) Palmieri)
428         - [gi-demos] catch the correct error class (John (J5) Palmieri)
429         - Do not leak python references when using the gobject.property() helper. (Steve Frécinaux)
430         - handle uchar as bytes, not strings in python 3 (John (J5) Palmieri)
431         - [gi-overrides] handle unichar gvalues when setting treemodels (John (J5) Palmieri)
432         - [gi-overrides] special case python 2 keywords that crept in (John (J5) Palmieri)
433         - check for the py3 _thread module in configure.ac if thread is not found (John (J5) Palmieri)
434         - [gi-demos] add iconview demo (John (J5) Palmieri)
435         - [gi] wrap the keyword argument in a dict so we don't break Python 2.5 (John (J5) Palmieri)
436         - [gi-demos] add the combobox with string ids section to the demos (John (J5) Palmieri)
437         - [gi-overrides] add an override for Gdk.RGBA (John (J5) Palmieri)
438         - [gi-demos] fix up search-entry to reflect annotations fixed in Gtk+ master (John (J5) Palmieri)
439         - [gi-demos] add search entry demo (John (J5) Palmieri)
440         - [gi] wrap map in a list for Python 3 compat (John (J5) Palmieri)
441         - [gi-demos] fix up the validation combobox (John (J5) Palmieri)
442         - add overridesdir variable in the .pc file for 3rd party overrides (John (J5) Palmieri)
443         - setup.py: Set bdist_wininst user-access-control property (Dieter Verfaillie)
444         - Fix uninitialized variable in gi.require_version() (Martin Pitt)
445         - Run tests with LC_MESSAGES="C" (Martin Pitt)
446         - [gi-overrides] override Gtk.stock_lookup to not return success (John (J5) Palmieri)
447
448 2.27.91 28-Feb-2011 (2.28 pre-release)
449         - [gi-tests] use Gdk.test_simulate_button instead of emitting event ourselves (John (J5) Palmieri)
450         - [gi-tests] tests for EventButton override. (Laszlo Pandy)
451         - Skip interfaces when checking for conflicts in the MRO (Tomeu Vizoso)
452         - [gi-overrides] Add event methods to all event union members (John (J5) Palmieri)
453         - [gi] check to see if object is a member of a union when validating paramaters (John (J5) Palmieri)
454         - [gi] Remove DyanmicModule.load() to _load() to prevent overriding GI attrs. (Laszlo Pandy)
455         - Test case with John's fix for crash with C arrays and a GError is set. (Laszlo Pandy)
456         - [gi-overrides] fix setting rows in treeview to accept None as a value (John (J5) Palmieri)
457         - [gi] Add value_name for enum and flags from introspection "c:identifier" (if attr is available). (Laszlo Pandy)
458         - Don't force loading of DynamicModule until set in sys.modules (Laszlo Pandy)
459         - Fix flags with multiple names for the same value. (Laszlo Pandy)
460         - [gi-demos] add liststore demo (John (J5) Palmieri)
461         - [gi-demos] run through the demos and remove the FIXMEs that have been fixed (John (J5) Palmieri)
462         - Load typelibs at import time, add gi.require_version() (Tomeu Vizoso)
463         - use GValue support to marshal GtkTreeModel values correctly (John (J5) Palmieri)
464         - [gi] pass raw GValues instead of trying to marshal them (John (J5) Palmieri)
465         - [gi-demos] add icon view edit and drag-and-drop demo (John (J5) Palmieri)
466         - [gi] Register GType for non-GType enums and flags at runtime. (Laszlo Pandy)
467         - [gi-demos] add info bars demo (John (J5) Palmieri)
468         - tests/runtests.py: Add missing "import sys" (Martin Pitt)
469         - [gi] Add Pythonic gdbus method invocation (Martin Pitt)
470         - Skip GError out parameters in Python closure. (Laszlo Pandy)
471         - [gi-demos] added rotate text demo (John (J5) Palmieri)
472         - [gi-demos] add images demo (John (J5) Palmieri)
473         - [gi-demos] add pixbuf demo (John (J5) Palmieri)
474         - [gi-demos] remove fixmes from print demo, fixed in pango (John (J5) Palmieri)
475         - [gi-demos] add printing demo (John (J5) Palmieri)
476         - [gi-overrides] add cursor overrides (John (J5) Palmieri)
477         - [gi-demos] add the links demo (John (J5) Palmieri)
478         - [gi-demos] add expander demo (John (J5) Palmieri)
479         - [gi-overrides] use pop instead of del and add extra tests for Gtk.Table kwargs (John (J5) Palmieri)
480         - [tests] Separate processes for GI and static binding tests. (Laszlo Pandy)
481         - [GI] Remove implicit loading of gi module preserve the code path for static bindings. (Laszlo Pandy)
482         - [gi-demos] add dialogs demo (John (J5) Palmieri)
483         - [gi-overrides] fix typo in GtkTable constructor (John (J5) Palmieri)
484         - [gi-demos] keep popup menu from destroying itself by holding a ref in app class (John (J5) Palmieri)
485         - [gi-overrides] add a Gtk.Menu override for the popup method (John (J5) Palmieri)
486         - [gi-demos] fix the about dialog in appwindow demo (John (J5) Palmieri)
487         - [gi-demos] fix clipboard demo so DnD works (John (J5) Palmieri)
488         - [gi-demos] fix clipboard demo to reflect new API (John (J5) Palmieri)
489         - [gi-demo] Fix color dialog demo to run with new draw, style and color apis (John (J5) Palmieri)
490         - [gi-demos] fix most of the combobox app (John (J5) Palmieri)
491         - Use PyGI type conversion (to fix foreign types) for signal callbacks. (Laszlo Pandy)
492         - [gi-demos] fix drawingarea app to use the new draw api (John (J5) Palmieri)
493         - [gi-overrides] for Gtk 3 alias Gdk.Rectangle to cairo.RectangleInt (John (J5) Palmieri)
494         - [gi-overrides] let user set the proper property names in Gtk.Table (John (J5) Palmieri)
495         - [gi-demos] get appwindow demo working again (John (J5) Palmieri)
496         - [gi-demos] fixed use of tree_iter_get (John (J5) Palmieri)
497
498 2.27.90 11-Feb-2011 (2.28 pre-release)
499         - fix build to correctly use python-config (John (J5) Palmieri)
500         - Run gio tests separately when enabled (Martin Pitt)
501         - Revert "Remove gio static bindings" (Martin Pitt)
502         - Decrease the refcount for GInitiallyUnowned constructors. (Steve Frécinaux)
503         - Ensure the sink functions are only ran once. (Steve Frécinaux)
504         - Revert "Fix wrong refcount when calling introspected widget constructors" (Steve Frécinaux)
505         - Revert "Fix reference leaks for GInitiallyUnowned objects" (Steve Frécinaux)
506         - Run test suite under dbus-launch (Martin Pitt)
507         - Fix test_gdbus.py to be Python3 friendly (Martin Pitt)
508         - [gi] Provide comfortable GSettings API (Martin Pitt)
509         - Fix vfunc search bug when using GInterfaces and a do_* method. (Laszlo Pandy)
510         - [GI] Add tests for Gtk.Widget.drag_* methods. (Laszlo Pandy)
511         - [python 3] use the right syntaxis to raise exceptions (Ignacio Casal Quinteiro)
512         - [gi] return PYGLIB_MODULE_ERROR_RETURN on error and use pygobject_init (Ignacio Casal Quinteiro)
513         - [gi] return PYGLIB_MODULE_ERROR_RETURN on error (Ignacio Casal Quinteiro)
514         - Fix wrong refcount when calling introspected widget constructors (Steve Frécinaux)
515         - Gdk.Window: Map the standard constructor to the *new* constructor (Simon Schampijer)
516         - Ship tests/org.gnome.test.gschema.xml in dist tarballs (Martin Pitt)
517         - [gi] Add GSettings tests (Martin Pitt)
518         - [gi] Provide GtkTextBuffer.insert_with_tags_by_name() (Martin Pitt)
519         - [gi] Support tag names in GtkTextBuffer.insert_with_tags() (Martin Pitt)
520         - Add MAINTAINERCLEANFILES (Ignacio Casal Quinteiro)
521         - Remove .gitignore files and use git.mk (Ignacio Casal Quinteiro)
522         - pygi-convert.sh: Convert Pango.TabAlign.* (Martin Pitt)
523         - pygi-convert.sh: Drop window -> get_window() conversion (Martin Pitt)
524         - pygi-convert.sh: Don't convert self.window assignments (Martin Pitt)
525         - Fix leaked python reference in python-defined subclasses (Steve Frécinaux)
526         - Add some tests for the number of python refs held at creation time (Steve Frécinaux)
527         - Factor out parameter marshalling from construction functions. (Steve Frécinaux)
528         - [gi] in python 3 an array of uint8 can be bytes but not string (John (J5) Palmieri)
529         - [gi] fix Gio.FileEnumerator to reflect the Python 3 iter protocol (John (J5) Palmieri)
530         - [gi] python 3 fixes (John (J5) Palmieri)
531         - [gi] fix try/except blocks using depricated raise format (John (J5) Palmieri)
532         - [gi] Add docstring to GLib.Variant constructor (Martin Pitt)
533         - [gi] update gdbus test cases for previous GVariant change (Martin Pitt)
534         - [gi] Accept only a single object in GLib.Variant constructor (Martin Pitt)
535         - Speed up _setup_native_vfuncs() (Laszlo Pandy)
536         - Speed up class creation: rewrite _setup_vfuncs() to be much more efficient. (Laszlo Pandy)
537         - pygi-convert.sh: Convert gtk.UI_MANAGER_* (Sebastian Pölsterl)
538         - pygi-convert.sh: Convert gdk.GRAB_* (Sebastian Pölsterl)
539         - [gi] set the gtype GValue correctly (Ignacio Casal Quinteiro)
540         - [gi] use the right argument type for callback (Ignacio Casal Quinteiro)
541         - [gi] Add test cases for GDBus client operations (Martin Pitt)
542         - [gi] Add Variant construction/unpack support for boxed Variants (Martin Pitt)
543         - Merge branch 'windows-setup-fixes' (Dieter Verfaillie)
544         - pygi-convert.sh: GdkPixbuf methods (Thomas Hindoe Paaboel Andersen)
545         - pygi-convert.sh: Gdk.COLORSPACE_RGB (Thomas Hindoe Paaboel Andersen)
546         - [gi] Support nested objects and empty sequences in GLib.Variant building (Martin Pitt)
547         - Uncomment test_gi.TestInterfaceClash (Tomeu Vizoso)
548         - Fix reference leaks for GInitiallyUnowned objects (Steve Frécinaux)
549         - Add tests for refcount of a GObject owned by a library (Steve Frécinaux)
550         - Add a test to check for regular object reference count (Steve Frécinaux)
551         - [gi] Update TreeView.enable_model_drag_{source,dest} to current GTK (Martin Pitt)
552         - Fix a typo in a private symbol name. (Steve Frécinaux)
553         - pygi-convert.sh: Convert glib.source_remove() (Martin Pitt)
554         - Fix typo in previous commit to actually convert glib.GError (Martin Pitt)
555         - pygi-convert.sh: Move some glib bits which are better handled by gobject (Martin Pitt)
556         - Modify override for Gtk.Adjustment to allow position or keyword arguments in __init__(). (Laszlo Pandy)
557         - [gi] Fix small typo in previous commit (Martin Pitt)
558         - [gi] Add pythonic iterator and indexing for string GVariants (Martin Pitt)
559         - Construct structs using default API constructor (Tomeu Vizoso)
560         - pygi-convert.sh: Migrate Gdk.Cursor constructor, and some cursor names (Martin Pitt)
561         - pygi-convert.sh: Handle .window attributes (Martin Pitt)
562         - Also deal with foreign boxed structs (Tomeu Vizoso)
563         - [gi] Convert GErrors to GObject.GError exceptions, and throw them upon returning from calling the C function. (Laszlo Pandy)
564         - pygi-convert.sh: Don't convert glib -> GLib for now (Martin Pitt)
565         - Link libregress.so to GIO_LIBS again (Tomeu Vizoso)
566         - Fix attributes 2BUTTON_PRESS and 3BUTTON_PRESS of Gdk.EventType. (Laszlo Pandy)
567         - [gi] Fixed typo in exception (Sebastian Pölsterl)
568         - [gi] Enable handling of Gdk.EventType.2BUTTON_PRESS and 3BUTTON_PRESS (Sebastian Pölsterl)
569         - Revert "Fix Pango FontDescription override" (Martin Pitt)
570         - Python iterator interface support for GFileEnumerator. (Tony Young)
571         - Remove gio static bindings (Tomeu Vizoso)
572         - [gi] set length when marshalling guint8 erases (Ignacio Casal Quinteiro)
573         - Convert Gdk.Pixbuf to GdkPixbuf.Pixbuf (Sebastian Pölsterl)
574         - Disable calls to PyGILState_* when threads are disabled (Arnaud Charlet)
575         - pygi-convert.sh: Do not comment out set_cell_data_func() calls; these should be ported properly (Martin Pitt)
576         - pygi-convert.sh: Fix match for adding missing imports (Martin Pitt)
577         - pygi-convert.sh: Fix Gtk.Label handling to be idempotent (Martin Pitt)
578         - Remove trailing whitespace from gi/overrides/Gtk.py (Laszlo Pandy)
579         - Fix Pango FontDescription override (Martin Pitt)
580         - tests: Respect existing $GI_TYPELIB_PATH (Martin Pitt)
581         - Merge branch 'value' (Sebastian Pölsterl)
582         - GTK overrides: Do type conversion to column types of ListStore and TreeStore in set_value (Sebastian Pölsterl)
583         - Always register a new GType when a GObject class is subclassed (Steve Frécinaux)
584         - Raise required versions of GLib and GObject-Introspection (Simon van der Linden)
585         - pygi-convert.sh: Handle keysyms (Martin Pitt)
586         - GLib overrides: Add test case for array variant building (Martin Pitt)
587         - Remove cairo.RectangleInt from the foreign module (Tomeu Vizoso)
588         - Dont try to guess the transfer if its a boxed (Tomeu Vizoso)
589         - The tags can be Empty not None. (Ignacio Casal Quinteiro)
590         - Add Pythonic iterators and indexing to GVariant (Martin Pitt)
591         - Add GLib.Variant.unpack() (Martin Pitt)
592         - Add override for gtk_text_buffer_insert_with_tags (Ignacio Casal Quinteiro)
593         - Deduce PYTHON_LIBS in addition to PYTHON_INCLUDES (Simon van der Linden)
594         - Kill JD_CHECK_PYTHON_HEADERS (Simon van der Linden)
595         - Revert "Override Gtk.Box.pack_start and pack_end to set default values to be compliant with pygtk" (Sebastian Pölsterl)
596         - Revert "Override Gtk.CellLayout.pack_start and pack_end to add default values to be compliant with pygtk" (Sebastian Pölsterl)
597         - Revert "Override Gtk.TreeViewColumn.pack_start, pack_end and set_cell_data_func to add default values to be compliant with pygtk" (Sebastian Pölsterl)
598         - pygi-convert.sh: Handle gtk.combo_box_new_text() (Martin Pitt)
599         - Override TreeSortable.set_sort_func and set_default_sort_func to add default values to be pygtk compliant (Sebastian Pölsterl)
600         - Override Gtk.TreeViewColumn.pack_start, pack_end and set_cell_data_func to add default values to be compliant with pygtk (Sebastian Pölsterl)
601         - Override Gtk.CellLayout.pack_start and pack_end to add default values to be compliant with pygtk (Sebastian Pölsterl)
602         - Override Gtk.Paned pack1 and pack2 to add default values to be compliant with pygtk (Sebastian Pölsterl)
603         - Override Gtk.Box.pack_start and pack_end to set default values to be compliant with pygtk (Sebastian Pölsterl)
604         - Handle GObject subclasses in the property helper. (Steve Frécinaux)
605         - Fix handling of unicode for GtkTreeModels (Martin Pitt)
606         - In IntrospectionModule and DynamicModule classes, make all instance attributes start with an underscore. (Laszlo Pandy)
607         - Amend previous enum wrapping commit to remove redundant setting of __info__ attribute. (Laszlo Pandy)
608         - pygi-convert.sh: Handle GdkPixbuf.InterpType (Martin Pitt)
609         - Fix wrapping of enums: Create new Python type for each non-gtype enum. (Laszlo Pandy)
610         - Use g_vfunc_info_invoke for chaining up in vfuncs (Tomeu Vizoso)
611         - Move pyglib_{main_context, option_context, option_group}_new into _PyGLib_API (Simon van der Linden)
612         - pygi-convert.sh: Handle Gdk.DragAction (Martin Pitt)
613         - pygi-convert.sh: Generalize Gtk.Settings migration (Martin Pitt)
614         - pygi-convert.sh: Don't change the name of "glib" submodules (Martin Pitt)
615         - Plug another memory leak (Paolo Borelli)
616         - Plug a small memory leak. (Paolo Borelli)
617         - Override Table.attach() to behave like pygtk (Paolo Borelli)
618         - pygi-convert.sh: Convert Pango.WrapMode (Martin Pitt)
619         - pygi-convert.sh: Don't change the name of "gtk" submodules (Martin Pitt)
620         - Fix the __dir__() methods on DynamicModule and IntrospectionModule (Laszlo Pandy)
621         - pygi-convert.sh: handle ReliefStyle (Paolo Borelli)
622         - setup.py: fix the provides keyword argument (Dieter Verfaillie)
623         - setup.py: use the same spaces-less format for all setup() parameters (Dieter Verfaillie)
624         - Add a __repr__() method to DynamicModule. (Laszlo Pandy)
625         - Go back to using getattr() in DynamicModule.__getattr__ (Tomeu Vizoso)
626         - Change __dir__() to report all the attributes that __getattr__ supports (Laszlo Pandy)
627         - Bump the minimum gio dependency (Emilio Pozuelo Monfort)
628         - Add test for incorrect attributes in Gdk.Event (Tomeu Vizoso)
629         - Don't call getattr again in gi.overrides.Gdk.Event.__getattr__ (Simon van der Linden)
630         - Release allocated array of arguments when handling closures (Mike Gorse)
631         - Release GIValueInfo when checking an enum argument (Mike Gorse)
632         - Respect different type lengths when assigning out-argument pointers. (Eitan Isaacson)
633         - Fix stupid name clash (Tomeu Vizoso)
634         - Add /usr/share to XDG_DATA_DIRS when running the tests (Tomeu Vizoso)
635         - Comment out tests that require SRV lookups (Tomeu Vizoso)
636         - Use suppresion file when running valgrind (Tomeu Vizoso)
637         - Fix warnings. (Ignacio Casal Quinteiro)
638         - Allow comparing Gtk.TreePath to None (Jesse van den Kieboom)
639         - handle unicode objects in properties (John (J5) Palmieri)
640         - dsextras.py: check if gcc is there when platform is win32 and compiler is mingw32 (Dieter Verfaillie)
641         - dsextras.py: be consistent in how distutils imports are done (Dieter Verfaillie)
642         - dsextras.py: add have_gcc() function (Dieter Verfaillie)
643         - dsextras.py: use distutils.spawn.find_executable for have_pkgconfig() (Dieter Verfaillie)
644         - setup.py: fix another case of use True/False instead of 1/0 (Dieter Verfaillie)
645         - pygi-convert.sh: improve GtkSourceView conversion (Paolo Borelli)
646         - pygi-convert.sh: Gtk.DialogFlags conversion (Paolo Borelli)
647         -       Doc Extractor: Print the gtk-doc blocks sorted by function name. (José Alburquerque)
648         - pygi-convert.sh: add more Gtk conversions and sort (Paolo Borelli)
649         - pygi-convert.sh: convert Atk (Paolo Borelli)
650         - pygi-convert.sh: convert a few more Gio types (Paolo Borelli)
651         - pygi-convert.sh: more GLib conversion (Paolo Borelli)
652         - pygi-convert.sh: remove two cases handled by overrides (Paolo Borelli)
653         - Override Gtk.ScrolledWindow constructor (Paolo Borelli)
654         - pygi-convert.sh: Fix 'find' syntax (Paolo Borelli)
655         - pygi-convert.sh: start handling Gio and GLib (Paolo Borelli)
656         - pygi-convert.sh: convert Gdk.ScrollDirection. (Paolo Borelli)
657         - Override Pango.Layout constructor. (Paolo Borelli)
658         - Remove Pango.FontDescription() conversion. (Paolo Borelli)
659         - Override GtkAction and GtkRadioAction constructors. (Paolo Borelli)
660         - Override Adjustment constructor to behave like pygtk (Dmitrijs Ledkovs)
661         - add secondary_text apis to MessageDialog (John (J5) Palmieri)
662         - [gi] get rid of some debug prints and fix error messages (John (J5) Palmieri)
663         - Fix demo for override changes. (Paolo Borelli)
664         - Override Pango.FontDescription. (Paolo Borelli)
665         - Stop checking that all vfuncs are implemented (Tomeu Vizoso)
666         - Fix usage of TreeIter api that is now an override. (Paolo Borelli)
667         - Fix Gtk.Label(label="Foo") (Paolo Borelli)
668         - Fix typo when raising an exception (Paolo Borelli)
669         - pygi-convert.sh: Added more conversions (Sebastian Pölsterl)
670         - Override LinkButton constructor to make 'uri' mandatory (Paolo Borelli)
671         - Container should be iterable. (Dmitry Morozov)
672         - No need to import Gdk (Paolo Borelli)
673         - Remove semicolumns (Paolo Borelli)
674         - [gi] make sure Gtk.Button override passes all keywords to parent constructor (John (J5) Palmieri)
675         - Fix cut&paste error in the Label override (Paolo Borelli)
676         - pygi-convert.sh: handle TextWindowType (Paolo Borelli)
677         - Override Label constructor to behave like pygtk (Paolo Borelli)
678         - Override GtkTable constructor to behave like pygtk (Paolo Borelli)
679         - pygi-convert.sh: convert MovementStep (Paolo Borelli)
680         - Update Gdk overrides to work with latest Gtk+ 3 (Paolo Borelli)
681         - Gtk: add an override for Gtk.main_quit (Johan Dahlin)
682         - [gi] handle subtypes when inserting into tree models (John (J5) Palmieri)
683         - Override TreeSelection.select_path and TreeView.scroll_to_cell (Paolo Borelli)
684         - Override TreePath.__new__ (Paolo Borelli)
685         - Override Container to behave like a sequence (Paolo Borelli)
686         - refactor Jonathan Matthew recurse vfunc patch so it applys and clean up a bit (John (J5) Palmieri)
687         - Recurse up through base classes when setting up vfuncs (Jonathan Matthew)
688         - add a profiling torture test for when we fix up invoke (John (J5) Palmieri)
689         - moved dynamic and base modules outside of gtk-2.0 directory (John (J5) Palmieri)
690         - add test for inout argument count (John (J5) Palmieri)
691         - [gi] add check for UNICHAR (John (J5) Palmieri)
692         - Support gunichar (Paolo Borelli)
693         - pygi-convert.sh: gtk.accel_map -> Gtk.AccelMap._ (Paolo Borelli)
694         - pygi-convert.sh: handle "from gtk import gdk" (Paolo Borelli)
695         - pygi-convert.sh: add some Pango special cases (Paolo Borelli)
696         - Override TextIter (begins|ends|toggles)_tag() (Paolo Borelli)
697         - Override TextBuffer.set_text() to make length optional (Paolo Borelli)
698         - Override TextBuffer.create_mark() (Paolo Borelli)
699         - Fix TextBuffer.get_selection_bounds() override (Paolo Borelli)
700         - [gi] fix ActionGroup constructor to allow other keyword properties to be set (John (J5) Palmieri)
701         - [gi] require the name parameter when creatin a Gtk.ActionGroup (John (J5) Palmieri)
702         - Override UIManager.insert_action_group (Paolo Borelli)
703         - Override TreeModel.get() to return a tuple (Paolo Borelli)
704         - Make TreeSelection.get_selected_rows compatible with PyGtk (Paolo Borelli)
705         - [gi] switch to using sequences/tuples when marshalling cairo_rectangle_int_t (John (J5) Palmieri)
706         - [gi] overrides for treeview Drag and Drop (John (J5) Palmieri)
707         - [gi] when encountering guint8 arrays treat them as byte arrays (John (J5) Palmieri)
708         - pygi-convert.sh: Add pynotify -> Notify (Martin Pitt)
709         - pygi-convert.sh: Remove sugar specifics, and allow command line file list (Martin Pitt)
710         - pygi-convert.sh: Cover Message and Buttons types (Martin Pitt)
711         - [gi] fix actiongroup test since actions are hashed (John (J5) Palmieri)
712         - [gi] when converting to UTF-8 accept Python Unicode objects as input (Python 2) (John (J5) Palmieri)
713         - Correct a bug in the freeing of memory in pygi-invoke.c. (Damien Caliste)
714         - update news for release (John (J5) Palmieri)
715         - Implement richcompare for GIBaseInfo (Jonathan Matthew)
716         - [gi] add the rectangle_int_t forign cairo type (John (J5) Palmieri)
717         - add a foreign type for cairo_rectangle_int_t and allow it to be caller-allocated (John (J5) Palmieri)
718         - [gi] add overrides to Gtk.Editable (John (J5) Palmieri)
719         - [gi] handle virtual invokers (John (J5) Palmieri)
720         - add overrides for the insert* apis of list_store and tree_store (John (J5) Palmieri)
721         - fix dialogs overrides which were relying on broken inheritance behavior (John (J5) Palmieri)
722         - Add a overrides registry so we can refrence overrides inside the module (John (J5) Palmieri)
723         - Merge remote branch 'dieterv/setup-fixes-for-merge' (John Stowers)
724         - setup.py: ease maintenance burden for tests installation (Dieter Verfaillie)
725         - fix inheritence issues in overrides (John (J5) Palmieri)
726         - tests: add runtests-windows.py script (Dieter Verfaillie)
727         - pygobject_postinstall.py: remove pygobject-2.0.pc treatment from postinstall as pkg-config on windows figures out the correct prefix at runtime (Dieter Verfaillie)
728         - pygobject_postinstall.py: remove shortcut creation (Dieter Verfaillie)
729         - setup.py: formatting cleanup, makes things readable (Dieter Verfaillie)
730         - setup.py: build and install tests (Dieter Verfaillie)
731         - setup.py: install documentation when available on build system (Dieter Verfaillie)
732         - setup.py: install pygobject-codegen script (Dieter Verfaillie)
733         - setup.py: install fixxref.py script (Dieter Verfaillie)
734         - setup.py: rearrange constants (Dieter Verfaillie)
735         - setup.py: check python version and pkgconig availability before anything else (Dieter Verfaillie)
736         - setup.py: simplify sys.platform != 'win32' detection and error reporting (Dieter Verfaillie)
737         - setup.py: rearrange imports (Dieter Verfaillie)
738         - README.win32: update build instructions (Dieter Verfaillie)
739         - dsextras.py: formatting cleanup, makes things readable (Dieter Verfaillie)
740         - dsextras.py: add ggc4 to MSVC compatible struct packing comment (Dieter Verfaillie)
741         - dsextras.py: use the pkgc_ functions instead of repeating pgk-config incantations all over the place (Dieter Verfaillie)
742         - dsextras.py: add pkgc_get_version and pkgc_get_defs_dir functions (Dieter Verfaillie)
743         - dsextras.py: PEP8: Comparisons to singletons like None should always be done with 'is' or 'is not', never the equality operators. (Dieter Verfaillie)
744         - dsextras.py: use True/False instead of 1/0 (Dieter Verfaillie)
745         - dsextras.py: rearrange imports (Dieter Verfaillie)
746         - Add distutils generated build/dist directories and eclipse configuration files to .gitignore (Dieter Verfaillie)
747         - [gi] add tests for calling dir on a dynamic module (John (J5) Palmieri)
748         - [gi] dir() now works for modules (Deepankar Sharma)
749         - Don't check the inner type when comparing gpointers (Simón Pena)
750         - Release GIL when calling into C functions (John (J5) Palmieri)
751         - _gi.Repository : Implement missing info bindings. (José Aliste)
752         - include Python.h so that PY_VERSION_HEX gets defined (John (J5) Palmieri)
753         - [gi] make overrides work for python 3.x protocols and alias for python 2.x (John (J5) Palmieri)
754         - Override Gtk.Widget.translate_coordinates to not return success value (Sebastian Pölsterl)
755         - Override Gtk.TreeViewColumn.cell_get_position to not return success value (Sebastian Pölsterl)
756         - Override get_path_at_pos and get_dest_row_at_pos of Gtk.TreeView to not return success value (Sebastian Pölsterl)
757         - Override Gtk.TreeSortable.get_sort_column_id to not return success value (Sebastian Pölsterl)
758         - Override forward_search and backward_search of Gtk.TextIter to not return success value (Sebastian Pölsterl)
759         - Override Gtk.TextBuffer.get_selection_bounds to not return success value (Sebastian Pölsterl)
760         - Override Gtk.RecentInfo.get_application_info to not return success value (Sebastian Pölsterl)
761         - Override Gtk.IMContext.get_surrounding to not return success value (Sebastian Pölsterl)
762         - Override get_item_at_pos, get_visible_range, get_dest_item_at_pos of Gtk.IconView to not return success value (Sebastian Pölsterl)
763         - Override Gtk.Container.get_focus_chain to not return success value (Sebastian Pölsterl)
764         - Override Gtk.ComboBox.get_active_iter to not return success value (Sebastian Pölsterl)
765         - [gi] make parameter check less strict when dealing with GValue params (John (J5) Palmieri)
766         - Shortcut removal is not needed on post-uninstall (John Stowers)
767         - Disable shortcut creation in windows installer (John Stowers)
768         - overrides for all subclasses of dialog (John (J5) Palmieri)
769         - Make TreeModel behave like in GTK-2.x (Sebastian Pölsterl)
770         - Correctly build GIO on windows (John Stowers)
771         - Require Python >= 2.6.0 for Windows build (John Stowers)
772         - Fix depreciation warning in dsextras.py (John Stowers)
773         - Fix build on windows (John Stowers)
774         - Support for GCC4 in Windows distutils build - bug 626548 (Michael Culbertson)
775         - Remove obsolete comments in dsextras.py (John Stowers)
776         - Broken dsextras.py pkg-config check error message (John Stowers)
777         - add compat functions for the deprecated PyCObject api (John (J5) Palmieri)
778         - Add __path__ attributes. (Damien Caliste)
779         - Override Gtk.TreeSelection.get_selected to not return success value. (Sebastian Pölsterl)
780         - Make row optional in Gtk.TreeStore/ListStore.append override (Vincent Untz)
781         - Revert "add compat functions for the deprecated PyCObject api" (John (J5) Palmieri)
782         - return NULL instead of -1 which fixes crash when introspection is turned off (John (J5) Palmieri)
783         - add compat functions for the deprecated PyCObject api (John (J5) Palmieri)
784         - fix commit 7fe83108 which didn't use the compat functions for string handling (John (J5) Palmieri)
785         - Python 3 fixes for dsextras and the python.m4 distribution files (John (J5) Palmieri)
786
787 2.27.0 10-Nov-2010
788         - Implement richcompare for GIBaseInfo (Jonathan Matthew)
789         - [gi] add the rectangle_int_t forign cairo type (John (J5) Palmieri)
790         - add a foreign type for cairo_rectangle_int_t and allow it to be caller-allocated (John (J5) Palmieri)
791         - [gi] add overrides to Gtk.Editable (John (J5) Palmieri)
792         - [gi] handle virtual invokers (John (J5) Palmieri)
793         - add overrides for the insert* apis of list_store and tree_store (John (J5) Palmieri)
794         - fix dialogs overrides which were relying on broken inheritance behavior (John (J5) Palmieri)
795         - Add a overrides registry so we can refrence overrides inside the module (John (J5) Palmieri)
796         - Merge remote branch 'dieterv/setup-fixes-for-merge' (John Stowers)
797         - setup.py: ease maintenance burden for tests installation (Dieter Verfaillie)
798         - fix inheritence issues in overrides (John (J5) Palmieri)
799         - tests: add runtests-windows.py script (Dieter Verfaillie)
800         - pygobject_postinstall.py: remove pygobject-2.0.pc treatment from postinstall as pkg-config on windows figures out the correct prefix at runtime (Dieter Verfaillie)
801         - pygobject_postinstall.py: remove shortcut creation (Dieter Verfaillie)
802         - setup.py: formatting cleanup, makes things readable (Dieter Verfaillie)
803         - setup.py: build and install tests (Dieter Verfaillie)
804         - setup.py: install documentation when available on build system (Dieter Verfaillie)
805         - setup.py: install pygobject-codegen script (Dieter Verfaillie)
806         - setup.py: install fixxref.py script (Dieter Verfaillie)
807         - setup.py: rearrange constants (Dieter Verfaillie)
808         - setup.py: check python version and pkgconig availability before anything else (Dieter Verfaillie)
809         - setup.py: simplify sys.platform != 'win32' detection and error reporting (Dieter Verfaillie)
810         - setup.py: rearrange imports (Dieter Verfaillie)
811         - README.win32: update build instructions (Dieter Verfaillie)
812         - dsextras.py: formatting cleanup, makes things readable (Dieter Verfaillie)
813         - dsextras.py: add ggc4 to MSVC compatible struct packing comment (Dieter Verfaillie)
814         - dsextras.py: use the pkgc_ functions instead of repeating pgk-config incantations all over the place (Dieter Verfaillie)
815         - dsextras.py: add pkgc_get_version and pkgc_get_defs_dir functions (Dieter Verfaillie)
816         - dsextras.py: PEP8: Comparisons to singletons like None should always be done with 'is' or 'is not', never the equality operators. (Dieter Verfaillie)
817         - dsextras.py: use True/False instead of 1/0 (Dieter Verfaillie)
818         - dsextras.py: rearrange imports (Dieter Verfaillie)
819         - Add distutils generated build/dist directories and eclipse configuration files to .gitignore (Dieter Verfaillie)
820         - [gi] add tests for calling dir on a dynamic module (John (J5) Palmieri)
821         - [gi] dir() now works for modules (Deepankar Sharma)
822         - Don't check the inner type when comparing gpointers (Simón Pena)
823         - Release GIL when calling into C functions (John (J5) Palmieri)
824         - _gi.Repository : Implement missing info bindings. (José Aliste)
825         - include Python.h so that PY_VERSION_HEX gets defined (John (J5) Palmieri)
826         - [gi] make overrides work for python 3.x protocols and alias for python 2.x (John (J5) Palmieri)
827         - Override Gtk.Widget.translate_coordinates to not return success value (Sebastian Pölsterl)
828         - Override Gtk.TreeViewColumn.cell_get_position to not return success value (Sebastian Pölsterl)
829         - Override get_path_at_pos and get_dest_row_at_pos of Gtk.TreeView to not return success value (Sebastian Pölsterl)
830         - Override Gtk.TreeSortable.get_sort_column_id to not return success value (Sebastian Pölsterl)
831         - Override forward_search and backward_search of Gtk.TextIter to not return success value (Sebastian Pölsterl)
832         - Override Gtk.TextBuffer.get_selection_bounds to not return success value (Sebastian Pölsterl)
833         - Override Gtk.RecentInfo.get_application_info to not return success value (Sebastian Pölsterl)
834         - Override Gtk.IMContext.get_surrounding to not return success value (Sebastian Pölsterl)
835         - Override get_item_at_pos, get_visible_range, get_dest_item_at_pos of Gtk.IconView to not return success value (Sebastian Pölsterl)
836         - Override Gtk.Container.get_focus_chain to not return success value (Sebastian Pölsterl)
837         - Override Gtk.ComboBox.get_active_iter to not return success value (Sebastian Pölsterl)
838         - [gi] make parameter check less strict when dealing with GValue params (John (J5) Palmieri)
839         - Shortcut removal is not needed on post-uninstall (John Stowers)
840         - Disable shortcut creation in windows installer (John Stowers)
841         - overrides for all subclasses of dialog (John (J5) Palmieri)
842         - Make TreeModel behave like in GTK-2.x (Sebastian Pölsterl)
843         - Correctly build GIO on windows (John Stowers)
844         - Require Python >= 2.6.0 for Windows build (John Stowers)
845         - Fix depreciation warning in dsextras.py (John Stowers)
846         - Fix build on windows (John Stowers)
847         - Support for GCC4 in Windows distutils build - bug 626548 (Michael Culbertson)
848         - Remove obsolete comments in dsextras.py (John Stowers)
849         - Broken dsextras.py pkg-config check error message (John Stowers)
850         - add compat functions for the deprecated PyCObject api (John (J5) Palmieri)
851         - Add __path__ attributes. (Damien Caliste)
852         - Override Gtk.TreeSelection.get_selected to not return success value. (Sebastian Pölsterl)
853         - Make row optional in Gtk.TreeStore/ListStore.append override (Vincent Untz)
854         - Revert "add compat functions for the deprecated PyCObject api" (John (J5) Palmieri)
855         - return NULL instead of -1 which fixes crash when introspection is turned off (John (J5) Palmieri)
856         - add compat functions for the deprecated PyCObject api (John (J5) Palmieri)
857         - fix commit 7fe83108 which didn't use the compat functions for string handling (John (J5) Palmieri)
858         - Python 3 fixes for dsextras and the python.m4 distribution files (John (J5) Palmieri)
859
860 2.26.0 24-Sep-2010
861         - Wrap g_get_system_{config,data}_dirs () (John Strowers)
862         - fixed make check and make dist (John (J5) Palmieri)
863         - Disable GI tests when introspection disabled (John Stowers)
864         - Wrap g_uri_list_extract_uris. Fixes bug #584431 (Tomeu Vizoso)
865         - Fix a few uses of TRUE and FALSE in the docs (Paul Bolle)
866         - pygi: always free the invocation_state struct (Damien Caliste)
867         - Start implementing something equivalent to g_variant_new (Tomeu Vizoso)
868         - fixed typo - missing comma in glib.option module (John (J5) Palmieri)
869         - add checks so we can compile under python 3 by setting PYTHON=python3 (John (J5) Palmieri)
870         - Rename static methods as functions (Tomeu Vizoso)
871         - fix a couple of compiler warnings (John (J5) Palmieri)
872         - remove unused code (John (J5) Palmieri)
873         - Check the type of the instance object (John (J5) Palmieri)
874         - include the correct pycairo version (John (J5) Palmieri)
875         - Use PyMapping_Keys to determine if an object is a dict (py3k fix) (John (J5) Palmieri)
876         - fix handling of UINT64 and INT64 arguments in py3k (John (J5) Palmieri)
877         - properly handle ulongs properties in py3k (John (J5) Palmieri)
878         - Specify encoding of tests/test_gi.py (Tomeu Vizoso)
879         - use actual unicode in the tests on py3k, not the byte representation (John (J5) Palmieri)
880         - s/METH_KEYWORDS/METH_VARARGS|METH_KEYWORDS/ when defining object methods (John (J5) Palmieri)
881         - fix subclassing PyLong by calling __new__ correctly (John (J5) Palmieri)
882         - minor py3k fixups for python modules (John (J5) Palmieri)
883         - minor fixes in tests for py3k compat (John (J5) Palmieri)
884         - compilation: Fix syntax error (Colin Walters)
885         - Add missing file (Tomeu Vizoso)
886         - Add override for GLib.Variant.new_tuple (Tomeu Vizoso)
887         - fix for changes in the gi test libraries (John (J5) Palmieri)
888         - Gtk.DialogFlags.NO_SEPARATOR has been removed in Gtk 3.0 (John (J5) Palmieri)
889         - no need to offset arg positions when is_method is true (John (J5) Palmieri)
890         - gi: Add support for more property types (Tomeu Vizoso)
891         - use PyObject_SetAttrString, not PyDict_SetItemString when setting __gtype__ (John (J5) Palmieri)
892         - Rename GArgument to GIArgument (Tomeu Vizoso)
893         - fix up tests so they run in py3k (John (J5) Palmieri)
894         - tests: Port to new introspection tests (Colin Walters)
895         - we need to specify tp_hash since we overide tp_richcompare (John (J5) Palmieri)
896         - working enum/flags/pid subclasses of long (John Ehresman)
897         - make vfuncs work in py3k (John (J5) Palmieri)
898         - make cairo module compile in py3k (John (J5) Palmieri)
899         - fix exceptions so they work in python 3.x (John (J5) Palmieri)
900         - make the gi module compile under 3.x (John (J5) Palmieri)
901         - fix up testshelper module so it compiles in python 3.x (John (J5) Palmieri)
902         - convert to using PYGLIB_DEFINE_TYPE for module objects (John (J5) Palmieri)
903         - some more p3k PyString and PyInt eradication in GI (John (J5) Palmieri)
904         - pyglib: Fix typo (Leo Singer) (Tomeu Vizoso)
905         - Add defines for size_t and ssize_t conversion functions (Gustavo Noronha Silva)
906         - pyglib: Fix a compiler warning (Colin Walters)
907         - Don't force gtk 2.0 (Tomeu Vizoso)
908         - Fix some ref leaks in hook_up_vfunc_implementation() (Steve Frécinaux)
909         - handle strings correctly in gio (John (J5) Palmieri)
910         - make giomodule compile under py3k (John (J5) Palmieri)
911         - for py3k we need to do some more processing to get bytes from a unicode string (John (J5) Palmieri)
912         - use Bytes instead of Unicode when reading io (John (J5) Palmieri)
913         - prefix compat macros with PYGLIB (John (J5) Palmieri)
914         - Gtk.Button unit tests (John (J5) Palmieri)
915         - [Gtk] Add overrides for Button (Johan Dahlin)
916         - Make Cairo an optional dependency (Simon van der Linden)
917         - Don't import again PyGObject (John Ralls) (Tomeu Vizoso)
918         - move to using richcompare slot instead of compare (John (J5) Palmieri)
919         - Replace autogen.sh by a newer version (Simon van der Linden)
920         - Fix some warnings (Simon van der Linden)
921         - Fix caller-allocates emergency free. (Simon van der Linden)
922         - Remove useless checks. (Simon van der Linden)
923         - Call valgrind with G_SLICE=always-malloc G_DEBUG=gc-friendly (Tomeu Vizoso)
924         - Fix some warnings. (Ignacio Casal Quinteiro)
925         - Add myself as a maintainer (Simon van der Linden)
926         - Properly allocate boxed structs that are (caller-allocates) (Tomeu Vizoso)
927         - override gdk.Event to return attribute from the proper event object (Toms Baugis)
928         - check if z# needs an int or Py_ssize_t (John (J5) Palmieri)
929         - make sure we parse parameters to python object vars not glib vars (John (J5) Palmieri)
930         - Make an example and a demo work out of the box (Paul Bolle)
931         - make sure caller allocated structs are freed when they go out of scope (John (J5) Palmieri)
932         - Revert "override gdk.Event to return attribute from the proper event object." (Tomeu Vizoso)
933         - PyGI: properly quit cairo-demo (Paul Bolle)
934         - override gdk.Event to return attribute from the proper event object. (Toms Baugis)
935         - Clean and improve the test infrastructure (Simon van der Linden)
936         - Add some more transformations to pygi-convert.sh (Tomeu Vizoso)
937         - Adapt to API changes: g_irepository_enumerate_versions (Tomeu Vizoso)
938         - Add GValue<->GArgument marshalling for some more types (Tomeu Vizoso)
939         - Chain up with the non-introspection implementation for properties if needed (Tomeu Vizoso)
940         - Improve error reporting for missing attributes in introspection modules (Tomeu Vizoso)
941         - Implement getting and setting properties using introspection information. (Tomeu Vizoso)
942         - Readd Gdk.Rectangle override for Gtk-2.0 (Tomeu Vizoso)
943         - Allow specifying a version when loading a typelib (Tomeu Vizoso)
944         - treat GFreeFunc as equivalent to GDestroyNotify when scanning callbacks (Jonathan Matthew)
945         - Don't use == to compare doubles, use <= and =>. (Simon van der Linden)
946         - Allow passing ints as enum args (Tomeu Vizoso)
947         - Make error message less ambiguous (Tomeu Vizoso)
948         - fix passing in type names as a GType and add gtype unit tests (John (J5) Palmieri)
949         - Increase a bit verbosity of tests so people know which test failed (Tomeu Vizoso)
950         - Actually add the files for GVariant foreign structs (Tomeu Vizoso)
951         - Add foreign struct support for GVariant (Tomeu Vizoso)
952
953 2.21.5 12-Jul-2010
954         - Shut up some compiler warnings (Florian Müllner)
955         - Adjust to API break in GObject-Introspection (Florian Müllner)
956         - pass in the demo app so demos can use utility methods like requesting file paths (John (J5) Palmieri)
957         - demo fixes to keep up with Gtk+ (John (J5) Palmieri)
958         - override test fixes for new GTK+ annotations (John (J5) Palmieri)
959         - Fix warning. (Ignacio Casal Quinteiro)
960         - fix up treeiter usage due to caller-allocates annotations in gtk+ (John (J5) Palmieri)
961         - add entry completion demo (John (J5) Palmieri)
962         - string changes (John (J5) Palmieri)
963         - add the Entry demo directory and the entry_buffer demo (John (J5) Palmieri)
964         - fix loading of demo modules to support sub modules (John (J5) Palmieri)
965         - add the ability to have demos in sub catagories (John (J5) Palmieri)
966         - Add  __name__ to DynamicModule class. (Jose Aliste)
967         - Do not override GdkRectangle. (Ignacio Casal Quinteiro)
968         - Add override for TreeModel implementing __len__() (Philip Withnall)
969
970 2.21.4 29-Jun-2010
971         - Build the cairo shim as a python module so the _gi module stops linking to it (Tomeu Vizoso)
972         - add drawing area demo (John (J5) Palmieri)
973         - sort the demo list (John (J5) Palmieri)
974         - rename iter to treeiter so we aren't using a python reserved word (John (J5) Palmieri)
975         - Fixup for change in buffer API (John (J5) Palmieri)
976         - add ListStore, TreeStore and TreeViewColumn APIs (John (J5) Palmieri)
977         - Add unit test for add_actions user data. (Ignacio Casal Quinteiro)
978         - Pass user_data param when adding actions (Paolo Borelli)
979         - add an exception type to the try/except block (John (J5) Palmieri)
980         - return PyList instead of PyTuple for array, return empty list for NULL arrays (John (J5) Palmieri)
981         - Fix 'make distcheck' (Tomeu Vizoso)
982         - Allow building pygobject without introspection support by providing --disable-introspection to configure. (Tomeu Vizoso)
983         - Make sure that sys.argv is a list and not a sequence. (Tomeu Vizoso)
984         - Force loading the GObject typelib so we have available the wrappers for base classes such as GInitiallyUnowned. (Tomeu Vizoso)
985         - we shouldn't g_array_free NULL pointers (John (J5) Palmieri)
986         - remove unneeded TextIter creation in the tests (John (J5) Palmieri)
987         - add override for TextBuffer (John (J5) Palmieri)
988         - fix up some build issues (John (J5) Palmieri)
989         - make the overrides file git friendly by appending to __all__ after each override (John (J5) Palmieri)
990         - Override Dialog constructor and add_buttons method (Paolo Borelli)
991         - Merge PyGI (Johan Dahlin)
992
993 2.21.3 21-Jun-2010
994         - Proper handling of null-ok in virtual methods (Ludovic L'Hours)
995         - Fall back to use the floating references API in glib if there isn't a sinkfunc defined. (Tomeu Vizoso)
996         - Revert "Drop sinkfuncs." (Tomeu Vizoso)
997         - [giounix] Make it possible to compile on glib 2.20 (Johan Dahlin)
998         - Release the lock when potentially invoking Python code. (Sjoerd Simons)
999
1000 2.21.2 10-Jun-2010
1001         - Drop sinkfuncs. (Tomeu Vizoso)
1002         - Clear error if we failed the import (Colin Walters)
1003         - Added missing , to keyword list of gio.GFile.set_attribute (John Ehresman)
1004         - Fix arg conversion in gio.GFile.set_attribute (John Ehresman)
1005         - Set constants under python 2.5 or before (John Ehresman)
1006         - Doc Extractor: Use replacements that make sense for &...; expressions. (José Alburquerque)
1007         - Add build docs for windows (John Stowers)
1008         - Setup.py cosmetic tidy (John Stowers)
1009         - Fix crash when importing gio (John Stowers)
1010         - Bug 589671 - Dont use generate-constants (John Stowers)
1011         - Bug 589671 - Fix setup.py for windows build (John Stowers)
1012         - Include pygsource.h (John Stowers)
1013         - codegen/docextract_to_xml.py: One more &...; replacement (&nbsp;). (José Alburquerque)
1014         - codegen/docextract_to_xml.py: Replace some &..; that cause errors. (José Alburquerque)
1015         - codegen/docextract_to_xml.py: Handle C++ multi-line comments. (José Alburquerque)
1016         - codegen/docextract.py: Stop final section processing on first match. (José Alburquerque)
1017         - Update doc extraction tool to handle GObjectIntrospection annotations. (José Alburquerque)
1018         - Docs: replace gio.IO_ERROR_* with gio.ERROR_* (Paul Bolle)
1019         - Bug 613341 - pygobject tests seem to require pygtk causing a circular (Gian Mario)
1020         - Don't raise an error in _pygi_import if pygi support is disabled (Simon van der Linden)
1021         - Initialize PyGPollFD_Type.fd_obj to NULL (Tomeu Vizoso)
1022         - Bug 605937 - pygobject: Makefile.am sets $TMPDIR, disrupting distcc (Gian Mario)
1023         - Wrap gio.Cancellable.make_pollfd() and add a test (Gian Mario)
1024         - Make cancellable an optional parameter in many methods (Gian Mario)
1025
1026 2.21.1 02-Jan-2010
1027         - Wrap gio.Volume.eject_with_operation (Gian Mario)
1028         - Wrap gio.Mount.eject_with_operation (Gian Mario)
1029         - Wrap gio.Mount.unmount_mountable_with_operation (Gian Mario)
1030         - Wrap File.unmount_mountable_with_operation (Gian Mario)
1031         - Wrap gio.File.stop_mountable (Gian Mario)
1032         - Wrap gio.File.start_mountable (Gian Mario)
1033         - Wrap gio.File.replace_readwrite_async (Gian Mario)
1034         - Wrap gio.File.poll_mountable (Gian Mario)
1035         - Wrap gio.File.open_readwrite_async (Gian Mario)
1036         - Wrap gio.File.eject_mountable_with_operation (Gian Mario)
1037         - Wrap gio.File.create_readwrite_async (Gian Mario)
1038         - Wrap gio.Drive.stop (Gian Mario)
1039         - Wrap gio.Drive.start (Gian Mario)
1040         - Wrap gio.SocketListener.accept_socket_async|finish (Gian Mario)
1041         - Wrap gio.SocketListener.accept_finish (Gian Mario)
1042         - Wrap gio.SocketListener.accept_async (Gian Mario)
1043         - Wrap gio.SocketListener.accept_socket (Gian Mario)
1044         - Wrap gio.SocketListener.accept (Gian Mario)
1045         - Make cancellable optional in gio.SocketClient.connect_to_host
1046           (Gian Mario)
1047         - Wrap gio.SocketListener.add_address (Gian Mario)
1048         - Wrap gio.SocketClient.connect_to_service_async (Gian Mario)
1049         - Wrap gio.SocketClient.connect_to_host_async (Gian Mario)
1050         - Wrap gio.SocketClient.connect_async (Gian Mario)
1051         - Wrap gio.SocketAddressEnumerator.next_async (Gian Mario)
1052         - Add a missing object gio.InetSocketAddress new in GIO 2.22
1053           (Gian Mario)
1054         - Make cancellable optional for gio.SocketAddressEnumerator.next
1055           (Gian Mario)
1056         - Wrap gio.Socket.condition_wait (Gian Mario)
1057         - Wrap gio.Socket.condition_check (Gian Mario)
1058         - Wrap gio.Resolver.lookup_service_finish (Gian Mario)
1059         - Wrap gio.Resolver.lookup_service_async (Gian Mario)
1060         - Wrap gio.Resolver.lookup_service (Gian Mario)
1061         - Wrap gio.Resolver.lookup_by_address_async (Gian Mario)
1062         - Wrap gio.Resolver.lookup_by_name_finish (Gian Mario)
1063         - Wrap gio.Drive.eject_with_data (Gian Mario)
1064         - Deprecate old gio.Drive methods (Gian Mario)
1065         - Wrap gio.Resolver.lookup_by_name (Gian Mario)
1066         - Make cancellable optional in gio.Resolver.lookup_by_address
1067           (Gian Mario)
1068         - Strip g_ prefix for many other functions (Gian Mario)
1069         - Strip g_ prefix from InetAddress functions (Gian Mario)
1070         - Fix function name gio.resolver_get_default (Gian Mario)
1071         - Wrap gio.FileIOStream.query_info_async (Gian Mario)
1072         - Register enums and flags in PyGI if needed (Tomeu Vizoso, #603534)
1073         - Wrap gio.IOStream.close_async (Gian Mario)
1074         - Make cancellable optional in GFile.create_readwrite (Gian Mario)
1075         - Remove a duplicate entry in gio.defs (Gian Mario)
1076         - Wrap gio.FileInfo.set_modification_time (Gian Mario)
1077         - Wrap gio.EmblemedIcon.get_emblems (Gian Mario)
1078         - Update Enums and Flags with new API (Gian Mario)
1079         - Fix handling of uchar in pyg_value_from_pyobject (Bastian Winkler)
1080
1081 2.21.0 18-dec-2009
1082         - pygmainloop: fix use of PySignal_WakeUpFD API for nested loops
1083           (Philippe Normad, #481569)
1084         - Add capabilities to import wrappers from pygi (Simon van der Linden)
1085         - Move threads_init() function from 'gobject' to 'glib' (Paul)
1086         - Fix wrong minimum checking in float properties (Paul, #587637)
1087         - Wrap new API added in GIO 2.22 (Gian Mario)
1088         - Fix bad name when rebuilding the unix source module (Gian Mario)
1089         - Add the missing limit constants from glibconfig.h
1090           (Tomeu Vizoso, #603244)
1091         - Suppress warnings about format conversion
1092           (Simon van der Linden, #603355)
1093         - Properly define Connectable as interface type and not object type
1094           (Gian Mario)
1095         - Wrap new API added in GIO-UNIX 2.22 (Gian Mario)
1096         - Wrap g_find_program_in_path (Gian Mario, #598435)
1097         - Add pygi-external.h into Makefile SOURCES (Gian Mario)
1098
1099 2.20.0 23-sep-2009
1100         - Allow to use automake 1.11 (Paolo Borelli)
1101         - Specify programming language in .devhelp file (Frédéric Péters)
1102         - Plug reference leak of GSource in pyg_main_loop_init (Paul)
1103         - Updated uninstalled.pc file (Brian Cameron)
1104
1105 2.19.0 10-aug-2009
1106         - Add macros to help with Python list to/from GList/GSList conversions.
1107           (John Finlay)
1108         - GIO docs practically completed (Gian)
1109         - GFileInfo.list_attributes should accept None/NULL (Gian)
1110         - Strip out Windows DLL API macros (John Finlay)
1111         - Document that many functions got moved gobject -> glib (Paul)
1112         - Allow h2def.py to work when there are tabs or multiple spaces after
1113           the struct keyword. (Murray Cumming)
1114         - Fix build when builddir is not the same as srcdir
1115           (Theppitak Karoonboonyanan)
1116         - Make gio.Emblem constructor new-style (Paul)
1117         - Cleanup GIO overrides to use Python function/method names (Paul)
1118         - Make codegen report errors using Python function/method names (Paul)
1119         - Fix object type in gio.BufferedInputStream_fill_async (Gian)
1120         - Wrap gio.BufferedInputStream.fill_async (Gian)
1121         - Add gio.BufferedOutputStream which was forgotten in the types (Gian)
1122         - Split overrides for gio.MemoryOutputStream (Gian)
1123         - Wrap gio.memory_input_stream_new_from_data (Gian)
1124         - Introduces the girepository module from the former PyBank
1125           (Simon van der Linden)
1126         - Add API appeared in 2.20 but not marked as such in gio docs (Gian)
1127         - Wrap gio.FileOutputStream.query_info_async (Gian)
1128         - Wrap gio.FileInputStream.query_async (Gian)
1129         - Install executable codegen parts with executing permissions (Paul)
1130         - Wrap gio.DataInputStream.read_line_async and read_until_async (Paul)
1131         - Fix gio.OutputStream.splice_async (Paul)
1132         - Add GIO 2.20 API and update docs (Gian)
1133
1134 2.18.0 24-may-2009
1135         - Improve gio docs with some more classes (Gian)
1136         - Wrap gio.OutputStream.splice_async() (Gian)
1137         - Add Python ver into installed libpyglib name (Emilio Pozuelo Monfort)
1138         - Wrap gio.OutputStream.flush_async() (Gian)
1139         - Use 'Requires.private' for libffi in '.pc' files (Josselin Mouette)
1140         - Add wrapper for gio.FileAttributeMatcher (Gian)
1141         - Mark relevant glib.IOChannel methods as METH_NOARGS (Paul)
1142         - Retire hand-written ChangeLog; autocreate from Git history (Paul)
1143         - Wrap gio.InputStream.skip_async() (Gian)
1144         - Add in codegen -n --namespace option and the code to remove dll
1145           API in headers, added documentation (Siavash Safi)
1146         - Properly mark glib.get_user_special_dir() as a keywords method (Paul)
1147
1148 2.17.0 30-apr-2009
1149         - Write a good part of the docs for gio (Gian)
1150         - Wrap g_mount_guess_content_type g_mount_guess_content_type_finish
1151           g_mount_guess_content_type_sync (Gian, #580802)
1152         - Swap first two arguments of gio.File.query_info_async (Paul, #580490)
1153         - Fix a crash in pyg_type_add_interfaces (Paul, #566571)
1154         - Remove an empty structure, use sizeof(PyObject)
1155           instead (Paul, #560591)
1156         - Wrap four g_get_user_*_dir() functions (Paul, #575999)
1157         - Remove 'ltihooks.py' as using deprecated Python module (Paul)
1158         - Code maintenance: add .gitignore files (Paul)
1159         - CellRendererPixbuf stock-size property has wrong type (Paul, #568499)
1160         - Add a doap file after git migration (Johan Dahlin)
1161         - missing dep on libffi in pygobject-2.0.pc (Götz Waschk, #550231)
1162         - g_volume_monitor_tp_new new function, return the singleton object.
1163           (Paul, #555613)
1164         - Remove a DeprecationWarning under python 2.6 (James Westby, #573753)
1165         - several scripts from codegen directory are not distributed
1166           (Krzesimir Nowak)
1167         - g_file_copy_async change argument order to keep it consistent with the
1168           other methods (Gian)
1169         - memory leak in gio.File.copy_async (Paul Pogonyshev, #578870)
1170         - g_file_monitor should accept None for cancellable and set the default
1171           flag to G_FILE_MONITOR_NONE (Gian)
1172         - pyg_notify_free needs to ensure it has GIL before calling Py_XDECREF
1173           (Jonathan Matthew)
1174         - Wrap g_file_set_display_name_async (Gian)
1175         - Add a semi-private method to return the option context C object from
1176           an option context wrapper (Tristan Hill)
1177         - Converting a negative long Python value to a GUINT64 GValue doesn't
1178           error out as it should (Gustavo J. A. M. Carneiro, #577999)
1179         - Wrap g_file_set_attributes_async and
1180           g_file_set_attributes_finish (Gian)
1181         - g_file_query_filesystem_info_async fix a typo (Gian)
1182         - Wrap g_file_query_filesystem_info_async (Gian)
1183         - Add missing g_file_query_filesystem_info_async and
1184           g_file_query_filesystem_info_finish (Gian)
1185         - Wrap g_file_eject_mountable (Gian)
1186         - g_file_copy callback cannot be optional (Gian)
1187         - Swap various kwargs names to reflect the code (Gian)
1188         - Update the address of the FSF (Tobias Mueller, #577134)
1189         - Add g_volume_should_automount (Gian)
1190         - Wrap g_drive_enumerate_identifiers and g_volume_enumerate_identifiers
1191           (Gian)
1192         - Add a couple of convinence functions to convert from/to a python list
1193           and an array of strings (Gian)
1194         - Allow setting pytype wrapper class (Mark Lee, John Ehresman, #559001)
1195         - Wrap g_file_enumerator_close_async (Gian Mario Tagliaretti)
1196
1197 2.16.1 22-feb-2009
1198         - Apply the patch provided by Cygwin Ports maintainer
1199           (Paul Pogonyshev, #564018)
1200         - Bad -I ordering can break build, patch from [dmacks netspace org]
1201           (Gian Mario Tagliaretti, #566737)
1202         - Fix keyword list to be in sync with positional arguments
1203           (Paul, #566744)
1204         - Add a comment explaining why the two for loops for registering
1205           interfaces (Gustavo Carneiro)
1206         - Huge cleanup of GIO overrides (Paul, #566706)
1207         - gtk.Buildable interface method override is not recognized
1208           (Paul, #566571)
1209         - Do not escape the ampersand "&" in entity references. Replace some
1210           unusual entity references in the output with their literal values.
1211           (Daniel Elstner, #568485)
1212         - gio.InputStream.read_async can cause memory corruption.
1213           (Paul, #567792)
1214         - Inconsistent use of tabs and spaces in pygtk.py (Paul, #569350)
1215         - Huge fix of memory leaks in GIO (Paul, Paolo Borelli, Gian, #568427)
1216         - non-async functions don't release python locks before calling
1217           blocking C functions (Gian, Gustavo, #556250)
1218         - Change comment to avoid false positives when grep'ing for deprecated
1219           gtk functions (Andre Klapper)
1220         - ltihooks.py updating license header from GPL to LGPL
1221           (James Henstridge)
1222
1223 2.16.0 04-jan-2009
1224         - gobject.timeout_add_seconds() not found in docs
1225           (Paul Pogonyshev, #547119)
1226         - _wrap_g_output_stream_write_async not adding a reference to the
1227           buffer passed (Paul, #564102)
1228         - gio.VolumeMonitor segfaults (Gian Mario Tagliaretti, #555613)
1229         - Test if `domain' is not-null before using it to avoids segfaults
1230           (Paul, #561826)
1231         - g_output_stream_write_all use gsize instead of gssize (Gian)
1232         - add __repr__ to gio.Drive, gio.Mount and gio.Volume
1233           (Paul, #530935)
1234         - Missing AC_CONFIG_MACRO_DIR([m4]) (Loïc Minier, #551227)
1235         - Make codegen not import when corresponding argument types are not
1236           registered (Paul, #551056)
1237         - Fix typos breaking compilation (Frederic Peters #551212)
1238         - GFile load_contents methods chop data at first \0
1239           (Jonathan Matthew, #551059) 
1240
1241 2.15.4 3-sep-2008
1242         - Fix typo in GPointer type registration (Loïc Minier,#550463)
1243         - support G_TYPE_CLOSURE in codegen (Gian)
1244
1245 2.15.3 31-aug-2008
1246         - Beginning of porting to 3.0. glib & gobject module ported.
1247         - Wrap g_app_info_* functions (Gian)
1248         - Wrap gio.FileAttributeInfo (Gian)
1249         - Wrap g_vfs_get_supported_uri_schemes (Johan, #545846)
1250         - Wrap g_file_info_get_modification_time (Johan, #545861)
1251         - Wrap gio.Volume.mount/eject (Johan)
1252         - Wrap gio.File.move (Johan)
1253         - Wrap gio.query_writable_namespaces (Gian, #545920)
1254         - Separate glib & gobject documentation
1255         - Wrap GFile.append_to_async (Gian, #545959)
1256         - Wrap GFile.create_async (Gian, #546020)
1257         - Change return value from 'gboolean' to 'int' and changed semantics
1258           to Pythonic (Paul, #544946)
1259         - Wrap GFile.replace_async and query_info_async (Gian, #546046)
1260         - GIcon and implementations improvements (Paul, #546135)
1261         - Improve __repr__ and richcompare for gio classes (Paul)
1262         - Missing Py_INCREFs for some file async methods (Jonathan Matthew, #546734)
1263         - File.copy progress_callback does not work (Paul, #546591)
1264         - add File.replace_contents, replace_contents_async, replace_contents_finish.
1265           (Jonathan Matthew, #547067)
1266         - Add GFile.query_default_handler (Gian)
1267         - fix docstring line length (Jonathan Matthew, #547134)
1268         - improve runtime type wrapper creation (Paul, #547104)
1269         - make gio.File more Pythonic (Paul, #546120)
1270         - No TypeError raised when type is None (Paul, #540376)
1271         - wrap a few memory stream methods (Paul, #547354)
1272         - wrap gio.DataInputStream.read_line and ...read_until (Paul, #547484)
1273         - wrap four important asynchronous methods in gio.Drive and gio.Mount
1274           (Paul, #547495)
1275         - gio.InputStream.read() looks broken (Paul, #547494)
1276         - wrap g_content_types_get_registered() (Paul, #547088)
1277         - cannot create new threads when pygtk is used (Paul, #547633)
1278         - an unitialized variable in PyGLib (Paul, #549351)
1279         - Constructor of gtk.TreeView raises TypeError when model is None
1280           (Paul, #549191)
1281         - Fix memory problems reported by valgrind due to invalid tp_basicsize in
1282           PyGPropsDescr_Type. (Gustavo, #549945)
1283
1284 2.15.2 26-jul-2008
1285         - New module: glib, which contains the parts of the old
1286           gobject bindings which are in the glib library.
1287           MainLoop/MainContext/Sources/GOption and a few others has now moved.
1288         - Add a new installed library libpyglib-2.0, which contains the extension
1289           API for third-part modules instead of relying on macros which accesses
1290           struct fields.
1291         - Add bindings for gio.File.enumerate_children_async,
1292           gio.FileEnumerator.next_files_async, gio.Mount.mount,
1293           gio.File.mount_mountable, gio.File.mount_enclosing_volume,
1294           gio.File.unmount_mountable, gio.File.copy.
1295         - Add a new api for mapping a GError domain to an exception and register
1296           an exception for GIOError.
1297         - Remove leading IO_* prefix for the gio flags and register a quark
1298           for the domain.
1299         - Use GSlice in the glib module and bump required version to 2.14.
1300
1301 2.15.1 15-jul-2008
1302         - Rename pygtk-codegen-2.0 to pygobject-codegen-2.0 to avoid
1303           conflicting with PyGTK (Paul Pogonyshev)
1304
1305 2.15.0 15-jul-2008
1306         - Add GIO bindings (Johan, Mario Tagliaretti, Thomas Leonard)
1307         - Move codegen from PyGTK (Johan, Paul Pogonyshev, #542821)
1308         - Add more variables to the .pc files (Damien Carbery, Paul, 
1309           Dan Winship, #486876)
1310         - Add pyg_option_group_new to the public API (Johan)
1311         - Add g_get_application_anme and g_get_progname (Sebastian Rittau)
1312         - Avoid making wakeups when using Python 2.6 (Johan, Gustavo,
1313           Adam Olsen, Josselin Mouette, Philippe Normand, Guido Van Rossum)
1314         - Only link against libffi when found (Ed Catmur, #496006)
1315         - Improve gobject.property (Tomeu Vizoso, #523352)
1316         - Improve enum comparision and warnings (Paul, Phil Dumont, #428732)
1317         - Many gobject.Source improvements (Bryan Silverthorn)
1318         - Apply some fixes to make pylint happier (Johan, Simon Schampijer,
1319           #523821)
1320         - Fix error message in pyg_io_add_watch (Juha Sahkangas)
1321         - Improve h2def.py (Oliver Crete, Murray Cumming, Lauro Moura)
1322
1323 2.14.0 16-sep-2007
1324         - Fix a Python 2.6 deprecation warning (Johannes Hölzl, #342948)
1325         - Wrap g_timeout_add_seconds, when compiling with glib 2.14 (Gustavo)
1326         - Always fully initialize the PyGObject (Ed Catmur, #466082)
1327         - Fix compilation in Solaris, again (#339924, Gustavo)
1328         - Fix check for default value in boolean type (Marco Giusti, #470230)
1329         - Fix new style properties with subclasses (Johan Dahlin, #470718)
1330         - Docs generation fixes (John Finlay)
1331
1332 2.13.2 07-jul-2007
1333         - Fix build on opensolaris (Damien Carbery, #339924)
1334         - Proxy GOption exceptions from Python to C (Johannes Hölzl, #342948)
1335         - Support G_TYPE_VALUE boxed args/signals
1336          (Ed Catmur, Carlos Martin, #351072)
1337         - pyg_error_exception_check bug fix (Sebastian Granjoux, #449879)
1338         - Toggle references bug fix (#447271, Gustavo Carneiro)
1339         - use python-config to get python includes (#448173, Sebastien Bacher)
1340         - Support GObject properties in new properties API (Gustavo)
1341         - generate-constants fixes (Muntyan)
1342         - Allow running autogen.sh from outside $srcdir (Muntyan)
1343
1344 2.13.1 02-may-2007
1345         - Generic CClosure marshaller using libffi (Johan, #353816)
1346         - Uninstalled .pc file (Damien Carbery, #385129)
1347         - Fix leak in GFlags handling (Daniel Berrange, #428726)
1348         - Use dirname in autogen (Loïc Minier, #409234)
1349         - Treat None in a GValueArray as pointer/NULL (Ed Catmur, #352209)
1350         - Toggle reference bug fix in tp_setattro (Gustavo, #434659)
1351         - Add a simplified helper for creating properties (Johan, Gustavo, #338089)
1352         - Avoid throwing an exception in GValue converter (James Livingstone,
1353           Ed Catmur, #374653)
1354         - Build fix in .pc file (Luca Ferretti, #435132)
1355
1356 2.13.0 23-april-2007
1357         - Release the GIL in g_object_set_property (Edward Hervey, #395048)
1358         - Break PyGObject<->GObject reference cycle (Gustavo Carneiro, #320428)
1359         - use static inline functions for init_pygobject (Gustavo, #419379)
1360         - Wrap g_set_application_name, g_set_prgname
1361           (Havoc Pennington, #415853)
1362         - New pyg_gerror_exception_check API (Gustavo, #425242)
1363         - New API to get/set multiple properties
1364           (Gian Mario Tagliaretti, #403212)
1365         - Misc. bug fixes.
1366
1367 2.12.3 18-november-2006
1368        - distutils build fixes (Cedric)
1369        - documentation updates (John)
1370        - gobject.handler_block_by_func and friends now accept methods 
1371          (Johan, Dima, #375589)
1372        - avoid truncating of gparamspec (Yevgen Muntyan, #353943)
1373        - set __module__ on gobject derived types (Johan, 
1374          Osmo Salomaa, #376099)
1375        - Ensure exceptions are raised on errors in gobject.OptionGroup
1376          (Johan, Laszlo Pandy, #364576
1377
1378 2.12.2 3-october-2006
1379        - Make PyGObject 64-bit safe for Python 2.5 (Gustavo)
1380        - All headers are now LGPL and not GPL (Johan)
1381        - Remove a couple of GCC warnings (Gustavo)
1382        - Revive distutils support (Cedric Gustin)
1383        - Emission hook reference count bugfix (Gustavo)
1384        - MSVC/ANSI C compilation fix (John Ehresman)
1385        - Bump Ctrl-C timeout handler from 100ms to 1000 (Johan)
1386
1387 2.12.1 4-september-2006
1388        - Corrected version check (Sebastian Dröge, #354364)
1389
1390 2.12.0 4-september-2006
1391       - Install the html files even when using --disable-docs (#353159, Johan,
1392         Matthias Clasen)
1393
1394 2.11.4 27-august-2006
1395       - Include pre-generated html docs in the tarball  (Johan)
1396       - Fix bug in do_set_property called from constructor (Gustavo, #353039)
1397       - Fix type registration involving interfaces with signals and/or
1398         properties (Gustavo)
1399
1400 2.11.3 21-august-2006
1401       - Documentation updates (John)
1402       - Documentation build fixes (Johan, John, Gian Mario Tagliaretti)
1403       - PyGObject can now be compiled using a C++ compiler (Murray Cumming)
1404       - Type registration bug fix (Gustavo)
1405
1406 2.11.2 8-august-2006
1407       - Add fixxref.py from PyGTK (Johan)
1408       - Fix parallel build (#350225, Ed Catmur)
1409
1410 2.11.1 4-august-2006
1411       - Add John Finlay's reference manual (Johan, John)
1412       - Fix GOption mem leak (Gustavo)
1413       - Infrastructure for lazy type registration (Johan)
1414       - Enum/Flags fixes (Gustavo, John)
1415       - Eliminate some GCC warnings (Johan)
1416
1417 2.11.0 12-july-2006
1418       - Add GOption support (#163645, Johannes Hölzl)
1419       - GObject metaclass converted to Python code (Gustavo)
1420       - Register GType constants from Python-land (Johan)
1421       - Distutils updates (John Ehresman, Cedric Gustin)
1422       - Add support for signal emission hooks (#154845, Johan)
1423       - g_spawn_close_pid support (Gustavo)
1424       - Add new APIs do add or disable log redirections (Muntyan, #323786)
1425       - "sub-sub-type" bug fixed (Gustavo)
1426       - Coverity report code fixes (Johan)
1427       - Support retrieving signal and property info from interfaces (Finlay)
1428       - Support parameters of type G_TYPE_GSTRING in signals (Gustavo)
1429       - Wrap a few g_filename_* APIs (Gustavo)
1430
1431 2.10.1 11-april-2006
1432       - uint64 property bug fix (Andy Wingo)
1433       - Hard code path to 2.0 (Gustavo)
1434       - Allow only tuples and lists in strv to value (Gustavo)
1435       - Include dsextras.py in the dist (Johan)
1436
1437 2.10.0 13-march-2006
1438       - enum/leak fix (Michael Smith)
1439
1440 2.9.0 16-january-2006
1441       - Signal accumulator support (Gustavo)
1442       - GObject doc string generation improvements (Gustavo)
1443       - Discover GInterfaces in runtime (Gustavo)
1444       - Warn if return value in iowatch callback is not bool (Gustavo)
1445       - Convert string arrays properly (Christopher Aillon)
1446
1447 2.8.0 9-january-2006
1448       - Initial release, split of from PyGTK.
1449       - Updates for Python 2.5's richcompare (Manish Yosh)
1450       - PyFlags bug fixes (Gustavo)
1451       - Fix leak in pygobject_new_with_interfaces (Johan)
1452       - Undeprecate gobject.type_register (Johan)