2004-07-22  Bastien Nocera  <hadess@hadess.net>

	* configure.in: version 1.1.7

2004-07-22  Bastien Nocera  <hadess@hadess.net>

	* daemon.c: (app_close), (app_device_iso9660_add),
	(app_device_cdrom_set_state), (app_device_activate_cdrom),
	(app_device_check_change), (app_devices_update_is_mounted),
	(app_device_run_command), (app_device_mount), (app_device_autorun),
	(app_device_ask_mixed):
	Use g_spawn_* instead of gnome_execute_*, if a device is busy on
	startup, assume that it's because it's an already mounted CD drive,
	Fix the INACTIVE->ACTIVE state change (caused by the use of O_EXCL)
	(fixes autorun, Closes: #136062), Close the device before trying to
	mount it, or it will fail every time, Remove unused code and variables

2004-07-15  Bastien Nocera  <hadess@hadess.net>

	* daemon.c: (app_check_devices): mount all the CD devices on startup
	(Closes: #73543)

2004-07-15  Bastien Nocera  <hadess@hadess.net>

	* daemon.c: (mntent_has_fs_type), (app_device_run_command),
	(app_device_mount): listen to changes on "auto" types
	of filesystems as well (Closes: #104292)

2004-07-14  Bastien Nocera  <hadess@hadess.net>

	* capplet.c: (set_icon), (init_cd_capplet): use GtkIconTheme instead
	of GnomeIconTheme, fix possible crashes when the stock icons aren't
	available (Closes: #146450)

2004-05-01  Adam Weinberger  <adamw@gnome.org>

	* configure.in: Added en_CA to ALL_LINGUAS.

2004-04-09  Gareth Owen  <gowen72@yahoo.com>

	* configure.in: Added en_GB to ALL_LINGUAS

2004-04-07  Samúel Jón Gunnarsson  <sammi@techattack.nu>

	* configure.in: Added "is" to ALL_LINGUAS

2004-04-05  Pablo Saratxaga  <pablo@mandrakesoft.com>

	* configure.in: Added Macedonian (mk) to ALL_LINGUAS

2004-03-15  Bastien Nocera  <hadess@hadess.net>

	* capplet.c: (ok_callback), (init_cd_capplet):
	* cd-capplet.glade: add a help button, from a patch by Balamurali
	Viswanathan <balamurali.viswanathan@wipro.com> (Partially
	Closes: #136139), disabled for now as the help docs haven't been
	uploaded
	Fix a crash when the icon for the main window can't be found
	(Closes: #137228)

2004-03-04  Guntupalli Karunakar  <karunakar@freedomink.org>

	* configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.

2004-02-27  Bastien Nocera  <hadess@hadess.net>

	* daemon.c: (app_device_floppy_add), (app_device_autorun):
	spit out some debug when in verbose mode (--verbose), and a device
	can't be monitored because of permissions (Closes: #101635)