2006-01-20  Jeffrey Stedfast  <fejj@novell.com>

	* configure.in: Bumped evrsion to 1.5.10

	* src/manager.c (main): If GOption is available, use that instead
	of popt to work around bug #327587 (afaik, it's a bug in popt or
	libgnome-2.13 and not g-v-m, but easy to work around and GOption
	is kinda nice).
	(gvm_device_mount): Copy some of the mount-option logic from
	gnome-mount - like the uid= option.

2006-01-19  Jeffrey Stedfast  <fejj@novell.com>

	* src/manager.c (gvm_device_mount): Instead of taking 2 args which
	were always going to be inverse bool values ('apply_policy' and
	'supress_ui'), simply take a single bool 'interactive'.

2006-01-19  John (J5) Palmieri  <johnp@redhat.com>

	* src/manager.c (main): Use GOptions instead of the popt API
	  for parsing command line arguments to fix a crash

2006-01-17  David Zeuthen  <davidz@redhat.com>

	* src/manager.c (gvm_device_mount): Take an extra argument that
	says whether the mount program should suppress error dialogs
	(cda_extra_cb, gvm_ask_mixed, gvm_cdrom_policy)
	(block_device_added): Pass FALSE to gvm_device_mount() to specify
	that we want dialogs
	(mount_all): Pass TRUE to gvm_device_mount() to specify
	that we don't want dialogs