2004-01-06  Callum McKenzie  <callum@physics.otago.ac.nz>

	* games-gridframe.c: Fix the size request code.

2004-01-05  Callum McKenzie  <callum@physics.otago.ac.nz>

	* Makefile.am:
	* games-gridframe.h: 	
	* games-gridframe.c: Create a new widget to keep a widget's size
	at a fixed multiple of an integer.

2003-12-17  Callum McKenzie  <callum@physics.otago.ac.nz>

	* games-files.c:	
	* games-files.h: Convert games_files_list to a proper gobject.
	Added games_file_list_get_nth and games_file_list_for_each.
	Removed games_file_list_new_short and games_file_list_free (use
	g_object_unref). Also added file name transformation flags to
	*_create_widget.

2003-12-04  Callum McKenzie  <callum@physics.otago.ac.nz>

	* games-files.c:	
	* games-files.h: Add new routines (and rework some old ones) for
	finding images in a path and for dealing for cleanly with common
	UI work.

2003-11-27  Callum McKenzie  <callum@physics.otago.ac.nz>

	* Makefile.am:
	* games-files.c:
	* games-files.c: New routines (and files) for searching paths.

2003-10-30  Callum McKenzie  <callum@localhost.localdomain>

	* Makefile.am: Removed *_DISABLE_DEPRECATED.

2003-08-12  Callum McKenzie  <callum@physics.otago.ac.nz>

	* games-clock.c: 
	* games-clock.h:
	Added an add_seconds call to the API (mostly for gnomine).

2003-06-19  Callum McKenzie  <callum@physics.otago.ac.nz>

	* games-gconf.c: Final compile warnings fixes.

2003-06-18  William Jon McCann  <mccann@jhu.edu>

	* games-frame.c (games_frame_add): Make games frame fill the
	available space.

2003-06-11  Callum McKenzie  <callum@physics.otago.ac.nz>

	* games-frame.c (games_frame_set_label): Compile fixups for those
	of us still using ANSI C, bad Jon :).

2003-06-10  William Jon McCann  <mccann@jhu.edu>

	* games-frame.c (games_frame_set_label): Added
	games_frame_set_label function.

2003-06-09  William Jon McCann  <mccann@jhu.edu>

	* games-frame.h:
	* games-frame.c: New functions to create a HIG compliant
	frame widget.

2003-06-06  Callum McKenzie  <callum@physics.otago.ac.nz>

	* games-gconf.c (games_gconf_sanity_check_string): Remove a
	compiler warning.
	(games_gconf_get_string): Initialise the error *, gconf likes
	that.

2003-06-05  William Jon McCann  <mccann@jhu.edu>

	* games-gconf.c (games_gconf_sanity_check_string): Destroy dialog
	after a response.  This wasn't noticed because it has always been
	used right before a game exits with an error.

2003-06-04  William Jon McCann  <mccann@jhu.edu>

	* games-gconf.c: Use public API to set use-markup.

2003-05-09  Callum McKenzie  <callum@physics.otago.ac.nz>

	* games-gconf.c (games_gconf_sanity_check_string): i18n fixups for
	marked up messages. Fixes bug #112575. Also HIG fixups as per bug
	#112244.

2003-03-06  Ross Burton  <ross@burtonini.com>

	* games-gconf.[ch]: GConf utility functions for the games. So far
	a safe get_string() method which takes a default, and a
	string-based sanity check (check it exists, display warning if it
	doesn't).

2002-04-16  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am:
	* games-clock.c: (games_clock_update):
	forgot to commit fix for a warning

2002-03-07  Juan Pablo Mendoza <jpablo@gnome.org>

	* games-clock.c: Apply patch from Tommi Komulainen,
	  to display the correct numbers of minutes.

2002-01-09  Juan Pablo Mendoza <jpablo@gnome.org>

	* games-clock.c: Fix the time calculation.

2001-12-30  Juan Pablo Mendoza <jpablo@gnome.org>

	* games-clock.c: Merge a changue from gnomines/clock.c.

2001-12-23  Mark McLoughlin  <mark@skynet.ie>

	* games-clock.[ch]: copied from iagno/clock.[ch]. Change 
	the format to be like the old GtkClock.

