2004-07-21 Johan Dahlin <
[email protected]>
* gobject/pygflags.c (pyg_flags_get_first_value_name)
(pyg_flags_get_first_value_nick): Add, so Lorenzo can introspect
flags properly too
(pyg_flags_get_value_names, pyg_flags_get_value_nicks): Make this
a little bit more useful. All values can still be fetch
through __flags_values__
* tests/enum.py: Improve and extend to test most enum/flags operations
2004-07-20 John Finlay <
[email protected]>
* codegen/codegen.py (write_enums) Fix bug causing segfault when
loading pango module.
2004-07-20 Lorenzo Gil Sanchez <
[email protected]>
* gtk/gtk.override (_wrap_gtk_file_chooser_dialog_new): fixed a
compilation error: 'window' variable should be 'parent'
2004-07-20 Johan Dahlin <
[email protected]>
* gtk/gtk.override (_wrap_gtk_file_chooser_dialog_new): Simplify,
fix name in exceptions and remove warning.
* gobject/pygenum.c (pyg_enum_from_gtype): Fall back to int for
unregistered enums.
* gobject/pygflags.c (pyg_flags_from_gtype): Ditto
* gobject/gobjectmodule.c (initgobject): Rename back to MainLoop, MainContext
2004-07-19 Gustavo J. A. M. Carneiro <
[email protected]>
* gtk/libglade.override (_wrap_glade_xml_new): Allow pydict to be unset.
2004-07-19 Johan Dahlin <
[email protected]>
* setup.py (MICRO_VERSION):
* configure.in: Post release version bump
=== PyGtk 2.3.93 ===