Overview of Changes from gnome-python 2.9.1 to gnome-python 2.9.2
=================================================================
* gnomevfs
 - Fix blocking of threads when calling read_entire_file() and bunch
   of others;
 - gnome.vfs.xfer_* fixes;
 - Implement wrappers for all remaining async operations:
   gnome_vfs_async_xfer, gnome_vfs_async_find_directory, and
   gnome_vfs_async_file_control;
 - Wrappers for all gnome-vfs-utils.h functions:
   escape_string, escape_path_string,
   escape_host_and_path_string, escape_slashes,
   escape_set, unescape_string, make_uri_canonical,
   make_path_name_canonical, unescape_string_for_display,
   get_local_path_from_uri, get_uri_from_local_path,
   is_executable_command_string, get_volume_free_space,
   icon_path_from_filename, open_fd, is_primary_thread,
   format_uri_for_display, make_uri_from_input,
   make_uri_from_input_with_dirs, uris_match, get_uri_scheme,
   make_uri_from_shell_arg, and gnome_vfs_url_show_with_env;
 - Add examples for gnomevfs.xfer_uri, gnomevfs.async.xfer, and
   gnomevfs.async.find_directory;
 - Do not automatically close async handles on dealloc;
* bonobo
 - Add bonobo.get_object_async;
 - Allow returning AID in bonobo.activation.activate_from_id;
 - Add bonobo.activation.activate_async;
* gconf
 - Wrap some GConf ChangeSets functions; needs testing;
 - Add gconf.Value.set_list and gconf.MetaInfo.mod_time;
* gnome
 - Wrap gnome.Program.locate_file