2005-07-11  Jeffrey Stedfast  <fejj@novell.com>

	* configure.in: Bumped version to 1.3.3

2005-07-08  Jeffrey Stedfast  <fejj@novell.com>

	* src/manager.c (gvm_device_mounted): Need to pass
	mount_point/iPod_Control to the check_photos() routine or it won't
	find a DCIM directory.

2005-07-05  Jeffrey Stedfast  <fejj@novell.com>

	* src/manager.c: Changed mounted_volumes_policy_queue linked list
	into a hash table instead (why was this ever a linked list? it
	just served as a lookup table).

2005-07-05  Jeffrey Stedfast  <fejj@novell.com>

	Based on a patch from Ubuntu developers.

	* src/manager.c (gvm_automount_enabled): New function to check
	HAL's automount_enabled_hint property on devices.
	(hal_device_added): Only mount the device if automount is enabled.

2005-07-05  Jeffrey Stedfast  <fejj@novell.com>

	* src/manager.c (mount_all): Check whether we should mount the
	drive based on the user's auto-mount settings. Based on a patch by
	Ubuntu developers.

2005-07-05  Jeffrey Stedfast  <fejj@novell.com>

	* src/manager.c: Use strcmp instead of g_ascii_strcasecmp() where
	appropriate (comparing hal keys and udi's).

	* src/properties.c (main): Make a note that the user needs kernel
	2.6 for it to work.

2005-07-05  Jeffrey Stedfast  <fejj@novell.com>

	* src/manager.c (gvm_media_changed): Return TRUE if we handled the
	device or FALSE otherwise. Remove the mounting code.
	(hal_device_added): Don't check if the device is mountable before
	calling gvm_media_changed, that's kinda the point. If
	gvm_media_changed doesn't handle the device, THEN we can mount it
	if it is mountable.