2003-02-08  Yves Mettier <ymettier@libertysurf.fr>

	* 0.1.98 release

2003-02-08  philippe brochard  <hocwp@free.fr>

	* Change to use lib_mt_client.

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

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

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

	* 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-18  philippe brochard  <hocwp@free.fr>

	* Add callback for removing cards.

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

	* Remove libmt_client_remove_card, the client have to do that (if it wants).

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

	* Move libmt_client_? to libmaitretarot, so now client use libmt_client

	* Removed interface messages, replaced by g_printerr.

	* Added: player_not_make_chien when the player has not to make the chien 
	   (useful if client have to make some inits)

	* Changed name convention to preprare libmt_client

2002-06-30  philippe brochard  <hocwp@free.fr>

	* Remove/Comment message on desktop when playing

	* Changed now client has to send a card and not its index in player_client_function_choose_card

	* Minor change in new API (more robust)

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

	* Add sleep for cpu time < 99%

	* Bugfix when a card is invalide

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

	* Changed API completly !

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

	* Removed player_have_to_make_chien function (because not useful and can be determined by an other way)

2002-06-21  philippe brochard  <hocwp@free.fr>

	* Correct a little bug in drawing-card-played

	* Make cheating mode off by default

	* Change in ChangeLog format

* Thu Jun 20 22:57:32 CEST 2002 Philippe Brochard <hocwp.free.fr>
- Added: cheating mode.
- Added: read command line.

* Sun Jun  2 12:11:40 CEST 2002 Philippe Brochard <hocwp.free.fr>
- Added: function player_remove_hand_card in player.c so client
	can't play the same card twice.

* Sat Jun  1 23:07:04 CEST 2002 Philippe Brochard <hocwp.free.fr>
- create game.c and game.h -> code is more cleaner

* Sun May 19 2002 Philippe Brochard <hocwp.free.fr>
- BugFix for card sent when playing.
- BugFix in loop for playing cards.

* Sun May 12 2002 Philippe Brochard <hocwp.free.fr>
- Add: log file for client (display in a new window with ./run)
- Problems with bids between client/servre.


* Sat May 11 2002 Philippe Brochard <hocwp.free.fr>
- End of definition of client (can't test).

* Sat May  4 2002 Philippe Brochard <hocwp.free.fr>
- Setsockopt in net.c
- Rename gui in client player_gui.c -> player_client.c


* Wed May  1 2002 Philippe Brochard <hocwp.free.fr>
- Solve a bug with background color in drawing cards
- Better definition of interface.c (use_color & default_background option)

* Wed Apr 24 2002 Philippe Brochard <hocwp.free.fr>
- Butter use of the GUI (use keypad for chien)

* Sun Apr 14 2002 Philippe Brochard <hocwp.free.fr>
- Rename some functions
- Call with server (-> make chien)

* Sat Apr 13 2002 Yves Mettier <ymettier@libertysurf.fr>
- Added some #includes to remove warnings on my compiler.
