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).

