2006-02-15 Christian Persch * libgnome/gnome-program.c: (gnome_program_preinit): revert to only using GOption if explicitly requested, since otherwise the popt context isn't created, which breaks ABI in case anyone tries to use it. 2006-02-12 Claudio Saavedra * libgnome/gnome-url.c: (gnome_url_show_with_env): Add handling of GNOME_VFS_ERROR_INVALID_URI error and a user readable message (Fixes #327754). 2006-02-12 Vincent Untz Use GOption instead of popt by default * libgnome/gnome-program.c: (gnome_program_preinit): use GOption by default if the program does not specify any help data 2006-01-17 Christian Persch * libgnome/gnome-init.c: (gnome_bonobo_module_info_get), (gnome_bonobo_activation_module_info_get), (gnome_vfs_module_info_get), (libgnome_module_info_get): Initialise all members of the GnomeModuleInfo structs.