Release 2.28.7
[pygobject.git] / NEWS
blobd6cf2f5c9a7fa5144a4102b21e917bf662a2c7ce
1 2.28.7 13-Oct-2017
2         - Move property and signal creation into _class_init() (Martin Pitt)
3         - gio-types.defs: change some enums to flags (Ryan Lortie)
4         - Fix set_qdata warning on accessing NULL gobject property (Ivan Stankovic)
5         - Disable introspection support by default (Dieter Verfaillie)
6         - Don't install codegen for Python 3 (Arfrever Frehtes Taifersar Arahesis)
7         - Ship tests/te_ST@nouppera in release tarballs for tests to succeed (Martin Pitt)
8         - [gi] Port test_properties from static gio to GI Gio (Martin Pitt)
9         - [python3] fix build. PYcairo_IMPORT doesn't exists anymore (Ignacio Casal Quinteiro)
10         - [python3] Fix maketrans import (Martin Pitt)
11         - [gi-overrides] fix MessageBox so it correctly handles the type constructor param (John (J5) Palmieri)
12         - gdbus tests: Fix hang if test case fails (Martin Pitt)
13         - Fix crash in Gtk.TextIter overrides (Martin Pitt)
14         - correctly initialize the _gi_cairo_functions array to be zero filled (John (J5) Palmieri)
15         - [gtk-override] print warning if user imports Gtk 2.0 (John (J5) Palmieri)
16         - Add support for enums in gobject.property (Johan Dahlin)
18 2.28.6 11-Jun-2011
19         - closure: avoid double free crash (Ignacio Casal Quinteiro)
20         - [gi] backport of "GVariant has a GType" fe386a (John (J5) Palmieri)
21         - [gi] fixes to backport commit 6b5a65 - in older glib GVariants are still structs (John (J5) Palmieri)
22         - GVariantType is a boxed struct (Tomeu Vizoso)
23         - Use _gi.Struct to wrap fundamentals (Tomeu Vizoso)
24         - Added __eq__ method for Gdk.Color and Gdk.RGBA (Jason Siefken)
25         - Remove useless import (Ignacio Casal Quinteiro)
26         - Revert "[gi] Removed hack to avoid using GLib.Variant.new_variant." (Ignacio Casal Quinteiro)
27         - closure: Check the out arg is not null. Fixes bug #651812 (Ignacio Casal Quinteiro)
28         - Fix GC-related crash during PyGObject deallocation (Daniel Drake)
29         - Fix symbol names to be locale independent (Martin Pitt)
30         - Updated DOAP file (Sebastian Pölsterl)
32 2.28.4 18-Apr-2011
33         - Version bump to 2.24.4 (Sebastian Pölsterl)
34         - [gi] Don't create variant twice (Sebastian Pölsterl)
35         - pygi-convert.sh: Make sure the uppercase GObject module is imported instead of the lowercase (Sebastian Pölsterl)
36         - [gi] Removed hack to avoid using GLib.Variant.new_variant. (Sebastian Pölsterl)
37         - [gi] Added additional test case for GVariant handling (Sebastian Pölsterl)
38         - [gi] Added support for GVariant arguments (Sebastian Pölsterl)
39         - Fix ABI break in old static bindings. (Steve Frécinaux)
40         - fetch size from an enum type (Mike Gorse)
41         - dsextras.py: ensure eol characters are preserved when writing template files (so \n does not become \r\n) (Dieter Verfaillie)
43 2.28.3 23-Mar-2011
44         - fix a typo when converting objects to strings gvalues (John (J5) Palmieri)
46 2.28.2 22-Mar-2011
47         - fix static ABI for setting string gvalues from python objects (John (J
48         - Fix GSchema tests for separate build tree (Martin Pitt)
49         - GIO tests: Fix remaining test case for separate build tree (Martin Pit
50         - GIO tests: Fix for separate build tree (Martin Pitt)
52 2.28.1 21-Mar-2011
53         - pygi-convert.sh remove gobject tests, GObject works now (John Stowers)
54         - pygi-convert.sh add GObject.xxx and webkit (John Stowers)
55         - [gi] marshal raw closures (John (J5) Palmieri)
56         - Revert "Deduce PYTHON_LIBS in addition to PYTHON_INCLUDES" (Martin Pit
57         - setup.py: fix user_access_control option (Dieter Verfaillie)
58         - [gi-overrides] fix marshalling pygobjects in treemodels (John (J5) Pal
59         - [gi] Respect the MessageType for Gtk.MessageDialog (Martin Pitt)
60         - [gi] Do not require signature for D-BUS methods without arguments (Mar
61         - [gi-demos] add pickers demo (John (J5) Palmieri)
62         - [gi-demos] add menu demo (John (J5) Palmieri)
63         - [gi-overrides] TreeViewColumn.set_cell_data_func func_data can be None
64         - [gi-demos] dont try and run demos that represent directories (John Sto
65         - [gi-overrides] fix exception block so it works in Python 2.5 (John (J5
67 2.28.0 08-Mar-2011 (stable)
68         - [gi-demos] some python 3 compat fixes (John (J5) Palmieri)
69         - [gi-demos] catch the correct error class (John (J5) Palmieri)
70         - Try not to sink objects returned by C functions. (Steve Frécinaux)
71         - Do not leak python references when using the gobject.property() helper. (Steve Frécinaux)
72         - [gi] fix try except blocks so they work in Python 2.5 (John (J5) Palmieri)
73         - handle uchar as bytes, not strings in python 3 (John (J5) Palmieri)
74         - [gi-overrides] handle unichar gvalues when setting treemodels (John (J5) Palmieri)
75         - [gi-overrides] special case python 2 keywords that crept in (John (J5) Palmieri)
76         - check for the py3 _thread module in configure.ac if thread is not found (John (J5) Palmieri)
77         - [gi-demos] add iconview demo (John (J5) Palmieri)
78         - [gi] wrap the keyword argument in a dict so we don't break Python 2.5 (John (J5) Palmieri)
79         - [gi-demos] add the combobox with string ids section to the demos (John (J5) Palmieri)
80         - [gi-overrides] add an override for Gdk.RGBA (John (J5) Palmieri)
81         - [gi-demos] fix up search-entry to reflect annotations fixed in Gtk+ master (John (J5) Palmieri)
82         - [gi-demos] add search entry demo (John (J5) Palmieri)
83         - [gi] wrap map in a list for Python 3 compat (John (J5) Palmieri)
84         - [gi-demos] fix up the validation combobox (John (J5) Palmieri)
85         - add overridesdir variable in the .pc file for 3rd party overrides (John (J5) Palmieri)
86         - [gi] remove unref for closures since they are floating objects that get sunk (John (J5) Palmieri)
87         - setup.py: Set bdist_wininst user-access-control property (Dieter Verfaillie)
88         - Fix uninitialized variable in gi.require_version() (Martin Pitt)
89         - Run tests with LC_MESSAGES="C" (Martin Pitt)
90         - [gi-overrides] override Gtk.stock_lookup to not return success (John (J5) Palmieri)
92 2.27.91 28-Feb-2011 (2.28 pre-release)
93         - [gi-tests] use Gdk.test_simulate_button instead of emitting event ourselves (John (J5) Palmieri)
94         - [gi-tests] tests for EventButton override. (Laszlo Pandy)
95         - Skip interfaces when checking for conflicts in the MRO (Tomeu Vizoso)
96         - [gi-overrides] Add event methods to all event union members (John (J5) Palmieri)
97         - [gi] check to see if object is a member of a union when validating paramaters (John (J5) Palmieri)
98         - [gi] Remove DyanmicModule.load() to _load() to prevent overriding GI attrs. (Laszlo Pandy)
99         - Test case with John's fix for crash with C arrays and a GError is set. (Laszlo Pandy)
100         - [gi-overrides] fix setting rows in treeview to accept None as a value (John (J5) Palmieri)
101         - [gi] Add value_name for enum and flags from introspection "c:identifier" (if attr is available). (Laszlo Pandy)
102         - Don't force loading of DynamicModule until set in sys.modules (Laszlo Pandy)
103         - Fix flags with multiple names for the same value. (Laszlo Pandy)
104         - [gi-demos] add liststore demo (John (J5) Palmieri)
105         - [gi-demos] run through the demos and remove the FIXMEs that have been fixed (John (J5) Palmieri)
106         - Load typelibs at import time, add gi.require_version() (Tomeu Vizoso)
107         - use GValue support to marshal GtkTreeModel values correctly (John (J5) Palmieri)
108         - [gi] pass raw GValues instead of trying to marshal them (John (J5) Palmieri)
109         - [gi-demos] add icon view edit and drag-and-drop demo (John (J5) Palmieri)
110         - [gi] Register GType for non-GType enums and flags at runtime. (Laszlo Pandy)
111         - [gi-demos] add info bars demo (John (J5) Palmieri)
112         - tests/runtests.py: Add missing "import sys" (Martin Pitt)
113         - [gi] Add Pythonic gdbus method invocation (Martin Pitt)
114         - Skip GError out parameters in Python closure. (Laszlo Pandy)
115         - [gi-demos] added rotate text demo (John (J5) Palmieri)
116         - [gi-demos] add images demo (John (J5) Palmieri)
117         - [gi-demos] add pixbuf demo (John (J5) Palmieri)
118         - [gi-demos] remove fixmes from print demo, fixed in pango (John (J5) Palmieri)
119         - [gi-demos] add printing demo (John (J5) Palmieri)
120         - [gi-overrides] add cursor overrides (John (J5) Palmieri)
121         - [gi-demos] add the links demo (John (J5) Palmieri)
122         - [gi-demos] add expander demo (John (J5) Palmieri)
123         - [gi-overrides] use pop instead of del and add extra tests for Gtk.Table kwargs (John (J5) Palmieri)
124         - [tests] Separate processes for GI and static binding tests. (Laszlo Pandy)
125         - [GI] Remove implicit loading of gi module preserve the code path for static bindings. (Laszlo Pandy)
126         - [gi-demos] add dialogs demo (John (J5) Palmieri)
127         - [gi-overrides] fix typo in GtkTable constructor (John (J5) Palmieri)
128         - [gi-demos] keep popup menu from destroying itself by holding a ref in app class (John (J5) Palmieri)
129         - [gi-overrides] add a Gtk.Menu override for the popup method (John (J5) Palmieri)
130         - [gi-demos] fix the about dialog in appwindow demo (John (J5) Palmieri)
131         - [gi-demos] fix clipboard demo so DnD works (John (J5) Palmieri)
132         - [gi-demos] fix clipboard demo to reflect new API (John (J5) Palmieri)
133         - [gi-demo] Fix color dialog demo to run with new draw, style and color apis (John (J5) Palmieri)
134         - [gi-demos] fix most of the combobox app (John (J5) Palmieri)
135         - Use PyGI type conversion (to fix foreign types) for signal callbacks. (Laszlo Pandy)
136         - [gi-demos] fix drawingarea app to use the new draw api (John (J5) Palmieri)
137         - [gi-overrides] for Gtk 3 alias Gdk.Rectangle to cairo.RectangleInt (John (J5) Palmieri)
138         - [gi-overrides] let user set the proper property names in Gtk.Table (John (J5) Palmieri)
139         - [gi-demos] get appwindow demo working again (John (J5) Palmieri)
140         - [gi-demos] fixed use of tree_iter_get (John (J5) Palmieri)
142 2.27.90 11-Feb-2011 (2.28 pre-release)
143         - fix build to correctly use python-config (John (J5) Palmieri)
144         - Run gio tests separately when enabled (Martin Pitt)
145         - Revert "Remove gio static bindings" (Martin Pitt)
146         - Decrease the refcount for GInitiallyUnowned constructors. (Steve Frécinaux)
147         - Ensure the sink functions are only ran once. (Steve Frécinaux)
148         - Revert "Fix wrong refcount when calling introspected widget constructors" (Steve Frécinaux)
149         - Revert "Fix reference leaks for GInitiallyUnowned objects" (Steve Frécinaux)
150         - Run test suite under dbus-launch (Martin Pitt)
151         - Fix test_gdbus.py to be Python3 friendly (Martin Pitt)
152         - [gi] Provide comfortable GSettings API (Martin Pitt)
153         - Fix vfunc search bug when using GInterfaces and a do_* method. (Laszlo Pandy)
154         - [GI] Add tests for Gtk.Widget.drag_* methods. (Laszlo Pandy)
155         - [python 3] use the right syntaxis to raise exceptions (Ignacio Casal Quinteiro)
156         - [gi] return PYGLIB_MODULE_ERROR_RETURN on error and use pygobject_init (Ignacio Casal Quinteiro)
157         - [gi] return PYGLIB_MODULE_ERROR_RETURN on error (Ignacio Casal Quinteiro)
158         - Fix wrong refcount when calling introspected widget constructors (Steve Frécinaux)
159         - Gdk.Window: Map the standard constructor to the *new* constructor (Simon Schampijer)
160         - Ship tests/org.gnome.test.gschema.xml in dist tarballs (Martin Pitt)
161         - [gi] Add GSettings tests (Martin Pitt)
162         - [gi] Provide GtkTextBuffer.insert_with_tags_by_name() (Martin Pitt)
163         - [gi] Support tag names in GtkTextBuffer.insert_with_tags() (Martin Pitt)
164         - Add MAINTAINERCLEANFILES (Ignacio Casal Quinteiro)
165         - Remove .gitignore files and use git.mk (Ignacio Casal Quinteiro)
166         - pygi-convert.sh: Convert Pango.TabAlign.* (Martin Pitt)
167         - pygi-convert.sh: Drop window -> get_window() conversion (Martin Pitt)
168         - pygi-convert.sh: Don't convert self.window assignments (Martin Pitt)
169         - Fix leaked python reference in python-defined subclasses (Steve Frécinaux)
170         - Add some tests for the number of python refs held at creation time (Steve Frécinaux)
171         - Factor out parameter marshalling from construction functions. (Steve Frécinaux)
172         - [gi] in python 3 an array of uint8 can be bytes but not string (John (J5) Palmieri)
173         - [gi] fix Gio.FileEnumerator to reflect the Python 3 iter protocol (John (J5) Palmieri)
174         - [gi] python 3 fixes (John (J5) Palmieri)
175         - [gi] fix try/except blocks using depricated raise format (John (J5) Palmieri)
176         - [gi] Add docstring to GLib.Variant constructor (Martin Pitt)
177         - [gi] update gdbus test cases for previous GVariant change (Martin Pitt)
178         - [gi] Accept only a single object in GLib.Variant constructor (Martin Pitt)
179         - Speed up _setup_native_vfuncs() (Laszlo Pandy)
180         - Speed up class creation: rewrite _setup_vfuncs() to be much more efficient. (Laszlo Pandy)
181         - pygi-convert.sh: Convert gtk.UI_MANAGER_* (Sebastian Pölsterl)
182         - pygi-convert.sh: Convert gdk.GRAB_* (Sebastian Pölsterl)
183         - [gi] set the gtype GValue correctly (Ignacio Casal Quinteiro)
184         - [gi] use the right argument type for callback (Ignacio Casal Quinteiro)
185         - [gi] Add test cases for GDBus client operations (Martin Pitt)
186         - [gi] Add Variant construction/unpack support for boxed Variants (Martin Pitt)
187         - Merge branch 'windows-setup-fixes' (Dieter Verfaillie)
188         - pygi-convert.sh: GdkPixbuf methods (Thomas Hindoe Paaboel Andersen)
189         - pygi-convert.sh: Gdk.COLORSPACE_RGB (Thomas Hindoe Paaboel Andersen)
190         - [gi] Support nested objects and empty sequences in GLib.Variant building (Martin Pitt)
191         - Uncomment test_gi.TestInterfaceClash (Tomeu Vizoso)
192         - Fix reference leaks for GInitiallyUnowned objects (Steve Frécinaux)
193         - Add tests for refcount of a GObject owned by a library (Steve Frécinaux)
194         - Add a test to check for regular object reference count (Steve Frécinaux)
195         - [gi] Update TreeView.enable_model_drag_{source,dest} to current GTK (Martin Pitt)
196         - Fix a typo in a private symbol name. (Steve Frécinaux)
197         - pygi-convert.sh: Convert glib.source_remove() (Martin Pitt)
198         - Fix typo in previous commit to actually convert glib.GError (Martin Pitt)
199         - pygi-convert.sh: Move some glib bits which are better handled by gobject (Martin Pitt)
200         - Modify override for Gtk.Adjustment to allow position or keyword arguments in __init__(). (Laszlo Pandy)
201         - [gi] Fix small typo in previous commit (Martin Pitt)
202         - [gi] Add pythonic iterator and indexing for string GVariants (Martin Pitt)
203         - Construct structs using default API constructor (Tomeu Vizoso)
204         - pygi-convert.sh: Migrate Gdk.Cursor constructor, and some cursor names (Martin Pitt)
205         - pygi-convert.sh: Handle .window attributes (Martin Pitt)
206         - Also deal with foreign boxed structs (Tomeu Vizoso)
207         - [gi] Convert GErrors to GObject.GError exceptions, and throw them upon returning from calling the C function. (Laszlo Pandy)
208         - pygi-convert.sh: Don't convert glib -> GLib for now (Martin Pitt)
209         - Link libregress.so to GIO_LIBS again (Tomeu Vizoso)
210         - Fix attributes 2BUTTON_PRESS and 3BUTTON_PRESS of Gdk.EventType. (Laszlo Pandy)
211         - [gi] Fixed typo in exception (Sebastian Pölsterl)
212         - [gi] Enable handling of Gdk.EventType.2BUTTON_PRESS and 3BUTTON_PRESS (Sebastian Pölsterl)
213         - Revert "Fix Pango FontDescription override" (Martin Pitt)
214         - Python iterator interface support for GFileEnumerator. (Tony Young)
215         - Remove gio static bindings (Tomeu Vizoso)
216         - [gi] set length when marshalling guint8 erases (Ignacio Casal Quinteiro)
217         - Convert Gdk.Pixbuf to GdkPixbuf.Pixbuf (Sebastian Pölsterl)
218         - Disable calls to PyGILState_* when threads are disabled (Arnaud Charlet)
219         - pygi-convert.sh: Do not comment out set_cell_data_func() calls; these should be ported properly (Martin Pitt)
220         - pygi-convert.sh: Fix match for adding missing imports (Martin Pitt)
221         - pygi-convert.sh: Fix Gtk.Label handling to be idempotent (Martin Pitt)
222         - Remove trailing whitespace from gi/overrides/Gtk.py (Laszlo Pandy)
223         - Fix Pango FontDescription override (Martin Pitt)
224         - tests: Respect existing $GI_TYPELIB_PATH (Martin Pitt)
225         - Merge branch 'value' (Sebastian Pölsterl)
226         - GTK overrides: Do type conversion to column types of ListStore and TreeStore in set_value (Sebastian Pölsterl)
227         - Always register a new GType when a GObject class is subclassed (Steve Frécinaux)
228         - Raise required versions of GLib and GObject-Introspection (Simon van der Linden)
229         - pygi-convert.sh: Handle keysyms (Martin Pitt)
230         - GLib overrides: Add test case for array variant building (Martin Pitt)
231         - Remove cairo.RectangleInt from the foreign module (Tomeu Vizoso)
232         - Dont try to guess the transfer if its a boxed (Tomeu Vizoso)
233         - The tags can be Empty not None. (Ignacio Casal Quinteiro)
234         - Add Pythonic iterators and indexing to GVariant (Martin Pitt)
235         - Add GLib.Variant.unpack() (Martin Pitt)
236         - Add override for gtk_text_buffer_insert_with_tags (Ignacio Casal Quinteiro)
237         - Deduce PYTHON_LIBS in addition to PYTHON_INCLUDES (Simon van der Linden)
238         - Kill JD_CHECK_PYTHON_HEADERS (Simon van der Linden)
239         - Revert "Override Gtk.Box.pack_start and pack_end to set default values to be compliant with pygtk" (Sebastian Pölsterl)
240         - Revert "Override Gtk.CellLayout.pack_start and pack_end to add default values to be compliant with pygtk" (Sebastian Pölsterl)
241         - 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)
242         - pygi-convert.sh: Handle gtk.combo_box_new_text() (Martin Pitt)
243         - Override TreeSortable.set_sort_func and set_default_sort_func to add default values to be pygtk compliant (Sebastian Pölsterl)
244         - Override Gtk.TreeViewColumn.pack_start, pack_end and set_cell_data_func to add default values to be compliant with pygtk (Sebastian Pölsterl)
245         - Override Gtk.CellLayout.pack_start and pack_end to add default values to be compliant with pygtk (Sebastian Pölsterl)
246         - Override Gtk.Paned pack1 and pack2 to add default values to be compliant with pygtk (Sebastian Pölsterl)
247         - Override Gtk.Box.pack_start and pack_end to set default values to be compliant with pygtk (Sebastian Pölsterl)
248         - Handle GObject subclasses in the property helper. (Steve Frécinaux)
249         - Fix handling of unicode for GtkTreeModels (Martin Pitt)
250         - In IntrospectionModule and DynamicModule classes, make all instance attributes start with an underscore. (Laszlo Pandy)
251         - Amend previous enum wrapping commit to remove redundant setting of __info__ attribute. (Laszlo Pandy)
252         - pygi-convert.sh: Handle GdkPixbuf.InterpType (Martin Pitt)
253         - Fix wrapping of enums: Create new Python type for each non-gtype enum. (Laszlo Pandy)
254         - Use g_vfunc_info_invoke for chaining up in vfuncs (Tomeu Vizoso)
255         - Move pyglib_{main_context, option_context, option_group}_new into _PyGLib_API (Simon van der Linden)
256         - pygi-convert.sh: Handle Gdk.DragAction (Martin Pitt)
257         - pygi-convert.sh: Generalize Gtk.Settings migration (Martin Pitt)
258         - pygi-convert.sh: Don't change the name of "glib" submodules (Martin Pitt)
259         - Plug another memory leak (Paolo Borelli)
260         - Plug a small memory leak. (Paolo Borelli)
261         - Override Table.attach() to behave like pygtk (Paolo Borelli)
262         - pygi-convert.sh: Convert Pango.WrapMode (Martin Pitt)
263         - pygi-convert.sh: Don't change the name of "gtk" submodules (Martin Pitt)
264         - Fix the __dir__() methods on DynamicModule and IntrospectionModule (Laszlo Pandy)
265         - pygi-convert.sh: handle ReliefStyle (Paolo Borelli)
266         - setup.py: fix the provides keyword argument (Dieter Verfaillie)
267         - setup.py: use the same spaces-less format for all setup() parameters (Dieter Verfaillie)
268         - Add a __repr__() method to DynamicModule. (Laszlo Pandy)
269         - Go back to using getattr() in DynamicModule.__getattr__ (Tomeu Vizoso)
270         - Change __dir__() to report all the attributes that __getattr__ supports (Laszlo Pandy)
271         - Bump the minimum gio dependency (Emilio Pozuelo Monfort)
272         - Add test for incorrect attributes in Gdk.Event (Tomeu Vizoso)
273         - Don't call getattr again in gi.overrides.Gdk.Event.__getattr__ (Simon van der Linden)
274         - Release allocated array of arguments when handling closures (Mike Gorse)
275         - Release GIValueInfo when checking an enum argument (Mike Gorse)
276         - Respect different type lengths when assigning out-argument pointers. (Eitan Isaacson)
277         - Fix stupid name clash (Tomeu Vizoso)
278         - Add /usr/share to XDG_DATA_DIRS when running the tests (Tomeu Vizoso)
279         - Comment out tests that require SRV lookups (Tomeu Vizoso)
280         - Use suppresion file when running valgrind (Tomeu Vizoso)
281         - Fix warnings. (Ignacio Casal Quinteiro)
282         - Allow comparing Gtk.TreePath to None (Jesse van den Kieboom)
283         - handle unicode objects in properties (John (J5) Palmieri)
284         - dsextras.py: check if gcc is there when platform is win32 and compiler is mingw32 (Dieter Verfaillie)
285         - dsextras.py: be consistent in how distutils imports are done (Dieter Verfaillie)
286         - dsextras.py: add have_gcc() function (Dieter Verfaillie)
287         - dsextras.py: use distutils.spawn.find_executable for have_pkgconfig() (Dieter Verfaillie)
288         - setup.py: fix another case of use True/False instead of 1/0 (Dieter Verfaillie)
289         - pygi-convert.sh: improve GtkSourceView conversion (Paolo Borelli)
290         - pygi-convert.sh: Gtk.DialogFlags conversion (Paolo Borelli)
291         -       Doc Extractor: Print the gtk-doc blocks sorted by function name. (José Alburquerque)
292         - pygi-convert.sh: add more Gtk conversions and sort (Paolo Borelli)
293         - pygi-convert.sh: convert Atk (Paolo Borelli)
294         - pygi-convert.sh: convert a few more Gio types (Paolo Borelli)
295         - pygi-convert.sh: more GLib conversion (Paolo Borelli)
296         - pygi-convert.sh: remove two cases handled by overrides (Paolo Borelli)
297         - Override Gtk.ScrolledWindow constructor (Paolo Borelli)
298         - pygi-convert.sh: Fix 'find' syntax (Paolo Borelli)
299         - pygi-convert.sh: start handling Gio and GLib (Paolo Borelli)
300         - pygi-convert.sh: convert Gdk.ScrollDirection. (Paolo Borelli)
301         - Override Pango.Layout constructor. (Paolo Borelli)
302         - Remove Pango.FontDescription() conversion. (Paolo Borelli)
303         - Override GtkAction and GtkRadioAction constructors. (Paolo Borelli)
304         - Override Adjustment constructor to behave like pygtk (Dmitrijs Ledkovs)
305         - add secondary_text apis to MessageDialog (John (J5) Palmieri)
306         - [gi] get rid of some debug prints and fix error messages (John (J5) Palmieri)
307         - Fix demo for override changes. (Paolo Borelli)
308         - Override Pango.FontDescription. (Paolo Borelli)
309         - Stop checking that all vfuncs are implemented (Tomeu Vizoso)
310         - Fix usage of TreeIter api that is now an override. (Paolo Borelli)
311         - Fix Gtk.Label(label="Foo") (Paolo Borelli)
312         - Fix typo when raising an exception (Paolo Borelli)
313         - pygi-convert.sh: Added more conversions (Sebastian Pölsterl)
314         - Override LinkButton constructor to make 'uri' mandatory (Paolo Borelli)
315         - Container should be iterable. (Dmitry Morozov)
316         - No need to import Gdk (Paolo Borelli)
317         - Remove semicolumns (Paolo Borelli)
318         - [gi] make sure Gtk.Button override passes all keywords to parent constructor (John (J5) Palmieri)
319         - Fix cut&paste error in the Label override (Paolo Borelli)
320         - pygi-convert.sh: handle TextWindowType (Paolo Borelli)
321         - Override Label constructor to behave like pygtk (Paolo Borelli)
322         - Override GtkTable constructor to behave like pygtk (Paolo Borelli)
323         - pygi-convert.sh: convert MovementStep (Paolo Borelli)
324         - Update Gdk overrides to work with latest Gtk+ 3 (Paolo Borelli)
325         - Gtk: add an override for Gtk.main_quit (Johan Dahlin)
326         - [gi] handle subtypes when inserting into tree models (John (J5) Palmieri)
327         - Override TreeSelection.select_path and TreeView.scroll_to_cell (Paolo Borelli)
328         - Override TreePath.__new__ (Paolo Borelli)
329         - Override Container to behave like a sequence (Paolo Borelli)
330         - refactor Jonathan Matthew recurse vfunc patch so it applys and clean up a bit (John (J5) Palmieri)
331         - Recurse up through base classes when setting up vfuncs (Jonathan Matthew)
332         - add a profiling torture test for when we fix up invoke (John (J5) Palmieri)
333         - moved dynamic and base modules outside of gtk-2.0 directory (John (J5) Palmieri)
334         - add test for inout argument count (John (J5) Palmieri)
335         - [gi] add check for UNICHAR (John (J5) Palmieri)
336         - Support gunichar (Paolo Borelli)
337         - pygi-convert.sh: gtk.accel_map -> Gtk.AccelMap._ (Paolo Borelli)
338         - pygi-convert.sh: handle "from gtk import gdk" (Paolo Borelli)
339         - pygi-convert.sh: add some Pango special cases (Paolo Borelli)
340         - Override TextIter (begins|ends|toggles)_tag() (Paolo Borelli)
341         - Override TextBuffer.set_text() to make length optional (Paolo Borelli)
342         - Override TextBuffer.create_mark() (Paolo Borelli)
343         - Fix TextBuffer.get_selection_bounds() override (Paolo Borelli)
344         - [gi] fix ActionGroup constructor to allow other keyword properties to be set (John (J5) Palmieri)
345         - [gi] require the name parameter when creatin a Gtk.ActionGroup (John (J5) Palmieri)
346         - Override UIManager.insert_action_group (Paolo Borelli)
347         - Override TreeModel.get() to return a tuple (Paolo Borelli)
348         - Make TreeSelection.get_selected_rows compatible with PyGtk (Paolo Borelli)
349         - [gi] switch to using sequences/tuples when marshalling cairo_rectangle_int_t (John (J5) Palmieri)
350         - [gi] overrides for treeview Drag and Drop (John (J5) Palmieri)
351         - [gi] when encountering guint8 arrays treat them as byte arrays (John (J5) Palmieri)
352         - pygi-convert.sh: Add pynotify -> Notify (Martin Pitt)
353         - pygi-convert.sh: Remove sugar specifics, and allow command line file list (Martin Pitt)
354         - pygi-convert.sh: Cover Message and Buttons types (Martin Pitt)
355         - [gi] fix actiongroup test since actions are hashed (John (J5) Palmieri)
356         - [gi] when converting to UTF-8 accept Python Unicode objects as input (Python 2) (John (J5) Palmieri)
357         - Correct a bug in the freeing of memory in pygi-invoke.c. (Damien Caliste)
358         - update news for release (John (J5) Palmieri)
359         - Implement richcompare for GIBaseInfo (Jonathan Matthew)
360         - [gi] add the rectangle_int_t forign cairo type (John (J5) Palmieri)
361         - add a foreign type for cairo_rectangle_int_t and allow it to be caller-allocated (John (J5) Palmieri)
362         - [gi] add overrides to Gtk.Editable (John (J5) Palmieri)
363         - [gi] handle virtual invokers (John (J5) Palmieri)
364         - add overrides for the insert* apis of list_store and tree_store (John (J5) Palmieri)
365         - fix dialogs overrides which were relying on broken inheritance behavior (John (J5) Palmieri)
366         - Add a overrides registry so we can refrence overrides inside the module (John (J5) Palmieri)
367         - Merge remote branch 'dieterv/setup-fixes-for-merge' (John Stowers)
368         - setup.py: ease maintenance burden for tests installation (Dieter Verfaillie)
369         - fix inheritence issues in overrides (John (J5) Palmieri)
370         - tests: add runtests-windows.py script (Dieter Verfaillie)
371         - 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)
372         - pygobject_postinstall.py: remove shortcut creation (Dieter Verfaillie)
373         - setup.py: formatting cleanup, makes things readable (Dieter Verfaillie)
374         - setup.py: build and install tests (Dieter Verfaillie)
375         - setup.py: install documentation when available on build system (Dieter Verfaillie)
376         - setup.py: install pygobject-codegen script (Dieter Verfaillie)
377         - setup.py: install fixxref.py script (Dieter Verfaillie)
378         - setup.py: rearrange constants (Dieter Verfaillie)
379         - setup.py: check python version and pkgconig availability before anything else (Dieter Verfaillie)
380         - setup.py: simplify sys.platform != 'win32' detection and error reporting (Dieter Verfaillie)
381         - setup.py: rearrange imports (Dieter Verfaillie)
382         - README.win32: update build instructions (Dieter Verfaillie)
383         - dsextras.py: formatting cleanup, makes things readable (Dieter Verfaillie)
384         - dsextras.py: add ggc4 to MSVC compatible struct packing comment (Dieter Verfaillie)
385         - dsextras.py: use the pkgc_ functions instead of repeating pgk-config incantations all over the place (Dieter Verfaillie)
386         - dsextras.py: add pkgc_get_version and pkgc_get_defs_dir functions (Dieter Verfaillie)
387         - dsextras.py: PEP8: Comparisons to singletons like None should always be done with 'is' or 'is not', never the equality operators. (Dieter Verfaillie)
388         - dsextras.py: use True/False instead of 1/0 (Dieter Verfaillie)
389         - dsextras.py: rearrange imports (Dieter Verfaillie)
390         - Add distutils generated build/dist directories and eclipse configuration files to .gitignore (Dieter Verfaillie)
391         - [gi] add tests for calling dir on a dynamic module (John (J5) Palmieri)
392         - [gi] dir() now works for modules (Deepankar Sharma)
393         - Don't check the inner type when comparing gpointers (Simón Pena)
394         - Release GIL when calling into C functions (John (J5) Palmieri)
395         - _gi.Repository : Implement missing info bindings. (José Aliste)
396         - include Python.h so that PY_VERSION_HEX gets defined (John (J5) Palmieri)
397         - [gi] make overrides work for python 3.x protocols and alias for python 2.x (John (J5) Palmieri)
398         - Override Gtk.Widget.translate_coordinates to not return success value (Sebastian Pölsterl)
399         - Override Gtk.TreeViewColumn.cell_get_position to not return success value (Sebastian Pölsterl)
400         - Override get_path_at_pos and get_dest_row_at_pos of Gtk.TreeView to not return success value (Sebastian Pölsterl)
401         - Override Gtk.TreeSortable.get_sort_column_id to not return success value (Sebastian Pölsterl)
402         - Override forward_search and backward_search of Gtk.TextIter to not return success value (Sebastian Pölsterl)
403         - Override Gtk.TextBuffer.get_selection_bounds to not return success value (Sebastian Pölsterl)
404         - Override Gtk.RecentInfo.get_application_info to not return success value (Sebastian Pölsterl)
405         - Override Gtk.IMContext.get_surrounding to not return success value (Sebastian Pölsterl)
406         - Override get_item_at_pos, get_visible_range, get_dest_item_at_pos of Gtk.IconView to not return success value (Sebastian Pölsterl)
407         - Override Gtk.Container.get_focus_chain to not return success value (Sebastian Pölsterl)
408         - Override Gtk.ComboBox.get_active_iter to not return success value (Sebastian Pölsterl)
409         - [gi] make parameter check less strict when dealing with GValue params (John (J5) Palmieri)
410         - Shortcut removal is not needed on post-uninstall (John Stowers)
411         - Disable shortcut creation in windows installer (John Stowers)
412         - overrides for all subclasses of dialog (John (J5) Palmieri)
413         - Make TreeModel behave like in GTK-2.x (Sebastian Pölsterl)
414         - Correctly build GIO on windows (John Stowers)
415         - Require Python >= 2.6.0 for Windows build (John Stowers)
416         - Fix depreciation warning in dsextras.py (John Stowers)
417         - Fix build on windows (John Stowers)
418         - Support for GCC4 in Windows distutils build - bug 626548 (Michael Culbertson)
419         - Remove obsolete comments in dsextras.py (John Stowers)
420         - Broken dsextras.py pkg-config check error message (John Stowers)
421         - add compat functions for the deprecated PyCObject api (John (J5) Palmieri)
422         - Add __path__ attributes. (Damien Caliste)
423         - Override Gtk.TreeSelection.get_selected to not return success value. (Sebastian Pölsterl)
424         - Make row optional in Gtk.TreeStore/ListStore.append override (Vincent Untz)
425         - Revert "add compat functions for the deprecated PyCObject api" (John (J5) Palmieri)
426         - return NULL instead of -1 which fixes crash when introspection is turned off (John (J5) Palmieri)
427         - add compat functions for the deprecated PyCObject api (John (J5) Palmieri)
428         - fix commit 7fe83108 which didn't use the compat functions for string handling (John (J5) Palmieri)
429         - Python 3 fixes for dsextras and the python.m4 distribution files (John (J5) Palmieri)
431 2.27.0 10-Nov-2010
432         - Implement richcompare for GIBaseInfo (Jonathan Matthew)
433         - [gi] add the rectangle_int_t forign cairo type (John (J5) Palmieri)
434         - add a foreign type for cairo_rectangle_int_t and allow it to be caller-allocated (John (J5) Palmieri)
435         - [gi] add overrides to Gtk.Editable (John (J5) Palmieri)
436         - [gi] handle virtual invokers (John (J5) Palmieri)
437         - add overrides for the insert* apis of list_store and tree_store (John (J5) Palmieri)
438         - fix dialogs overrides which were relying on broken inheritance behavior (John (J5) Palmieri)
439         - Add a overrides registry so we can refrence overrides inside the module (John (J5) Palmieri)
440         - Merge remote branch 'dieterv/setup-fixes-for-merge' (John Stowers)
441         - setup.py: ease maintenance burden for tests installation (Dieter Verfaillie)
442         - fix inheritence issues in overrides (John (J5) Palmieri)
443         - tests: add runtests-windows.py script (Dieter Verfaillie)
444         - 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)
445         - pygobject_postinstall.py: remove shortcut creation (Dieter Verfaillie)
446         - setup.py: formatting cleanup, makes things readable (Dieter Verfaillie)
447         - setup.py: build and install tests (Dieter Verfaillie)
448         - setup.py: install documentation when available on build system (Dieter Verfaillie)
449         - setup.py: install pygobject-codegen script (Dieter Verfaillie)
450         - setup.py: install fixxref.py script (Dieter Verfaillie)
451         - setup.py: rearrange constants (Dieter Verfaillie)
452         - setup.py: check python version and pkgconig availability before anything else (Dieter Verfaillie)
453         - setup.py: simplify sys.platform != 'win32' detection and error reporting (Dieter Verfaillie)
454         - setup.py: rearrange imports (Dieter Verfaillie)
455         - README.win32: update build instructions (Dieter Verfaillie)
456         - dsextras.py: formatting cleanup, makes things readable (Dieter Verfaillie)
457         - dsextras.py: add ggc4 to MSVC compatible struct packing comment (Dieter Verfaillie)
458         - dsextras.py: use the pkgc_ functions instead of repeating pgk-config incantations all over the place (Dieter Verfaillie)
459         - dsextras.py: add pkgc_get_version and pkgc_get_defs_dir functions (Dieter Verfaillie)
460         - dsextras.py: PEP8: Comparisons to singletons like None should always be done with 'is' or 'is not', never the equality operators. (Dieter Verfaillie)
461         - dsextras.py: use True/False instead of 1/0 (Dieter Verfaillie)
462         - dsextras.py: rearrange imports (Dieter Verfaillie)
463         - Add distutils generated build/dist directories and eclipse configuration files to .gitignore (Dieter Verfaillie)
464         - [gi] add tests for calling dir on a dynamic module (John (J5) Palmieri)
465         - [gi] dir() now works for modules (Deepankar Sharma)
466         - Don't check the inner type when comparing gpointers (Simón Pena)
467         - Release GIL when calling into C functions (John (J5) Palmieri)
468         - _gi.Repository : Implement missing info bindings. (José Aliste)
469         - include Python.h so that PY_VERSION_HEX gets defined (John (J5) Palmieri)
470         - [gi] make overrides work for python 3.x protocols and alias for python 2.x (John (J5) Palmieri)
471         - Override Gtk.Widget.translate_coordinates to not return success value (Sebastian Pölsterl)
472         - Override Gtk.TreeViewColumn.cell_get_position to not return success value (Sebastian Pölsterl)
473         - Override get_path_at_pos and get_dest_row_at_pos of Gtk.TreeView to not return success value (Sebastian Pölsterl)
474         - Override Gtk.TreeSortable.get_sort_column_id to not return success value (Sebastian Pölsterl)
475         - Override forward_search and backward_search of Gtk.TextIter to not return success value (Sebastian Pölsterl)
476         - Override Gtk.TextBuffer.get_selection_bounds to not return success value (Sebastian Pölsterl)
477         - Override Gtk.RecentInfo.get_application_info to not return success value (Sebastian Pölsterl)
478         - Override Gtk.IMContext.get_surrounding to not return success value (Sebastian Pölsterl)
479         - Override get_item_at_pos, get_visible_range, get_dest_item_at_pos of Gtk.IconView to not return success value (Sebastian Pölsterl)
480         - Override Gtk.Container.get_focus_chain to not return success value (Sebastian Pölsterl)
481         - Override Gtk.ComboBox.get_active_iter to not return success value (Sebastian Pölsterl)
482         - [gi] make parameter check less strict when dealing with GValue params (John (J5) Palmieri)
483         - Shortcut removal is not needed on post-uninstall (John Stowers)
484         - Disable shortcut creation in windows installer (John Stowers)
485         - overrides for all subclasses of dialog (John (J5) Palmieri)
486         - Make TreeModel behave like in GTK-2.x (Sebastian Pölsterl)
487         - Correctly build GIO on windows (John Stowers)
488         - Require Python >= 2.6.0 for Windows build (John Stowers)
489         - Fix depreciation warning in dsextras.py (John Stowers)
490         - Fix build on windows (John Stowers)
491         - Support for GCC4 in Windows distutils build - bug 626548 (Michael Culbertson)
492         - Remove obsolete comments in dsextras.py (John Stowers)
493         - Broken dsextras.py pkg-config check error message (John Stowers)
494         - add compat functions for the deprecated PyCObject api (John (J5) Palmieri)
495         - Add __path__ attributes. (Damien Caliste)
496         - Override Gtk.TreeSelection.get_selected to not return success value. (Sebastian Pölsterl)
497         - Make row optional in Gtk.TreeStore/ListStore.append override (Vincent Untz)
498         - Revert "add compat functions for the deprecated PyCObject api" (John (J5) Palmieri)
499         - return NULL instead of -1 which fixes crash when introspection is turned off (John (J5) Palmieri)
500         - add compat functions for the deprecated PyCObject api (John (J5) Palmieri)
501         - fix commit 7fe83108 which didn't use the compat functions for string handling (John (J5) Palmieri)
502         - Python 3 fixes for dsextras and the python.m4 distribution files (John (J5) Palmieri)
504 2.26.0 24-Sep-2010
505         - Wrap g_get_system_{config,data}_dirs () (John Strowers)
506         - fixed make check and make dist (John (J5) Palmieri)
507         - Disable GI tests when introspection disabled (John Stowers)
508         - Wrap g_uri_list_extract_uris. Fixes bug #584431 (Tomeu Vizoso)
509         - Fix a few uses of TRUE and FALSE in the docs (Paul Bolle)
510         - pygi: always free the invocation_state struct (Damien Caliste)
511         - Start implementing something equivalent to g_variant_new (Tomeu Vizoso)
512         - fixed typo - missing comma in glib.option module (John (J5) Palmieri)
513         - add checks so we can compile under python 3 by setting PYTHON=python3 (John (J5) Palmieri)
514         - Rename static methods as functions (Tomeu Vizoso)
515         - fix a couple of compiler warnings (John (J5) Palmieri)
516         - remove unused code (John (J5) Palmieri)
517         - Check the type of the instance object (John (J5) Palmieri)
518         - include the correct pycairo version (John (J5) Palmieri)
519         - Use PyMapping_Keys to determine if an object is a dict (py3k fix) (John (J5) Palmieri)
520         - fix handling of UINT64 and INT64 arguments in py3k (John (J5) Palmieri)
521         - properly handle ulongs properties in py3k (John (J5) Palmieri)
522         - Specify encoding of tests/test_gi.py (Tomeu Vizoso)
523         - use actual unicode in the tests on py3k, not the byte representation (John (J5) Palmieri)
524         - s/METH_KEYWORDS/METH_VARARGS|METH_KEYWORDS/ when defining object methods (John (J5) Palmieri)
525         - fix subclassing PyLong by calling __new__ correctly (John (J5) Palmieri)
526         - minor py3k fixups for python modules (John (J5) Palmieri)
527         - minor fixes in tests for py3k compat (John (J5) Palmieri)
528         - compilation: Fix syntax error (Colin Walters)
529         - Add missing file (Tomeu Vizoso)
530         - Add override for GLib.Variant.new_tuple (Tomeu Vizoso)
531         - fix for changes in the gi test libraries (John (J5) Palmieri)
532         - Gtk.DialogFlags.NO_SEPARATOR has been removed in Gtk 3.0 (John (J5) Palmieri)
533         - no need to offset arg positions when is_method is true (John (J5) Palmieri)
534         - gi: Add support for more property types (Tomeu Vizoso)
535         - use PyObject_SetAttrString, not PyDict_SetItemString when setting __gtype__ (John (J5) Palmieri)
536         - Rename GArgument to GIArgument (Tomeu Vizoso)
537         - fix up tests so they run in py3k (John (J5) Palmieri)
538         - tests: Port to new introspection tests (Colin Walters)
539         - we need to specify tp_hash since we overide tp_richcompare (John (J5) Palmieri)
540         - working enum/flags/pid subclasses of long (John Ehresman)
541         - make vfuncs work in py3k (John (J5) Palmieri)
542         - make cairo module compile in py3k (John (J5) Palmieri)
543         - fix exceptions so they work in python 3.x (John (J5) Palmieri)
544         - make the gi module compile under 3.x (John (J5) Palmieri)
545         - fix up testshelper module so it compiles in python 3.x (John (J5) Palmieri)
546         - convert to using PYGLIB_DEFINE_TYPE for module objects (John (J5) Palmieri)
547         - some more p3k PyString and PyInt eradication in GI (John (J5) Palmieri)
548         - pyglib: Fix typo (Leo Singer) (Tomeu Vizoso)
549         - Add defines for size_t and ssize_t conversion functions (Gustavo Noronha Silva)
550         - pyglib: Fix a compiler warning (Colin Walters)
551         - Don't force gtk 2.0 (Tomeu Vizoso)
552         - Fix some ref leaks in hook_up_vfunc_implementation() (Steve Frécinaux)
553         - handle strings correctly in gio (John (J5) Palmieri)
554         - make giomodule compile under py3k (John (J5) Palmieri)
555         - for py3k we need to do some more processing to get bytes from a unicode string (John (J5) Palmieri)
556         - use Bytes instead of Unicode when reading io (John (J5) Palmieri)
557         - prefix compat macros with PYGLIB (John (J5) Palmieri)
558         - Gtk.Button unit tests (John (J5) Palmieri)
559         - [Gtk] Add overrides for Button (Johan Dahlin)
560         - Make Cairo an optional dependency (Simon van der Linden)
561         - Don't import again PyGObject (John Ralls) (Tomeu Vizoso)
562         - move to using richcompare slot instead of compare (John (J5) Palmieri)
563         - Replace autogen.sh by a newer version (Simon van der Linden)
564         - Fix some warnings (Simon van der Linden)
565         - Fix caller-allocates emergency free. (Simon van der Linden)
566         - Remove useless checks. (Simon van der Linden)
567         - Call valgrind with G_SLICE=always-malloc G_DEBUG=gc-friendly (Tomeu Vizoso)
568         - Fix some warnings. (Ignacio Casal Quinteiro)
569         - Add myself as a maintainer (Simon van der Linden)
570         - Properly allocate boxed structs that are (caller-allocates) (Tomeu Vizoso)
571         - override gdk.Event to return attribute from the proper event object (Toms Baugis)
572         - check if z# needs an int or Py_ssize_t (John (J5) Palmieri)
573         - make sure we parse parameters to python object vars not glib vars (John (J5) Palmieri)
574         - Make an example and a demo work out of the box (Paul Bolle)
575         - make sure caller allocated structs are freed when they go out of scope (John (J5) Palmieri)
576         - Revert "override gdk.Event to return attribute from the proper event object." (Tomeu Vizoso)
577         - PyGI: properly quit cairo-demo (Paul Bolle)
578         - override gdk.Event to return attribute from the proper event object. (Toms Baugis)
579         - Clean and improve the test infrastructure (Simon van der Linden)
580         - Add some more transformations to pygi-convert.sh (Tomeu Vizoso)
581         - Adapt to API changes: g_irepository_enumerate_versions (Tomeu Vizoso)
582         - Add GValue<->GArgument marshalling for some more types (Tomeu Vizoso)
583         - Chain up with the non-introspection implementation for properties if needed (Tomeu Vizoso)
584         - Improve error reporting for missing attributes in introspection modules (Tomeu Vizoso)
585         - Implement getting and setting properties using introspection information. (Tomeu Vizoso)
586         - Readd Gdk.Rectangle override for Gtk-2.0 (Tomeu Vizoso)
587         - Allow specifying a version when loading a typelib (Tomeu Vizoso)
588         - treat GFreeFunc as equivalent to GDestroyNotify when scanning callbacks (Jonathan Matthew)
589         - Don't use == to compare doubles, use <= and =>. (Simon van der Linden)
590         - Allow passing ints as enum args (Tomeu Vizoso)
591         - Make error message less ambiguous (Tomeu Vizoso)
592         - fix passing in type names as a GType and add gtype unit tests (John (J5) Palmieri)
593         - Increase a bit verbosity of tests so people know which test failed (Tomeu Vizoso)
594         - Actually add the files for GVariant foreign structs (Tomeu Vizoso)
595         - Add foreign struct support for GVariant (Tomeu Vizoso)
597 2.21.5 12-Jul-2010
598         - Shut up some compiler warnings (Florian Müllner)
599         - Adjust to API break in GObject-Introspection (Florian Müllner)
600         - pass in the demo app so demos can use utility methods like requesting file paths (John (J5) Palmieri)
601         - demo fixes to keep up with Gtk+ (John (J5) Palmieri)
602         - override test fixes for new GTK+ annotations (John (J5) Palmieri)
603         - Fix warning. (Ignacio Casal Quinteiro)
604         - fix up treeiter usage due to caller-allocates annotations in gtk+ (John (J5) Palmieri)
605         - add entry completion demo (John (J5) Palmieri)
606         - string changes (John (J5) Palmieri)
607         - add the Entry demo directory and the entry_buffer demo (John (J5) Palmieri)
608         - fix loading of demo modules to support sub modules (John (J5) Palmieri)
609         - add the ability to have demos in sub catagories (John (J5) Palmieri)
610         - Add  __name__ to DynamicModule class. (Jose Aliste)
611         - Do not override GdkRectangle. (Ignacio Casal Quinteiro)
612         - Add override for TreeModel implementing __len__() (Philip Withnall)
614 2.21.4 29-Jun-2010
615         - Build the cairo shim as a python module so the _gi module stops linking to it (Tomeu Vizoso)
616         - add drawing area demo (John (J5) Palmieri)
617         - sort the demo list (John (J5) Palmieri)
618         - rename iter to treeiter so we aren't using a python reserved word (John (J5) Palmieri)
619         - Fixup for change in buffer API (John (J5) Palmieri)
620         - add ListStore, TreeStore and TreeViewColumn APIs (John (J5) Palmieri)
621         - Add unit test for add_actions user data. (Ignacio Casal Quinteiro)
622         - Pass user_data param when adding actions (Paolo Borelli)
623         - add an exception type to the try/except block (John (J5) Palmieri)
624         - return PyList instead of PyTuple for array, return empty list for NULL arrays (John (J5) Palmieri)
625         - Fix 'make distcheck' (Tomeu Vizoso)
626         - Allow building pygobject without introspection support by providing --disable-introspection to configure. (Tomeu Vizoso)
627         - Make sure that sys.argv is a list and not a sequence. (Tomeu Vizoso)
628         - Force loading the GObject typelib so we have available the wrappers for base classes such as GInitiallyUnowned. (Tomeu Vizoso)
629         - we shouldn't g_array_free NULL pointers (John (J5) Palmieri)
630         - remove unneeded TextIter creation in the tests (John (J5) Palmieri)
631         - add override for TextBuffer (John (J5) Palmieri)
632         - fix up some build issues (John (J5) Palmieri)
633         - make the overrides file git friendly by appending to __all__ after each override (John (J5) Palmieri)
634         - Override Dialog constructor and add_buttons method (Paolo Borelli)
635         - Merge PyGI (Johan Dahlin)
637 2.21.3 21-Jun-2010
638         - Proper handling of null-ok in virtual methods (Ludovic L'Hours)
639         - Fall back to use the floating references API in glib if there isn't a sinkfunc defined. (Tomeu Vizoso)
640         - Revert "Drop sinkfuncs." (Tomeu Vizoso)
641         - [giounix] Make it possible to compile on glib 2.20 (Johan Dahlin)
642         - Release the lock when potentially invoking Python code. (Sjoerd Simons)
644 2.21.2 10-Jun-2010
645         - Drop sinkfuncs. (Tomeu Vizoso)
646         - Clear error if we failed the import (Colin Walters)
647         - Added missing , to keyword list of gio.GFile.set_attribute (John Ehresman)
648         - Fix arg conversion in gio.GFile.set_attribute (John Ehresman)
649         - Set constants under python 2.5 or before (John Ehresman)
650         - Doc Extractor: Use replacements that make sense for &...; expressions. (José Alburquerque)
651         - Add build docs for windows (John Stowers)
652         - Setup.py cosmetic tidy (John Stowers)
653         - Fix crash when importing gio (John Stowers)
654         - Bug 589671 - Dont use generate-constants (John Stowers)
655         - Bug 589671 - Fix setup.py for windows build (John Stowers)
656         - Include pygsource.h (John Stowers)
657         - codegen/docextract_to_xml.py: One more &...; replacement (&nbsp;). (José Alburquerque)
658         - codegen/docextract_to_xml.py: Replace some &..; that cause errors. (José Alburquerque)
659         - codegen/docextract_to_xml.py: Handle C++ multi-line comments. (José Alburquerque)
660         - codegen/docextract.py: Stop final section processing on first match. (José Alburquerque)
661         - Update doc extraction tool to handle GObjectIntrospection annotations. (José Alburquerque)
662         - Docs: replace gio.IO_ERROR_* with gio.ERROR_* (Paul Bolle)
663         - Bug 613341 - pygobject tests seem to require pygtk causing a circular (Gian Mario)
664         - Don't raise an error in _pygi_import if pygi support is disabled (Simon van der Linden)
665         - Initialize PyGPollFD_Type.fd_obj to NULL (Tomeu Vizoso)
666         - Bug 605937 - pygobject: Makefile.am sets $TMPDIR, disrupting distcc (Gian Mario)
667         - Wrap gio.Cancellable.make_pollfd() and add a test (Gian Mario)
668         - Make cancellable an optional parameter in many methods (Gian Mario)
670 2.21.1 02-Jan-2010
671         - Wrap gio.Volume.eject_with_operation (Gian Mario)
672         - Wrap gio.Mount.eject_with_operation (Gian Mario)
673         - Wrap gio.Mount.unmount_mountable_with_operation (Gian Mario)
674         - Wrap File.unmount_mountable_with_operation (Gian Mario)
675         - Wrap gio.File.stop_mountable (Gian Mario)
676         - Wrap gio.File.start_mountable (Gian Mario)
677         - Wrap gio.File.replace_readwrite_async (Gian Mario)
678         - Wrap gio.File.poll_mountable (Gian Mario)
679         - Wrap gio.File.open_readwrite_async (Gian Mario)
680         - Wrap gio.File.eject_mountable_with_operation (Gian Mario)
681         - Wrap gio.File.create_readwrite_async (Gian Mario)
682         - Wrap gio.Drive.stop (Gian Mario)
683         - Wrap gio.Drive.start (Gian Mario)
684         - Wrap gio.SocketListener.accept_socket_async|finish (Gian Mario)
685         - Wrap gio.SocketListener.accept_finish (Gian Mario)
686         - Wrap gio.SocketListener.accept_async (Gian Mario)
687         - Wrap gio.SocketListener.accept_socket (Gian Mario)
688         - Wrap gio.SocketListener.accept (Gian Mario)
689         - Make cancellable optional in gio.SocketClient.connect_to_host
690           (Gian Mario)
691         - Wrap gio.SocketListener.add_address (Gian Mario)
692         - Wrap gio.SocketClient.connect_to_service_async (Gian Mario)
693         - Wrap gio.SocketClient.connect_to_host_async (Gian Mario)
694         - Wrap gio.SocketClient.connect_async (Gian Mario)
695         - Wrap gio.SocketAddressEnumerator.next_async (Gian Mario)
696         - Add a missing object gio.InetSocketAddress new in GIO 2.22
697           (Gian Mario)
698         - Make cancellable optional for gio.SocketAddressEnumerator.next
699           (Gian Mario)
700         - Wrap gio.Socket.condition_wait (Gian Mario)
701         - Wrap gio.Socket.condition_check (Gian Mario)
702         - Wrap gio.Resolver.lookup_service_finish (Gian Mario)
703         - Wrap gio.Resolver.lookup_service_async (Gian Mario)
704         - Wrap gio.Resolver.lookup_service (Gian Mario)
705         - Wrap gio.Resolver.lookup_by_address_async (Gian Mario)
706         - Wrap gio.Resolver.lookup_by_name_finish (Gian Mario)
707         - Wrap gio.Drive.eject_with_data (Gian Mario)
708         - Deprecate old gio.Drive methods (Gian Mario)
709         - Wrap gio.Resolver.lookup_by_name (Gian Mario)
710         - Make cancellable optional in gio.Resolver.lookup_by_address
711           (Gian Mario)
712         - Strip g_ prefix for many other functions (Gian Mario)
713         - Strip g_ prefix from InetAddress functions (Gian Mario)
714         - Fix function name gio.resolver_get_default (Gian Mario)
715         - Wrap gio.FileIOStream.query_info_async (Gian Mario)
716         - Register enums and flags in PyGI if needed (Tomeu Vizoso, #603534)
717         - Wrap gio.IOStream.close_async (Gian Mario)
718         - Make cancellable optional in GFile.create_readwrite (Gian Mario)
719         - Remove a duplicate entry in gio.defs (Gian Mario)
720         - Wrap gio.FileInfo.set_modification_time (Gian Mario)
721         - Wrap gio.EmblemedIcon.get_emblems (Gian Mario)
722         - Update Enums and Flags with new API (Gian Mario)
723         - Fix handling of uchar in pyg_value_from_pyobject (Bastian Winkler)
725 2.21.0 18-dec-2009
726         - pygmainloop: fix use of PySignal_WakeUpFD API for nested loops
727           (Philippe Normad, #481569)
728         - Add capabilities to import wrappers from pygi (Simon van der Linden)
729         - Move threads_init() function from 'gobject' to 'glib' (Paul)
730         - Fix wrong minimum checking in float properties (Paul, #587637)
731         - Wrap new API added in GIO 2.22 (Gian Mario)
732         - Fix bad name when rebuilding the unix source module (Gian Mario)
733         - Add the missing limit constants from glibconfig.h
734           (Tomeu Vizoso, #603244)
735         - Suppress warnings about format conversion
736           (Simon van der Linden, #603355)
737         - Properly define Connectable as interface type and not object type
738           (Gian Mario)
739         - Wrap new API added in GIO-UNIX 2.22 (Gian Mario)
740         - Wrap g_find_program_in_path (Gian Mario, #598435)
741         - Add pygi-external.h into Makefile SOURCES (Gian Mario)
743 2.20.0 23-sep-2009
744         - Allow to use automake 1.11 (Paolo Borelli)
745         - Specify programming language in .devhelp file (Frédéric Péters)
746         - Plug reference leak of GSource in pyg_main_loop_init (Paul)
747         - Updated uninstalled.pc file (Brian Cameron)
749 2.19.0 10-aug-2009
750         - Add macros to help with Python list to/from GList/GSList conversions.
751           (John Finlay)
752         - GIO docs practically completed (Gian)
753         - GFileInfo.list_attributes should accept None/NULL (Gian)
754         - Strip out Windows DLL API macros (John Finlay)
755         - Document that many functions got moved gobject -> glib (Paul)
756         - Allow h2def.py to work when there are tabs or multiple spaces after
757           the struct keyword. (Murray Cumming)
758         - Fix build when builddir is not the same as srcdir
759           (Theppitak Karoonboonyanan)
760         - Make gio.Emblem constructor new-style (Paul)
761         - Cleanup GIO overrides to use Python function/method names (Paul)
762         - Make codegen report errors using Python function/method names (Paul)
763         - Fix object type in gio.BufferedInputStream_fill_async (Gian)
764         - Wrap gio.BufferedInputStream.fill_async (Gian)
765         - Add gio.BufferedOutputStream which was forgotten in the types (Gian)
766         - Split overrides for gio.MemoryOutputStream (Gian)
767         - Wrap gio.memory_input_stream_new_from_data (Gian)
768         - Introduces the girepository module from the former PyBank
769           (Simon van der Linden)
770         - Add API appeared in 2.20 but not marked as such in gio docs (Gian)
771         - Wrap gio.FileOutputStream.query_info_async (Gian)
772         - Wrap gio.FileInputStream.query_async (Gian)
773         - Install executable codegen parts with executing permissions (Paul)
774         - Wrap gio.DataInputStream.read_line_async and read_until_async (Paul)
775         - Fix gio.OutputStream.splice_async (Paul)
776         - Add GIO 2.20 API and update docs (Gian)
778 2.18.0 24-may-2009
779         - Improve gio docs with some more classes (Gian)
780         - Wrap gio.OutputStream.splice_async() (Gian)
781         - Add Python ver into installed libpyglib name (Emilio Pozuelo Monfort)
782         - Wrap gio.OutputStream.flush_async() (Gian)
783         - Use 'Requires.private' for libffi in '.pc' files (Josselin Mouette)
784         - Add wrapper for gio.FileAttributeMatcher (Gian)
785         - Mark relevant glib.IOChannel methods as METH_NOARGS (Paul)
786         - Retire hand-written ChangeLog; autocreate from Git history (Paul)
787         - Wrap gio.InputStream.skip_async() (Gian)
788         - Add in codegen -n --namespace option and the code to remove dll
789           API in headers, added documentation (Siavash Safi)
790         - Properly mark glib.get_user_special_dir() as a keywords method (Paul)
792 2.17.0 30-apr-2009
793         - Write a good part of the docs for gio (Gian)
794         - Wrap g_mount_guess_content_type g_mount_guess_content_type_finish
795           g_mount_guess_content_type_sync (Gian, #580802)
796         - Swap first two arguments of gio.File.query_info_async (Paul, #580490)
797         - Fix a crash in pyg_type_add_interfaces (Paul, #566571)
798         - Remove an empty structure, use sizeof(PyObject)
799           instead (Paul, #560591)
800         - Wrap four g_get_user_*_dir() functions (Paul, #575999)
801         - Remove 'ltihooks.py' as using deprecated Python module (Paul)
802         - Code maintenance: add .gitignore files (Paul)
803         - CellRendererPixbuf stock-size property has wrong type (Paul, #568499)
804         - Add a doap file after git migration (Johan Dahlin)
805         - missing dep on libffi in pygobject-2.0.pc (Götz Waschk, #550231)
806         - g_volume_monitor_tp_new new function, return the singleton object.
807           (Paul, #555613)
808         - Remove a DeprecationWarning under python 2.6 (James Westby, #573753)
809         - several scripts from codegen directory are not distributed
810           (Krzesimir Nowak)
811         - g_file_copy_async change argument order to keep it consistent with the
812           other methods (Gian)
813         - memory leak in gio.File.copy_async (Paul Pogonyshev, #578870)
814         - g_file_monitor should accept None for cancellable and set the default
815           flag to G_FILE_MONITOR_NONE (Gian)
816         - pyg_notify_free needs to ensure it has GIL before calling Py_XDECREF
817           (Jonathan Matthew)
818         - Wrap g_file_set_display_name_async (Gian)
819         - Add a semi-private method to return the option context C object from
820           an option context wrapper (Tristan Hill)
821         - Converting a negative long Python value to a GUINT64 GValue doesn't
822           error out as it should (Gustavo J. A. M. Carneiro, #577999)
823         - Wrap g_file_set_attributes_async and
824           g_file_set_attributes_finish (Gian)
825         - g_file_query_filesystem_info_async fix a typo (Gian)
826         - Wrap g_file_query_filesystem_info_async (Gian)
827         - Add missing g_file_query_filesystem_info_async and
828           g_file_query_filesystem_info_finish (Gian)
829         - Wrap g_file_eject_mountable (Gian)
830         - g_file_copy callback cannot be optional (Gian)
831         - Swap various kwargs names to reflect the code (Gian)
832         - Update the address of the FSF (Tobias Mueller, #577134)
833         - Add g_volume_should_automount (Gian)
834         - Wrap g_drive_enumerate_identifiers and g_volume_enumerate_identifiers
835           (Gian)
836         - Add a couple of convinence functions to convert from/to a python list
837           and an array of strings (Gian)
838         - Allow setting pytype wrapper class (Mark Lee, John Ehresman, #559001)
839         - Wrap g_file_enumerator_close_async (Gian Mario Tagliaretti)
841 2.16.1 22-feb-2009
842         - Apply the patch provided by Cygwin Ports maintainer
843           (Paul Pogonyshev, #564018)
844         - Bad -I ordering can break build, patch from [dmacks netspace org]
845           (Gian Mario Tagliaretti, #566737)
846         - Fix keyword list to be in sync with positional arguments
847           (Paul, #566744)
848         - Add a comment explaining why the two for loops for registering
849           interfaces (Gustavo Carneiro)
850         - Huge cleanup of GIO overrides (Paul, #566706)
851         - gtk.Buildable interface method override is not recognized
852           (Paul, #566571)
853         - Do not escape the ampersand "&" in entity references. Replace some
854           unusual entity references in the output with their literal values.
855           (Daniel Elstner, #568485)
856         - gio.InputStream.read_async can cause memory corruption.
857           (Paul, #567792)
858         - Inconsistent use of tabs and spaces in pygtk.py (Paul, #569350)
859         - Huge fix of memory leaks in GIO (Paul, Paolo Borelli, Gian, #568427)
860         - non-async functions don't release python locks before calling
861           blocking C functions (Gian, Gustavo, #556250)
862         - Change comment to avoid false positives when grep'ing for deprecated
863           gtk functions (Andre Klapper)
864         - ltihooks.py updating license header from GPL to LGPL
865           (James Henstridge)
867 2.16.0 04-jan-2009
868         - gobject.timeout_add_seconds() not found in docs
869           (Paul Pogonyshev, #547119)
870         - _wrap_g_output_stream_write_async not adding a reference to the
871           buffer passed (Paul, #564102)
872         - gio.VolumeMonitor segfaults (Gian Mario Tagliaretti, #555613)
873         - Test if `domain' is not-null before using it to avoids segfaults
874           (Paul, #561826)
875         - g_output_stream_write_all use gsize instead of gssize (Gian)
876         - add __repr__ to gio.Drive, gio.Mount and gio.Volume
877           (Paul, #530935)
878         - Missing AC_CONFIG_MACRO_DIR([m4]) (Loïc Minier, #551227)
879         - Make codegen not import when corresponding argument types are not
880           registered (Paul, #551056)
881         - Fix typos breaking compilation (Frederic Peters #551212)
882         - GFile load_contents methods chop data at first \0
883           (Jonathan Matthew, #551059) 
885 2.15.4 3-sep-2008
886         - Fix typo in GPointer type registration (Loïc Minier,#550463)
887         - support G_TYPE_CLOSURE in codegen (Gian)
889 2.15.3 31-aug-2008
890         - Beginning of porting to 3.0. glib & gobject module ported.
891         - Wrap g_app_info_* functions (Gian)
892         - Wrap gio.FileAttributeInfo (Gian)
893         - Wrap g_vfs_get_supported_uri_schemes (Johan, #545846)
894         - Wrap g_file_info_get_modification_time (Johan, #545861)
895         - Wrap gio.Volume.mount/eject (Johan)
896         - Wrap gio.File.move (Johan)
897         - Wrap gio.query_writable_namespaces (Gian, #545920)
898         - Separate glib & gobject documentation
899         - Wrap GFile.append_to_async (Gian, #545959)
900         - Wrap GFile.create_async (Gian, #546020)
901         - Change return value from 'gboolean' to 'int' and changed semantics
902           to Pythonic (Paul, #544946)
903         - Wrap GFile.replace_async and query_info_async (Gian, #546046)
904         - GIcon and implementations improvements (Paul, #546135)
905         - Improve __repr__ and richcompare for gio classes (Paul)
906         - Missing Py_INCREFs for some file async methods (Jonathan Matthew, #546734)
907         - File.copy progress_callback does not work (Paul, #546591)
908         - add File.replace_contents, replace_contents_async, replace_contents_finish.
909           (Jonathan Matthew, #547067)
910         - Add GFile.query_default_handler (Gian)
911         - fix docstring line length (Jonathan Matthew, #547134)
912         - improve runtime type wrapper creation (Paul, #547104)
913         - make gio.File more Pythonic (Paul, #546120)
914         - No TypeError raised when type is None (Paul, #540376)
915         - wrap a few memory stream methods (Paul, #547354)
916         - wrap gio.DataInputStream.read_line and ...read_until (Paul, #547484)
917         - wrap four important asynchronous methods in gio.Drive and gio.Mount
918           (Paul, #547495)
919         - gio.InputStream.read() looks broken (Paul, #547494)
920         - wrap g_content_types_get_registered() (Paul, #547088)
921         - cannot create new threads when pygtk is used (Paul, #547633)
922         - an unitialized variable in PyGLib (Paul, #549351)
923         - Constructor of gtk.TreeView raises TypeError when model is None
924           (Paul, #549191)
925         - Fix memory problems reported by valgrind due to invalid tp_basicsize in
926           PyGPropsDescr_Type. (Gustavo, #549945)
928 2.15.2 26-jul-2008
929         - New module: glib, which contains the parts of the old
930           gobject bindings which are in the glib library.
931           MainLoop/MainContext/Sources/GOption and a few others has now moved.
932         - Add a new installed library libpyglib-2.0, which contains the extension
933           API for third-part modules instead of relying on macros which accesses
934           struct fields.
935         - Add bindings for gio.File.enumerate_children_async,
936           gio.FileEnumerator.next_files_async, gio.Mount.mount,
937           gio.File.mount_mountable, gio.File.mount_enclosing_volume,
938           gio.File.unmount_mountable, gio.File.copy.
939         - Add a new api for mapping a GError domain to an exception and register
940           an exception for GIOError.
941         - Remove leading IO_* prefix for the gio flags and register a quark
942           for the domain.
943         - Use GSlice in the glib module and bump required version to 2.14.
945 2.15.1 15-jul-2008
946         - Rename pygtk-codegen-2.0 to pygobject-codegen-2.0 to avoid
947           conflicting with PyGTK (Paul Pogonyshev)
949 2.15.0 15-jul-2008
950         - Add GIO bindings (Johan, Mario Tagliaretti, Thomas Leonard)
951         - Move codegen from PyGTK (Johan, Paul Pogonyshev, #542821)
952         - Add more variables to the .pc files (Damien Carbery, Paul, 
953           Dan Winship, #486876)
954         - Add pyg_option_group_new to the public API (Johan)
955         - Add g_get_application_anme and g_get_progname (Sebastian Rittau)
956         - Avoid making wakeups when using Python 2.6 (Johan, Gustavo,
957           Adam Olsen, Josselin Mouette, Philippe Normand, Guido Van Rossum)
958         - Only link against libffi when found (Ed Catmur, #496006)
959         - Improve gobject.property (Tomeu Vizoso, #523352)
960         - Improve enum comparision and warnings (Paul, Phil Dumont, #428732)
961         - Many gobject.Source improvements (Bryan Silverthorn)
962         - Apply some fixes to make pylint happier (Johan, Simon Schampijer,
963           #523821)
964         - Fix error message in pyg_io_add_watch (Juha Sahkangas)
965         - Improve h2def.py (Oliver Crete, Murray Cumming, Lauro Moura)
967 2.14.0 16-sep-2007
968         - Fix a Python 2.6 deprecation warning (Johannes Hölzl, #342948)
969         - Wrap g_timeout_add_seconds, when compiling with glib 2.14 (Gustavo)
970         - Always fully initialize the PyGObject (Ed Catmur, #466082)
971         - Fix compilation in Solaris, again (#339924, Gustavo)
972         - Fix check for default value in boolean type (Marco Giusti, #470230)
973         - Fix new style properties with subclasses (Johan Dahlin, #470718)
974         - Docs generation fixes (John Finlay)
976 2.13.2 07-jul-2007
977         - Fix build on opensolaris (Damien Carbery, #339924)
978         - Proxy GOption exceptions from Python to C (Johannes Hölzl, #342948)
979         - Support G_TYPE_VALUE boxed args/signals
980          (Ed Catmur, Carlos Martin, #351072)
981         - pyg_error_exception_check bug fix (Sebastian Granjoux, #449879)
982         - Toggle references bug fix (#447271, Gustavo Carneiro)
983         - use python-config to get python includes (#448173, Sebastien Bacher)
984         - Support GObject properties in new properties API (Gustavo)
985         - generate-constants fixes (Muntyan)
986         - Allow running autogen.sh from outside $srcdir (Muntyan)
988 2.13.1 02-may-2007
989         - Generic CClosure marshaller using libffi (Johan, #353816)
990         - Uninstalled .pc file (Damien Carbery, #385129)
991         - Fix leak in GFlags handling (Daniel Berrange, #428726)
992         - Use dirname in autogen (Loïc Minier, #409234)
993         - Treat None in a GValueArray as pointer/NULL (Ed Catmur, #352209)
994         - Toggle reference bug fix in tp_setattro (Gustavo, #434659)
995         - Add a simplified helper for creating properties (Johan, Gustavo, #338089)
996         - Avoid throwing an exception in GValue converter (James Livingstone,
997           Ed Catmur, #374653)
998         - Build fix in .pc file (Luca Ferretti, #435132)
1000 2.13.0 23-april-2007
1001         - Release the GIL in g_object_set_property (Edward Hervey, #395048)
1002         - Break PyGObject<->GObject reference cycle (Gustavo Carneiro, #320428)
1003         - use static inline functions for init_pygobject (Gustavo, #419379)
1004         - Wrap g_set_application_name, g_set_prgname
1005           (Havoc Pennington, #415853)
1006         - New pyg_gerror_exception_check API (Gustavo, #425242)
1007         - New API to get/set multiple properties
1008           (Gian Mario Tagliaretti, #403212)
1009         - Misc. bug fixes.
1011 2.12.3 18-november-2006
1012        - distutils build fixes (Cedric)
1013        - documentation updates (John)
1014        - gobject.handler_block_by_func and friends now accept methods 
1015          (Johan, Dima, #375589)
1016        - avoid truncating of gparamspec (Yevgen Muntyan, #353943)
1017        - set __module__ on gobject derived types (Johan, 
1018          Osmo Salomaa, #376099)
1019        - Ensure exceptions are raised on errors in gobject.OptionGroup
1020          (Johan, Laszlo Pandy, #364576
1022 2.12.2 3-october-2006
1023        - Make PyGObject 64-bit safe for Python 2.5 (Gustavo)
1024        - All headers are now LGPL and not GPL (Johan)
1025        - Remove a couple of GCC warnings (Gustavo)
1026        - Revive distutils support (Cedric Gustin)
1027        - Emission hook reference count bugfix (Gustavo)
1028        - MSVC/ANSI C compilation fix (John Ehresman)
1029        - Bump Ctrl-C timeout handler from 100ms to 1000 (Johan)
1031 2.12.1 4-september-2006
1032        - Corrected version check (Sebastian Dröge, #354364)
1034 2.12.0 4-september-2006
1035       - Install the html files even when using --disable-docs (#353159, Johan,
1036         Matthias Clasen)
1038 2.11.4 27-august-2006
1039       - Include pre-generated html docs in the tarball  (Johan)
1040       - Fix bug in do_set_property called from constructor (Gustavo, #353039)
1041       - Fix type registration involving interfaces with signals and/or
1042         properties (Gustavo)
1044 2.11.3 21-august-2006
1045       - Documentation updates (John)
1046       - Documentation build fixes (Johan, John, Gian Mario Tagliaretti)
1047       - PyGObject can now be compiled using a C++ compiler (Murray Cumming)
1048       - Type registration bug fix (Gustavo)
1050 2.11.2 8-august-2006
1051       - Add fixxref.py from PyGTK (Johan)
1052       - Fix parallel build (#350225, Ed Catmur)
1054 2.11.1 4-august-2006
1055       - Add John Finlay's reference manual (Johan, John)
1056       - Fix GOption mem leak (Gustavo)
1057       - Infrastructure for lazy type registration (Johan)
1058       - Enum/Flags fixes (Gustavo, John)
1059       - Eliminate some GCC warnings (Johan)
1061 2.11.0 12-july-2006
1062       - Add GOption support (#163645, Johannes Hölzl)
1063       - GObject metaclass converted to Python code (Gustavo)
1064       - Register GType constants from Python-land (Johan)
1065       - Distutils updates (John Ehresman, Cedric Gustin)
1066       - Add support for signal emission hooks (#154845, Johan)
1067       - g_spawn_close_pid support (Gustavo)
1068       - Add new APIs do add or disable log redirections (Muntyan, #323786)
1069       - "sub-sub-type" bug fixed (Gustavo)
1070       - Coverity report code fixes (Johan)
1071       - Support retrieving signal and property info from interfaces (Finlay)
1072       - Support parameters of type G_TYPE_GSTRING in signals (Gustavo)
1073       - Wrap a few g_filename_* APIs (Gustavo)
1075 2.10.1 11-april-2006
1076       - uint64 property bug fix (Andy Wingo)
1077       - Hard code path to 2.0 (Gustavo)
1078       - Allow only tuples and lists in strv to value (Gustavo)
1079       - Include dsextras.py in the dist (Johan)
1081 2.10.0 13-march-2006
1082       - enum/leak fix (Michael Smith)
1084 2.9.0 16-january-2006
1085       - Signal accumulator support (Gustavo)
1086       - GObject doc string generation improvements (Gustavo)
1087       - Discover GInterfaces in runtime (Gustavo)
1088       - Warn if return value in iowatch callback is not bool (Gustavo)
1089       - Convert string arrays properly (Christopher Aillon)
1091 2.8.0 9-january-2006
1092       - Initial release, split of from PyGTK.
1093       - Updates for Python 2.5's richcompare (Manish Yosh)
1094       - PyFlags bug fixes (Gustavo)
1095       - Fix leak in pygobject_new_with_interfaces (Johan)
1096       - Undeprecate gobject.type_register (Johan)