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

	* Release 2.0.1

2002-08-01  Federico Mena Quintero  <federico@ximian.com>

	* gnome-keyboard-properties.glade: Made the file entry modal.

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

	* gnome-keyboard-properties.c (setup_dialog) : use the gconf_value_int_to_float
	  convenience routines directly and convert the repeat speed and delay
	  to use sliders.

	* gnome-keyboard-properties.c (accessibility_button_clicked) : produce
	  a better warning for failure to launch the keyboard accessibility
	  capplet.

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

	* Release 2.0.0

2002-06-10  jacob berkman  <jacob@ximian.com>

	* gnome-keyboard-properties.glade: hide the keyclick slider.

	fixes #78015

	reviewed/approved by jrb, luis, jody

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

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


Sun May 26 11:30:25 2002  Jonathan Blandford  <jrb@gnome.org>

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

2002-05-16  jacob berkman  <jacob@ximian.com>

	* gnome-keyboard-properties.c (get_legacy_settings): don't copy
	the volume, this setting is gone
	(main): dont' show_all() the dialog

	* gnome-keyboard-properties.glade: hide the "other" option button

	fixes for #78016

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

	* gnome-keyboard-properties.glade : some minor tweakage.

Mon May 13 17:32:25 2002  Jonathan Blandford  <jrb@redhat.com>

	* gnome-keyboard-properties.c (delay_to_widget): hook up widget
	correctly.

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

	* gnome-keyboard-properties.c (dialog_response) : support help.
	* gnome-keyboard-properties.glade : add help.

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

	* gnome-keyboard-properties.glade : long forgotten atk patch from Dave.
	  Sorry.

2002-04-22  Rachel Hestilow  <hestilow@ximian.com>

	* gnome-keyboard-properties.glade: Restore missing OptionMenu
	labels.
	
Thu Apr 18 13:59:12 2002  Jonathan Blandford  <jrb@gnome.org>

	* gnome-keyboard-properties.glade: cleanups.

	* gnome-keyboard-properties.c: remove accessibility pane and add a
	button.

Wed Apr 10 18:06:25 2002  Jonathan Blandford  <jrb@gnome.org>

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

2002-03-29  Jody Goldberg <jody@gnome.org>

	* gnome-keyboard-properties.glade : click_volume range is 0..100

2002-03-26  Lauris Kaplinski  <lauris@ximian.com>

	* gnome-keyboard-properties.c (bell_to_widget): Be nice on
	invalid and NULL Gconf values

2002-03-25  Jody Goldberg <jody@gnome.org>

	* gnome-keyboard-properties.c (volume_to_widget) : new.
	(volume_from_widget) : new.
	(setup_dialog) : use them here.

2002-03-25  Jody Goldberg <jody@gnome.org>

	* gnome-keyboard-properties.c (setup_accessibility) : Use
	  gtk_label_new_with_mnemonic and add an accel to the label.

2002-03-19  Jody Goldberg <jody@gnome.org>

	* gnome-keyboard-properties.c (_to_widget) : fix signature.
	(*_from_widget) : fix signature.

2002-03-13  Jody Goldberg <jody@gnome.org>

	* gnome-keyboard-properties.c (setup_accessibility) : new.
	(main) : install the accessibility page.

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

	* gnome-keyboard-properties.c (bell_enums): Swap around. This
	was initially reversed because of a bug in gconf-peditor.
	Ideally this code should use the new enum functions, but
	the existing stuff works so I so no immediate need to rewrite
	it.
	(*_to/from_widget): Convert to new signature.
	
2002-03-19  Lauris Kaplinski  <lauris@ximian.com>

	* gnome-keyboard-properties.c (bell_to_widget): Check that
	value actually is string - that fixes crash with broken schemas

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

	* gnome-keyboard-properties.c: (main):

	Activate the settings daemon if its not already running.

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

	* gnome-keyboard-properties.c: s/PACKAGE/GETTEXT_PACKAGE/g
	
2002-02-10  Richard Hestilow  <hestilow@ximian.com>

	* Make dialog Apply/Close.

Fri Feb  8 23:53:10 2002  Jonathan Blandford  <jrb@redhat.com>

	* gnome-keyboard-properties.c (dialog_response): hook up buttons.

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

	* Makefile.am:

	Install icon into the standard pixmaps directory
	so that Panel & Nautilus will pick up on it.

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

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

Tue Jan  8 15:49:15 2002  Jonathan Blandford  <jrb@redhat.com>

	* .cvsignore: update
	* Makefile.am: Add gnome-keyboard-properties.c
	* gnome-keyboard-properties.c: New, much nicer capplet.
	* gnome-keyboard-properties.glade: glade file for above.
	* keyboard-bell.png:
	* keyboard-cursor.png:
	* keyboard-repeat.png:
	* keyboard-volume.png: Images for above.  Note,
	keyboard-cursor.png is my pathetic attempt at artwork, and will
	prolly change in the future.

2001-12-20  Seth Nickell  <snickell@stanford.edu>

	* keyboard.desktop.in:

	Add Categories field so it shows up correctly in the
	panel menus.

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

	* keyboard-properties.c (dialog_button_clicked_cb): Update
	(main): Use a GtkDialog rather than a GnomeDialog; don't place a
	weak ref on gtk_main_quit

	* Makefile.am: Update

	* keyboard.desktop.in.in (Exec): Update

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

	* keyboard-properties.c (apply_settings): Comment out; pending
	removal to gnome-settings-daemon
	(setup_dialog): Set conversion functions
	(rate_to_widget, rate_from_widget, delay_to_widget) 
	(delay_from_widget): Implement

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

	* keyboard-properties.c: Port to GConf/GNOME 2.0. Many changes.
	(setup_dialog): Use correct widget name
	(create_dialog): Use gtk_image_ functions for the volume icon
	(get_int_from_changeset): Use return value of
	gconf_change_set_check_value to determine if the key is in the set
	(get_legacy_settings): Enable

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
	keyboard-properties-control and create a wrapper script from
	../common/wrapper-script.in to be named keyboard-properties

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

	* keyboard-properties.xml: Fixed default delay setting

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-26  Joakim Ziegler  <joakim@ximian.com>

  * keyboard-properties.glade: Changed the label of the delay slider to be
  more intuitive.

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

	* keyboard-properties.c (apply_settings): Initialize the other
	fields of this data structure
	(apply_settings): Use lookup table to get the values to put in
	kbdsettings
	(apply_settings): Tweak the numbers a bit

	* Makefile.am (bonobo_sources): Remove bonobo-property-editor-range.[ch]

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

	* Makefile.am: remove the OAF_FILE_IN_RULE and copy it here
	(bonobo_sources): add bonobo-properties-editor-range.[ch]

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

2001-07-24  Richard Hestilow  <hestilow@ximian.com>
	
	* main.c (main): Pass in legacy files to capplet_init.

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
	(EXTRA_DIST): Make sure to include defaults and OAF files

	* keyboard.desktop.in.in (Exec): Update for bonoboization

	* Bonobo_Control_Capplet_keyboard_properties.oaf: Update to
	correct binary name

	* main.c (create_dialog): Use GNOMECC_GLADE_DIR rather than
	GLADE_DATADIR

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

	* main.c (create_dialog): Revert to old prototype.
	(setup_dialog): Moved signal_connect on demo button to here.

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

	* Rewritten to use bonobo-conf.

2001-07-18  Jakub Steiner <jimmac@ximian.com>

	* keyboard-capplet.png: use the 3d version.

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

	* Makefile.am: nice and clean just as we like it

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

	* Makefile.am (EXTRA_DIST): Added missing icons_DATA

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

	* Makefile.am ($(desktop).in): desktop.in.in -> desktop.in ->desktop
	so that we can merge the incondir path.
	* add keyboard-capplet.png (by jimmac) an use it

2001-07-10  Kai Lahmann <kl@linuxfaqs.de>

	* keyboard-properties.desktop: Fixed wrong binary name

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

	* prefs-widget.c (set_scale): Add appropriate casts

2000-12-26  Jacob "Ulysses" Berkman  <jacob@helixcode.com>

	* keyboard-properties.glade: re-did the UI a bit

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

	* Makefile.am (EXTRA_DIST): Add translation file

2000-09-12  Bradford Hovinen  <hovinen@helixcode.com>

	* preferences.c (preferences_clone): Added in missing code to copy
	preferences over

