=== 2.7.3 ===

2004-06-16  Bastien Nocera  <hadess@hadess.net>

	* configure.in: release 2.7.3

2004-06-16  Bastien Nocera  <hadess@hadess.net>

	* configure.in: use the libstdc++ hack on FreeBSD 5 (thanks to
	Joe Marcus Clarke <marcus@FreeBSD.org> for the testing)

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

	* configure.in: require hal 0.2.92 or greater (Closes: #144188)

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

	* bacon-cd-selection.c: (bacon_cd_selection_finalize): fix a
	double-free, and bad ordering when removing the CD from the linked-list
	(thanks to Fernando Herrera <fherrera@onirica.com> for the testcase)

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

	* bacon-cd-selection.c: (bacon_cd_selection_class_init),
	(bacon_cd_selection_finalize), (cdrom_combo_box),
	(bacon_cd_selection_new), (bacon_cd_selection_set_have_file_image),
	(bacon_cd_selection_set_device), (bacon_cd_selection_get_device),
	(bacon_cd_selection_get_cdrom):
	* bacon-cd-selection.h: make the BaconCdSelection descend from a
	GtkComboBox instead of a GtkVBox
	* libnautilus-burn.pc.in: make libnautilus-burn depend on gtk+

2004-06-11  Bastien Nocera  <hadess@hadess.net>

	* bacon-cd-selection.c: (bacon_cd_selection_finalize): don't destroy
	the internal widget, it's already destroyed when we get to our
	container
	* nautilus-cd-burner.c: (main): destroy the dialog on exit
	Thanks to Fernando Herrera <fherrera@onirica.com> for spotting this

2004-06-11  Bastien Nocera  <hadess@hadess.net>

	* bacon-cd-selection.c: (bacon_cd_selection_set_have_file_image),
	(bacon_cd_selection_get_default_device): more parameters checking
	in those functions