2002-11-02  Jody Goldberg <jody@gnome.org>

	* Release 2.1.2

2002-10-21  Jody Goldberg <jody@gnome.org>

	* Release 2.1.1

2002-10-08  Deepa Natarajan  <deepa.natarajan@wipro.com>

	*sound-properties.glade: Remove mnemonics for notebook tabs.
	Fixes bug# 94160.

2002-10-01  Jody Goldberg <jody@gnome.org>

	* Release 2.1.0.1

2002-08-21  Jody Goldberg <jody@gnome.org>

	* Release 2.1.0

2002-08-19  Ross Burton  <ross@burtonini.com>

	* sound.desktop.in: Fix the desktop file so that it validates.

2002-07-31  Federico Mena Quintero  <federico@ximian.com>

	* sound-properties-capplet.c (main): Do not pass -1 for the dialog
	flags; just pass GTK_DIALOG_NO_SEPARATOR.  Fixes #89408 and #88614.

2002-06-17  Jody Goldberg <jody@gnome.org>

	* Release 2.0.0

2002-05-28  Satyajit Kanungo <satyajit.kanungo@wipro.com>

        * sound-properties-capplet.c : Changed the help file link
          to get the help document from user-guide.

2002-05-26  Jody Goldberg <jody@gnome.org>

	* sound-properties-capplet.c (dialog_button_clicked_cb) : Improve
	  handling of help failures.

Sun May 26 11:32:09 2002  Jonathan Blandford  <jrb@gnome.org>

	* sound-properties-capplet.c (main): use APPID instead of argv[0]

2002-05-08  Jody Goldberg <jody@gnome.org>

	* sound-properties-capplet.c (dialog_button_clicked_cb) : fix help path

2002-05-07  Jody Goldberg <jody@gnome.org>

	* sound-properties-capplet.c (main) : add help.
	(dialog_button_clicked_cb) : support help and support WM based exit.

Wed Apr 10 18:05:30 2002  Jonathan Blandford  <jrb@gnome.org>

	* sound.desktop.in (Exec): s/gnome2/gnome

2002-03-27  Richard Hestilow  <hestilow@ximian.com>

	* sound-properties.glade: Add mnemonics.

	* sound-properties-capplet.c (create_dialog): Connect to
	properties so we know when to save.

2002-03-27  Richard Hestilow  <hestilow@ximian.com>

	* sound-properties.glade: Add mnemonics.

	* sound-properties-capplet.c (create_dialog): Connect to
	properties so we know when to save.

2002-03-10  Seth Nickell  <snickell@stanford.edu>

	* main.c: (main):
	* sound-properties-capplet.c: (main):

	Activate the settings daemon if its not already running.
	
2002-03-07  Richard Hestilow  <hestilow@ximian.com>
	
	* sound-properties-capplet.c (main): Okay, so I'm an idiot.

2002-03-06  Richard Hestilow  <hestilow@ximian.com>

	* sound-properties-capplet.c (main): Remove textdomain stuff.
	I'm not 100% certain this is correct, but none of the other capplets
	have it.
	
2002-03-07  Lauris Kaplinski  <lauris@ximian.com>

	* sound-properties-capplet.c: Do not include unused <esd.h>

2002-02-27  Kjartan Maraas  <kmaraas@gnome.org>

	* sound-properties-capplet.c: s/PACKAGE/GETTEXT_PACKAGE/g

2002-02-11  Seth Nickell  <snickell@stanford.edu>

	* sound-properties-capplet.c: (setup_dialog),
	(dialog_button_clicked_cb), (main):

	Convert to instant apply.

2002-02-04  Lauris Kaplinski  <lauris@ximian.com>

	* sound-properties-capplet.c (create_dialog): Use g_object_set_data,
	use g_signal_connect
	(dialog_button_clicked_cb): GtkDialog instead of GnomeDialog
	(create_dialog): Use gtk_widget_set_size_request

2002-01-27  Seth Nickell  <snickell@stanford.edu>

	* sound.desktop.in:

	Add categories field to .desktop file.

2002-01-19  Seth Nickell  <snickell@stanford.edu>

	* Makefile.am:

	Install icons into the pixmaps directory so the Panel
	& Nautilus will pick up on them.

2002-01-14  Bradford Hovinen  <hovinen@ximian.com>

	* Makefile.am (bin_PROGRAMS): Rename binary gnome2-sound-properties

2002-01-08  Richard Hestilow  <hestilow@ximian.com>

	* Port to GNOME 2.0.

2001-11-18  Richard Hestilow  <hestilow@ximian.com>

	* Makefile.am (sound_properties_control_LDADD): Add libsounds.a.

	* prefs-widget.c (apply_settings): Export our settings to
	gnome-config (needed by gnome-libs). Also save and reload event
	sounds.
	(create_dialog): Add a SoundView on the sound events.

	* sound-properties.glade: Add a tab for the sound events.

2001-10-12  Bradford Hovinen  <hovinen@ximian.com>

	* Makefile.am: Make OAF file creation generic

2001-09-28  Bradford Hovinen  <hovinen@ximian.com>

	* Makefile.am: Remove support for disabling bonobo-conf build

	* Makefile.am: Change the binary name to
	mouse-properties-control and create a wrapper script from
	../common/wrapper-script.in to be named mouse-properties-capplet

2001-07-31  Chema Celorio  <chema@celorio.com>

	* Makefile.am (cappletname): add DISTDIR to install-data-local

2001-07-27  Bradford Hovinen  <hovinen@ximian.com>

	* RELEASE : 1.5.2

2001-07-25  Chema Celorio  <chema@celorio.com>

	* Makefile.am: remove the OAF_FILE_IN_RULE and copy it here
	* Makefile.am: remove the DESKTOP_IN_RULE and copy the sed here

2001-07-25  Bradford Hovinen  <hovinen@ximian.com>

	* prefs-widget.c (prefs_widget_init): Fix macro name

	* main.c (main): Fix macro name

2001-07-24  Richard Hestilow  <hestilow@ximian.com>
	
	* sound-properties-capplet.c (main): Pass in legacy files to
	capplet_init.
	(get_legacy_settings): Use the "Main" config prefix.

2001-07-23  Bradford Hovinen  <hovinen@ximian.com>

	* sound-properties-capplet.c (apply_settings): Make sure ESD gets
	killed if it's supposed to

2001-07-20  Chema Celorio  <chema@celorio.com>

	* RELEASE : 1.5.0

2001-07-19  Bradford Hovinen  <hovinen@ximian.com>

	* Makefile.am: Remove SUBDIRS
	Remove extraneous EXTRA_DIST
	Make sure to include defaults and OAF info files

2001-07-18  Bradford Hovinen  <hovinen@ximian.com>

	* Bonobo_Control_Capplet_sound_properties.oaf: Update for new
	binary name

2001-07-18  Richard Hestilow  <hestilow@ximian.com>

	* sound-properties-capplet.c (create_dialog): Revert that. 

2001-07-18  Richard Hestilow  <hestilow@ximian.com>

	* sound-properties-capplet.c (create_dialog): Change to reflect
	new prototype.

2001-07-17  Chema Celorio  <chema@celorio.com>

	* Makefile.am (SUBDIRS): clean

2001-07-17  Bradford Hovinen  <hovinen@ximian.com>

	* sound-properties-capplet.c (create_dialog): Implement
	(main): Call glade_gnome_init; pass create_dialog to capplet_init
	(setup_dialog): Retrieve the Glade data from the widget passed to
	this function
	(create_dialog): Make sure dialog is destroyed when widget is

	* Makefile.am (EXTRA_DIST): Changed Applications_DATA to
	Applications_in_files
	(INCLUDES): Add -DGLADE_DATADIR

	* sound-properties-capplet.c (setup_dialog): Sensitize events
	check box only if ESD is already enabled

	* sound-properties.glade: Prune dialog down to the two check
	buttons

2001-07-13  Bradford Hovinen  <hovinen@ximian.com>

	* sound-properties-capplet.c (set_moniker_cb): Resolve
	configuration database and store in property frame
	(apply_cb): Retrieve configuration database from property frame
	(create_control_cb): Don't store config database in property
	control
	(create_control_cb): Add listener for property change in config
	database
	(changed_cb): Implement

2001-07-12  Bradford Hovinen  <hovinen@ximian.com>

	* sound-properties-capplet.c (apply_settings): Disable launch of
	esd, due to esd's general suckiness

	* sound-properties.xml: Update to use correct names for settings

	* sound-properties-capplet.c (set_moniker_cb): Change event_sound
	to event_sounds

2001-07-10  Bradford Hovinen  <hovinen@ximian.com>

	* sound-properties-capplet.c (set_moniker_cb): Make full moniker
	(apply_settings): Release the return value
	(main): Support --get-legacy option
	(get_legacy_settings): Implement
	(create_control_cb): Connect apply_cb
	(COPY_FROM_LEGACY): Use bonobo_config_set_...
	(main): Open config database regardless of what operation is
	requested; pass to create_control callback
	(apply_settings): Use bonobo_config_get_...
	(get_legacy_settings): 
	(apply_settings): Don't accept CORBA_Environment *ev any more
	(create_control_cb): Store the config database in the property control
	(apply_settings): Use the correct setting name
	(apply_cb): Apply settings and sync
	(apply_settings): Kill esd when requested
	(get_legacy_settings): Sync database

	* sound-properties.xml: Fixed path name

2001-07-09  Bradford Hovinen  <hovinen@ximian.com>

	* sound-properties.xml: Use 0 and 1 rather than true and false

	* sound-properties-capplet.c (create_control_cb): Implement
	(main): Use create_control_cb

	* Bonobo_Control_Capplet_sound_properties.oaf: Use PropertyControl interface

	* sound-properties-capplet.c (create_dialog_cb): Update signature
	for use as a BonoboPropertyControlGetControlFn

	* Makefile.am (defaults_DATA): Add sound-properties.xml
	(EXTRA_DIST): Add defaults_DATA

	* sound-properties-capplet.c (close_cb): Don't destroy the widget
	-- it's already destroyed

2001-06-07  Christian Rose  <menthos@menthos.com>

	* sound-properties.desktop: Modified Swedish translation.

2001-04-27  Bradford Hovinen  <hovinen@ximian.com>

	* preferences.c (category_read_xml): Make description a child node
	rather than an attribute
	(sound_event_read_xml): Make name an attribute rather than a child
	node

2000-10-08  Bradford Hovinen  <hovinen@helixcode.com>

	* Makefile.am (EXTRA_DIST): Add translation file

