2004-09-20  Bastien Nocera  <hadess@hadess.net>

	* cd-drive.c: (cd_drive_door_open),
	(cd_drive_get_media_type_from_path_full),
	(cd_drive_get_media_type_from_path), (cd_drive_get_media_type),
	(cd_drive_get_media_type_and_rewritable):
	* cd-drive.h:
	* cd-recorder.c: (media_type_matches),
	(cd_recorder_wait_for_insertion):
	* dvd_plus_rw_utils.cpp:
	* list_cddrives.c: (list_cdroms):
	More fixes for drives that don't handle medium reporting properly,
	including fixes for blanking (patch from Alex Larsson
	<alexl@redhat.com>)

2004-09-19  Bastien Nocera  <hadess@hadess.net>

	* nautilus-cd-burner.c: (action_changed_cb): correct translations
	of the actions (we translated, but not displayed by the program)
	(Closes: #153074)

2004-09-17  Bastien Nocera  <hadess@hadess.net>

	* cd-drive.c: (cd_drive_get_media_type_from_path),
	(cd_drive_get_media_type), (hal_scan): use HAL to get the CD medium
	type if possible (patch from Alex Larsson <alexl@redhat.com>)
	(Closes: #145196)

2004-09-17  Bastien Nocera  <hadess@hadess.net>

	* cd-recorder.c: (insert_cd_retry), (cdrecord_stdout_read),
	(growisofs_stderr_read), (cdrecord_stderr_read),
	(cd_recorder_write_tracks): Revert the changes to assert when
	cdrecord can't find a medium, fixes potential crashes with older
	CD drives that don't support MMC v2 commands (patch from Alex
	Larsson <alexl@redhat.com>)

2004-09-17  Bastien Nocera  <hadess@hadess.net>

	* cd-recorder.h: fix the insert_cd signal prototype
	* nautilus-cd-burner.c: (insert_cd_request_cb): fix the inverted
	usage of is_reload in insert_cd_request_cb (Patches from Alex
	Larsson <alexl@redhat.com>)