2004-08-05 Gustavo J. A. M. Carneiro * bonobo/activationmodule.c (wrap_ba_active_server_register): Fix objref parameter handling. 2004-08-02 Gustavo J. A. M. Carneiro * NEWS: Update. * configure.in: Bump version up, to 2.0.3. 2004-07-30 Xavier Ordoquy * gnome/gnomemodule.c: (init_gnome): Avoids the double libgnome registration. 2004-07-30 Xavier Ordoquy * bonobo/activationmodule.c: * bonobo/bonobomodule.c: Fixes embedded interpreter import. (Done by Johan Dahlin). 2004-07-20 Gustavo J. A. M. Carneiro * bonobo/bonobo.override (_wrap_bonobo_event_source_client_add_listener_closure): Fix argument parsing, keyword reorder to match C API. (_wrap_bonobo_event_source_client_add_listener): Remove _closure suffix from python function name. 2004-06-26 Gustavo J. A. M. Carneiro * gnome/gnome.override (_wrap_gnome_help_display): Override, make link_id optional and accept None meaning NULL. Fixes bug 144976. 2004-04-04 Gustavo J. A. M. Carneiro * gnome/ui.override (_wrap_gnome_icon_list_get_selection): Don't free list returned by gnome_icon_list_get_selection. Thanks to Scott Tsai. Fixes #138474. 2004-04-04 Scott Tsai * gnome/vfsmodule.c (pygvfs_mime_get_description): Return None instead of raising ValueError on NULL return. (pygvfs_mime_get_default_application): Check for NULL return. (pygvfs_mime_get_default_action): idem. (pygvfs_mime_get_default_component): idem. Reviewed by Gustavo Carneiro. Fixes #138992.