=== 2.9.3 === 2005-01-17 Gustavo J. A. M. Carneiro * NEWS: Update. * configure.in: Bump version to 2.9.3. Update required versions of everything: gnome 2.9 platform required. 2005-01-17 Mark McLoughlin Adding wrapping for GConfEngine. bug #164059 * gconf/gconf-arg-types.py: add GConfEngine ArgType. * gconf/gconf-types.[ch]: impl. GConfEngine PyObject. * gconf/Makefile.am: build gconf-types.[ch], use gconf-arg-types.py. * gconf/gconf.defs: remove some GConfEngine methods which are internal to GConf. * gconf/gconf.override: include gconf-types.h * gconf/gconfmodule.c: (initgconf): call pygconf_register_engine_type() 2005-01-16 Gustavo J. A. M. Carneiro * gnome/ui.defs (href_new): Fix accidental typo GnomeHRef -> GnomeHref, introduced when defs were rescanned and merged on 2004-11-06. 2005-01-15 Gustavo J. A. M. Carneiro * gnomevfs/vfsmodule.c (pygvfs_uris_match): Missing & in uri2. * gconf/gconf.override (_wrap_gconf_value_set_list): Fix py_list/list typo.