2005-07-04 Kjartan Maraas * configure.in: Bump version to 2.10.1 2005-07-01 Kjartan Maraas * file-chooser/gtkfilesystemgnomevfs.c: (gtk_file_system_gnome_vfs_init), (unref_folder), (gtk_file_system_gnome_vfs_finalize): Merge fix for bug #800803. 2005-07-01 Kjartan Maraas * libgnomeui/gnome-icon-entry.c: (gnome_icon_entry_instance_init): Merge fix for bug #142328 from HEAD. 2005-07-01 Kjartan Maraas * configure.in: * test-gnome/Makefile.am: Build fix for Solaris From bug #307860. 2005-06-22 Matthias Clasen * file-chooser/gtkfilesystemgnomevfs.c: Ignore everything after the first space in lines from the .gtk-bookmarks file. 2005-05-11 Kjartan Maraas * configure.in: * libgnomeui/gnome-multiscreen.c: Fix build on Apple Darwin. Bug #166087. 2005-05-10 Kjartan Maraas * libgnomeui/gnome-authentication-manager.c: (present_authentication_dialog_nonblocking), (present_full_authentication_dialog_nonblocking): Merge fix for bug 134985 from HEAD. 2005-05-09 Federico Mena Quintero Fix the GtkFileSystemGnomeVFS part of #301068: * file-chooser/gtkfilesystemgnomevfs.c (struct _GtkFileSystemGnomeVFS): Added these fields: afs_statbuf, net_statbuf, have_afs, have_net. They are used when we have AFS. (struct _GtkFileFolderGnomeVFS): Added field is_afs_or_net. (gtk_file_system_gnome_vfs_init): Check for AFS folders. (gtk_file_system_gnome_vfs_get_folder): Fill the is_afs_or_net field in the new folder. Only install a folder monitor if this is not an AFS folder. (gtk_file_folder_gnome_vfs_list_children): Don't use load_dir() to load AFS folders; use load_afs_dir(). Also, don't reverse the list of children - the hash table of children is not ordered, so reversing the list is pointless. (load_afs_dir): New function; reads a folder without using gnome-vfs as it doesn't support readdir() without stat(). 2005-05-09 Frederic Crozat * file-chooser/gtkfilesystemgnomevfs.c: (gtk_file_system_gnome_vfs_init): ensure locales are UTF-8, needed for programs which don't use libgnomeui directly (like firefox) (bug #168988). 2005-03-26 Vincent Untz * file-chooser/gtkfilesystemgnomevfs.c: (gtk_file_system_gnome_vfs_filename_to_path): check for an empty string Fix bug #169979.