1999-07-08  Ian Peters  <itp@gnu.org>

	* io-gtk.c, game.c: Finally fix for good and dead anything related to
	the history, undo, dumping core when you win, clicking yes to a new
	game, etc etc.  I think... :-)  Special thanks to my Debian maintainer
	for helpful patches.  (closes: #1076, #1179, #1430)

1999-04-16  Ian Peters  <itp@gnu.org>

	* io-gtk.c: Fix bug 807 (Freecell dumps core if you win), thanks to
	Ainsley Pereira for the fix.

1999-03-12  Ian Peters  <itp@gnu.org>

	* io-gtk.c: Kill the history once you win, so that you can't undo and
	then win all over again.

1999-03-12  Ian Peters  <itp@gnu.org>

	* io-gtk.c: Added a global mb variable, checks for duplicate dialogs
	from the exit, restart, and new functions.

1999-03-11  Ian Peters  <itp@gnu.org>

	* io-gtk.c: Added lots of calls to gnome_dialog_set_parent.  Some
	dialogs were modal that didn't need to be, fixed.  Spelling
	corrections.  Stopped setting dialog's position, as this is set
	globally for GNOME in a capplet.

	* menu.c: Removed .'s from the tooltips on the toolbar.  Cleaned up
	some of the tooltips/menuitems.  Made the "New with seed" menu and
	toolbar pixmaps consistant.

	* option-dialog.c: Tweaked the labels in the option dialog a little.

1999-03-11  Ian Peters  <itp@gnu.org>

	* card.c: (deck_shuffle): Hopefully fixed the "King of Spades is always
	in the top left" bug.

1999-02-23  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

	* freecell.desktop: Recover the currupted Korean translation.

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

