2002-12-08  philippe brochard  <hocwp@free.fr>

	* Add dialog box game can't be start.

	* Change in config file : command_line_t doesn't use anymore

	* Bugfix in ask_replay : g_signal_connect_swapped replaced by
	g_signal_connect.

2002-11-01  philippe brochard  <hocwp@free.fr>

	* Add color in bid label

2002-10-29  philippe brochard  <hocwp@free.fr>

	* Done draw a resume of the game and ask for replay.

2002-10-25  philippe brochard  <hocwp@free.fr>

	* Solve a gtk warning when start a new game.

	* Done add a --no-start-screen option to connect directly to an 
	existing game.

2002-10-14  philippe brochard  <hocwp@free.fr>

	* Done end of game

	* Replace system call by g_spawn_command_line_async

	* Add logo image.

2002-09-08  Yves Mettier <ymettier@libertysurf.fr>

	* gnome2 support (default is disabled)

2002-09-07  gettextize  <bug-gnu-gettext@gnu.org>

	* Makefile.am (SUBDIRS): Add m4.
	(ACLOCAL_AMFLAGS): New variable.
	(EXTRA_DIST): Add config.rpath.
	* configure.in (AC_OUTPUT): Add po/Makefile.in, m4/Makefile.

2002-08-14  philippe brochard  <hocwp@free.fr>

	* Done show last turn when player play a card.

2002-07-29  philippe brochard  <hocwp@free.fr>

	* Done geometry in configuration menu. (+ a hack to store
	a bit more exact geometry than gtk_window_parse_geometry
	which doesn't work well on my system (width is the double
	of request width (a bug ?)).

	* Done background color in configuration menu.

2002-07-28  philippe brochard  <hocwp@free.fr>

	* Done save configuration file.

	* Add a lock system to start only one game at a time.

2002-07-27  philippe brochard  <hocwp@free.fr>

	* Done programs menu to start server and other client from
	mt_gtk_client.

2002-07-25  philippe brochard  <hocwp@free.fr>

	* Done an rc file using functions in maitretarot.h.

2002-07-24  philippe brochard  <hocwp@free.fr>

	* Done about dialog box.

	* Done sort cards functions.

2002-07-23  philippe brochard  <hocwp@free.fr>

	* Change callback for redrawing desktop. Now use a general callback
	assign once at begining with "configure-event", and it's only a pointer
	on callback function which change with different redraw function.

	* BugFix with sort_card. Now cards that are displayed are cards that
	player have in hand (and not something else following the sort of cards).

2002-07-22  philippe brochard  <hocwp@free.fr>

	* Done choose card part.

2002-07-20  philippe brochard  <hocwp@free.fr>

	* Change for hidding cards, they're put in coordinates (X_HIDE, Y_HIDE),
	outside the screen (-1000, -1000 by default). With cards always on
	screen, there's less blinking than with put/remove or hide/unhide actions
	and the code is much more simple with just gtk_layout_move than with
	both gtk_layout_put and gtk_layout_move.

	* Removed widget (gtk_box_event) under gui_layout to prevent blinking,
	because	gui_layout is no more hidden entirely

2002-07-19  philippe brochard  <hocwp@free.fr>

	* Done choose chien part.

2002-07-18  philippe brochard  <hocwp@free.fr>

	* Add a callback function for removing cards.

	* Add a geometry option to set size of window.

2002-07-17  philippe brochard  <hocwp@free.fr>

	* Done choose bid part.

	* Done better structure of code (final I hope :)

2002-07-15  philippe brochard  <hocwp@free.fr>

	* Done main window with player name, host name, and server port.

2002-07-14  philippe brochard  <hocwp@free.fr>

	* Done first gui with automatic centering for widget.

