2004-08-16  Alexander Larsson  <alexl@redhat.com>

	* NEWS:
	Update
	
	* configure.in:
	Bump version to 2.7.91

2004-08-16  Alexander Larsson  <alexl@redhat.com>

	* configure.in:
	Add some missing goject-2.0 references to PKG_CHECK macros.

2004-08-16  Christophe Fergeau  <teuf@gnome.org>

	* doc/Makefile.am:
	* doc/gnome-vfs-2.0-docs.sgml:
	* doc/gnome-vfs-2.0-sections.txt:
	* doc/gnome-vfs-2.0.types:
	* doc/tmpl/gnome-vfs-dns-sd.sgml:
	* doc/tmpl/gnome-vfs-drive.sgml:
	* doc/tmpl/gnome-vfs-inet-connection.sgml:
	* doc/tmpl/gnome-vfs-mime-database.sgml:
	* doc/tmpl/gnome-vfs-resolve.sgml:
	* doc/tmpl/gnome-vfs-result.sgml:
	* doc/tmpl/gnome-vfs-socket-buffer.sgml:
	* doc/tmpl/gnome-vfs-socket.sgml:
	* doc/tmpl/gnome-vfs-ssl.sgml:
	* doc/tmpl/gnome-vfs-utils.sgml:
	* doc/tmpl/gnome-vfs-volume-monitor.sgml:
	* doc/tmpl/gnome-vfs-volume.sgml:
	* libgnomevfs/gnome-vfs-address.h:
	* libgnomevfs/gnome-vfs-application-registry.h:
	* libgnomevfs/gnome-vfs-dns-sd.c:
	* libgnomevfs/gnome-vfs-drive.c:
	* libgnomevfs/gnome-vfs-hal-mounts.c:
	* libgnomevfs/gnome-vfs-mime-handlers.h:
	* libgnomevfs/gnome-vfs-resolve.c:
	* libgnomevfs/gnome-vfs-result.c:
	* libgnomevfs/gnome-vfs-volume-monitor.c:
	* libgnomevfs/gnome-vfs-volume-ops.c:
	* libgnomevfs/gnome-vfs-volume.c:
	* libgnomevfs/gnome-vfs-utils.c: Huge API doc clean up (added new API 
	  in the built html doc, reorganized the index a bit, ...). Now the
	  doc for each function needs to be written ;)
	* libgnomevfs/gnome-vfs-utils.c:
	(gnome_vfs_make_uri_canonical_old), (gnome_vfs_read_entire_file),
	(gnome_vfs_format_uri_for_display),
	(gnome_vfs_make_uri_from_input),
	(gnome_vfs_make_uri_full_from_relative),
	(_gnome_vfs_uri_resolve_all_symlinks): fixed a memory leak, small
	  clean ups

2004-08-15  Christophe Fergeau  <teuf@gnome.org>

	* libgnomevfs/gnome-vfs-hal-mounts.c: (_hal_get_vol_name):
	* libgnomevfs/gnome-vfs-job.c: (gnome_vfs_op_destroy): modified 2
	  strings, fixes #149520 and #149522.

2004-08-14  Danilo Å egan  <dsegan@gmx.net>

	* schemas/desktop_gnome_url_handlers.schemas.in: 
	s/HTTP URLs/"http" URLs/, s/HTTPS URLs/"https" URLs/, 
	s/H323 URLs/"h323" URLs/ to make messages more consistent with
	other messages (fixes bug #149519).

2004-08-14  Christophe Fergeau  <teuf@gnome.org>

	* libgnomevfs/gnome-vfs-xfer.c: plug more leaks

2004-08-14  Ryan Lortie  <desrt@desrt.ca>

	* libgnomevfs/gnome-vfs-xfer.c: fix small leaks

2004-08-14  Joe Marcus Clarke  <marcus@freebsd.org>

	* libgnomevfs/gnome-vfs-utils.c: fix free space calculation on FreeBSD.

2004-08-13  Alexander Larsson  <alexl@redhat.com>

	* modules/ftp-method.c (ftp_connection_create):
	Don't ask for password for anonymous.

2004-08-13  Mark McLoughlin  <mark@skynet.ie>

	* schemas/desktop_gnome_url_handlers.schemas.in:
	s/need-terminal/needs_terminal/ for the aim: handler.

2004-08-13  Alexander Larsson  <alexl@redhat.com>

	* configure.in:
	* modules/Makefile.am:
	* modules/default-modules.conf:
	* modules/extfs-method.c:
	* modules/extfs/*:
	Remove extfs module. It had security issues
	and it doesn't work well anyway.

2004-08-12  Alexander Larsson  <alexl@redhat.com>

	* libgnomevfs/gnome-vfs-mime-info-cache.c:
	(gnome_vfs_mime_info_cache_dir_init_defaults_list):
	Rename default.list name to [Default Applications]
	Need eel upgrade.
	
	(get_all_parent_types_helper), (get_all_parent_types),
	(gnome_vfs_mime_get_all_desktop_entries):
	Correctly find desktop files for parent mime types.

2004-08-12  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Added nb to ALL_LINGUAS.

2004-08-12  Ryan Lortie  <desrt@desrt.ca>

	* libgnomevfs/gnome-vfs-private-utils.c: (_gnome_vfs_have_ipv6):
	* libgnomevfs/gnome-vfs-resolve.c: (restart_resolve):
	* libgnomevfs/gnome-vfs-ssl.c: (_gnome_vfs_ssl_init),
	(gnome_vfs_ssl_enabled):
	* modules/computer-method.c: (get_data_for_network),
	(get_data_for_home), (get_data_for_root):
	* modules/extfs-method.c: (getdelim):
	* modules/fstype.c: (filesystem_type), (filesystem_type_uncached),
	(xatoi):
	* modules/http-neon-method.c: (http_auth_cache_init),
	(http_auth_cache_shutdown), (quick_allow_lookup_init),
	(quit_allow_lookup_destroy), (neon_session_pool_init),
	(neon_session_pool_shutdown):
	* modules/http-proxy.c: (proxy_init), (proxy_shutdown):
	* modules/sftp-method.c: (get_sftp_client_vendor): don't use old K&R
	function prototypes, use ANSI prototypes.

2004-08-11  Alexander Larsson  <alexl@redhat.com>

	* libgnomevfs/gnome-vfs-i18n.c (gnome_vfs_i18n_get_language_list):
	Use the get_language_list in bonobo-activation to minimize
	duplication and memory use.

2004-08-11  Alexander Larsson  <alexl@redhat.com>
	
	* libgnomevfs/gnome-vfs-unix-mounts.c (_gnome_vfs_unix_mount_get_unix_device):
	Fix some statfs issues and increase select timeout (bug 140322)
	Patch from Joe Marcus Clarke

2004-08-11  Alexander Larsson  <alexl@redhat.com>

	* libgnomevfs/gnome-vfs-file-info.h:
	Remove strange comment about removing GnomeVFSFileType.

2004-08-10  Kjartan Maraas  <kmaraas@gnome.org>

	* libgnomevfs/eggdesktopentries.c: Added #include <config.h>
	for working i18n.

2004-08-10  Alexander Larsson  <alexl@redhat.com>

	* configure.in:
	Require howl 0.9.6
	
	* libgnomevfs/gnome-vfs-dns-sd.c:
	* modules/dns-sd-method.c:
	Update howl usage to 0.9.6 API.

2004-08-09  Ryan Lortie <desrt@desrt.ca>

	* modules/sftp-method.c: fix potential deadlock in sftp_get_connection

2004-08-03  William Jon McCann  <mccann@jhu.edu>
 
 	* modules/sftp-method.c (sftp_connect): write responses to
 	tty, fixes #147444.

2004-08-09  Ray Strode  <rstrode@redhat.com>

	* libgnomevfs/eggdesktopentries.c (egg_find_file_in_data_dirs):
	free path string when done with it (Spotted by Kjarten Maraas,
	bug 149717).

2004-08-09  Christophe Fergeau  <teuf@gnome.org>

	* libgnomevfs/gnome-vfs-resolve.c: reordered #includes (include glib
	  headers after system headers) to fix a compilation breakage with gcc
	  2.95

2004-08-09  Ryan Lortie  <desrt@desrt.ca>

	* libgnomevfs/gnome-vfs-utils.c (gnome_vfs_get_volume_free_space):
	Fixed small memory leak. Fixes bug #149333.

2004-08-08  Christian Kellner  <gicmo@gnome-de.org>

	* modules/http-neon-method.c (do_get_file_info):
	Don't free HttpContext if http_context_open failed.
	Patch from desrt@desrt.ca. Fixes bug #149268.

2004-08-06  Christian Kellner  <gicmo@gnome-de.org>

	* libgnomevfs/gnome-vfs-resolve.c (gnome_vfs_resolve_next_address):
	Small cleanup.
	* libgnomevfs/gnome-vfs-address.c: Added brackets around macros. Fixed
	wrong argument check. Patch from desrt@desrt.ca. Fixes bug #149242.

2004-08-04  Christian Kellner  <gicmo@gnome-de.org>

	* libgnomevfs/gnome-vfs-ssl.c: Changed #if to #ifdef. This should
	fix bug #149205.
	* modules/sftp-method.c: Use memset instead of bzero, fixes #149206.
	
2004-08-04  Malcolm Tredinnick <malcolm@commsecure.com.au>

	* libgnomevfs/gnome-vfs-dns-sd.h: Remove a trailing comma from
	an enum (bug #149052).

=== gnome-vfs 2.7.90 ===