2005-10-27 Jeffrey Stedfast * configure.in: Bumped version to 1.5.4 2005-10-26 Jeffrey Stedfast * gnome-volume-manager.schemas.in: Added mount_command and unmount_command keys. * configure.in: Instead of allowing compile-time command-lines be specified for mounting/unmounting, instead allow specification of only the command-line options for mount and pmount. G-V-M will now do run-time analysis of which program to use, overrideable by the user via gconf keys. * src/manager.c (gvm_device_mount): Modified to user a user-defined mount command or, failing that, falls back to pmount-hal and then back to mount. No longer depends on a mount command being specified at configure-time. (gvm_device_unmount): Same but for unmount commands. 2005-10-19 Jeffrey Stedfast * src/manager.c (gvm_autorun): Fixed a type-o, autobrowse should default to TRUE not FALSE. 2005-10-18 Jeffrey Stedfast * src/manager.c (gvm_check_vcd): Fixed a type-o. 2005-10-17 Jeffrey Stedfast * src/manager.c (gvm_cdrom_policy): Determine if the cdrom media is writable in a different way to solve bug #128081. (input_device_added): Only set handled to TRUE if the command was configured to run. 2005-10-14 Jeffrey Stedfast * src/properties.c (show_props): Updated to use GtkIconTheme and listen to theme changes. Fixes bug #318683. * src/manager.c (prompt_response_cb): Remove ourselves from the dialog hash. (gvm_prompt): Add ourselves to the dialog hash. (hal_device_removed): If there's a dialog prompting the suer what to do with the device that was just removed, cancel the dialog prompt. (gvm_prompt): Changed to use GtkIconTheme instead of GnomeIconTheme.