2005-02-10 Christian Kellner * NEWS: Update for release. 2005-02-09 Christian Kellner * doc/gnome-vfs-2.0-sections.txt: * doc/tmpl/gnome-vfs-directory-list-ops.sgml: * doc/tmpl/gnome-vfs-utils.sgml: * libgnomevfs/gnome-vfs-directory.c: * libgnomevfs/gnome-vfs-utils.c: * libgnomevfs/gnome-vfs-utils.h: Doc updates! This fixes bug #160837. 2005-02-09 Christian Kellner * libgnomevfs/gnome-vfs-directory.h (gnome_vfs_directory_visit): Rename uri to text_uri to be consistent with the other functions. Fixes bug #140939. 2005-02-09 Christian Kellner * libgnomevfs/gnome-vfs-cdrom.c (_gnome_vfs_get_cdrom_type): return CDS_NO_INFO on OS X to fix broken build. 2005-02-09 Christian Kellner * modules/sftp-method.c (sftp_connect): Increased timeout and return GNOME_VFS_ERROR_TIMEOUT instead if ERROR_IO. * modules/pty-open.c (_gnome_vfs_pty_fork_on_pty_name): Double fork so that we don't produce zombies! This should fix bug #139872. 2005-02-09 Alexander Larsson * libgnomevfs/gnome-vfs-mime-handlers.c: (gnome_vfs_mime_get_default_action_type): Remove old hardcoding of folders as components, since we don't use bonobo in nautilus anymore. * libgnomevfs/gnome-vfs-mime-info-cache.c: (get_default_desktop_entry): New way to handle default folder handler. 2005-02-08 Christian Rose * configure.in: Added "xh" to ALL_LINGUAS. 2005-02-07 Christian Kellner * programs/gnomevfs-copy.c: Reworked to have cp semantics so that if the destination is a directory don't overwrite the it but copy the source into it. This is the first part of the fix for #149666! 2005-02-06 Crispin Flowerday * libgnomevfs/gnome-vfs-mime-handlers.c: The new mime API is new in 2.10, not 2.8. Fixes bug #166478 2005-02-03 Alexander Larsson * libgnomevfs/gnome-vfs-mime-info.h: gnome_vfs_mime_set_value was declared twice 2005-03-01 Christian Kellner * libgnomevfs/gnome-vfs-xfer.c (gnome_vfs_destination_is_writable): Don't try to create a temporary file to check if the destination is writable but use new GNOME_VFS_FILE_INFO_GET_ACCESS_RIGHTS option of gnome_vfs_get_file_info (). This should also fix bug #78486. 2005-02-01 Christian Kellner * OUTSTANDING_API_ISSUES: Remove that file because it is very old, wasn't maintained and we can't do API changes like that anyway. 2005-01-31 Alexander Larsson * modules/dns-sd-method.c: Browse for the new sftp-ssh service. 2005-01-31 Christian Kellner * acinclude.m4: Correct neon version to 0.24.7 because this will be sent as the value of the User-Agent header with every request. 2005-01-31 Christian Kellner * libgnomevfs/gnome-vfs-uri.c (set_uri_element): Treat https, dav, and davs as http when doing additional escaping. This is not the best way to fix the broken uri escaping at this palce but it should be ok for now. (Removed old eazel-service method) 2005-01-31 Christian Kellner * schemas/system_http_proxy.schemas.in: Correct bad grammar. This fixes bug #150342. Patch from Ryan Lortie 2005-01-30 Christian Kellner * modules/http-neon-method.c (propfind_result): Don't check for the etag property since we are not requesting it at the moment. 2005-01-30 Christian Kellner * modules/http-neon-method.c: Check if a given propfind context's target member is NULL before copying or dereferencing it. This should fix bug #161406. Also unref the remaining GnomeVFSFileInfos in the context's children memeber. * libgnomevfs/gnome-vfs-utils.c (gnome_vfs_escape_set): Add missing documentation. 2005-01-30 Christian Kellner * imported/neon/*: Import of neon upstream version 0.24.7. I also moved some ChangeLog entries from imported/neon/ to this file. 2005-01-29 Christian Kellner * modules/http-neon-method.c: Some small code cleanups. Also remove the etag header handle on get since we don't use it at this time. 2005-01-28 Vincent Untz * libgnomevfs/gnome-vfs-uri.c: (gnome_vfs_uri_extract_short_name): fix to never return NULL. This happened with URIs that have encoded / in the filename. Fix bug #157723 2005-01-28 Christian Kellner * modules/http-neon-method.c (http_get_file_info): Close the connection if we got the audio/mpeg mime-type. This is another work around for broken icecast server. 2005-01-28 Christian Kellner * modules/http-neon-method.c: Differ between dav:// and http://. So only do PORPFINDs and other dav specific methods when dav:// was specified in the URL. This will also fix bug #164019. 2005-01-28 Christian Kellner * modules/http-neon-method.c: Beautify some code and always add a trailing slash on do_open_directory (). 2005-01-28 Sebastien Bacher reviewed by: Christophe Fergeau * modules/ftp-method.c: (toggle_winnt_into_unix_mode), (ftp_connection_create), (do_read_directory): patch from Simon Howard to fix the directory listings when connecting a windows ftp server (Closes: #151594). 2005-01-26 Nate Nielsen * modules/smb-method.c: Fix (initial_authentication) so that server connection cache lookup works properly. 2005-01-26 Kjartan Maraas * libgnomevfs/gnome-vfs-monitor.c: (destroy_monitor_handle): Fix a typo in a g_warning. 2005-01-25 Alexander Larsson * configure.in: Post release version bump === gnome-vfs 2.9.90 ===