1998-12-06  Carsten Schaar  <nhadcasc@fs-maphy.uni-hannover.de>

	* io-gtk.c: Replaced all 'gnome_dialog_set_modal' calls with
 	'gtk_window_set_modal'.

1998-11-28  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>

	* option-dialog.c (option_dialog_apply_callback): added just one
	GPOINTER_TO_INT where it was apropriate 
	
	* io-gtk.c: fixed a few cast done w/o GPOINTER_TO_INT and changed some
	int's to gint's

1998-11-22  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

	* game.c: Applied patch by <puckett+@andrew.cmu.edu>.  Now use all
	of the available free fields.

1998-11-21  Felix Bellaby <felix@pooh.u-net.com>
	* card.h: synced with card library.
	* card.c: synced with card library.
	* card-draw.c: synced with card library.

1998-11-19  Richard Hestilow  <hestgray@ionet.net>
	
	* menu.c: Added underscore accelerators

1998-07-25  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>

	* freecell.desktop: Added Portuguese translation.

1998-05-27  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

	* io-gtk.c: Apply patches from Simon Kedal <simon@sdf.se>.

	1) when you make the window bigger, the main card area is getting
	all the new free space.
	
	2) Changes gnome_message_box_set_modal -> gnome_dialog_set_modal.

1998-04-25  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

	* tb-xpms.h: Icons for toolbar.
	* menu.c (main_toolbarinfo): Uses the icons in tb-xpms.h.

	* io-gtk.c (callback_undo): Uses GNOME_STOCK_BUTTON_* in dialog.
	(callback_restart): Likewise.
	(callback_new_with_seed): Likewise.
	(callback_new): Likewise.
	(callback_rule): Likewise.
	(callback_exit): Likewise.
	(inform_invalid_move): Likewise.
	(to_destination_auto): Likewise.
	* score-dialog.c (score_dialog): Likewise.
	
	* menu.c (game_menuinfo): Added undo feature.
	* io-gtk.c (callback_undo): Undo feature.

	* game.h (__FREECELLGAME): Added history.
	* game.c (history_pop): New function.
	(history_push): New function.
	(freecellgame_undo): Undo implemented with the history.  But, even
	automatical moves are saved to history.  It must be fixed.

	* option.[ch]: Added an option, `move one by one' at each turns.
	* option-dialog.c (option_dialog): Likewise.
	* io-gtk.c (callback_field_press): Likewise.

	* io-gtk.c (callback_new_with_seed_really): Use GnomeDialog.

	* option-dialog.c: Use callback's parameter instead of static
	variable.

	* *.[ch]: Confusings about FSF's address..  Boston is the correct
	address.

1998-04-24  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

	* option-dialog.c: Use GnomePropertyBox.

	* score-dialog.c: Use GnomeDialog.

	* *.[ch]: Changed copyright to FSF.  Changed FSF's address to
	Cambridge, MA 02139.

1998-04-21  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

	* io-gtk.c (to_destination_auto): Fixed a bug (NO play again
	also makes a new game).

