Mon Dec 11 12:54:30 1995  Jered J Floyd  <jered@limekiller.MIT.EDU>

	* chess_capture_move.C: Updated diplsy on to be correct.

	* antichess_board.C: Tweaked piece values.

Mon Dec 11 06:15:32 1995  Sam Hartman  <hartmans@tertius.mit.edu>

	* chess_display_board.C (get): Handle moves correctly.

Mon Dec 11 03:53:14 1995  Sam Hartman  <hartmans@bart-savagewood>

	* chess_capture_move.C: Have copy return a move *.


Mon Dec 11 00:13:30 1995  Jered J Floyd  <jered@limekiller.MIT.EDU>

	* chess_display.C (display): Changed some spaces to _'s.
	(display): BORDER = 0

Sun Dec 10 04:39:23 1995  Sam Hartman  <hartmans@tertius.mit.edu>

	* chess_display_board.C (get): Implement error checking when moves applied, etc.


Sat Dec  9 18:26:01 1995  David D Golombek  <daveg@bart-savagewood>

	* chess_display_board.C Added stomove


Sat Dec  9 17:43:08 1995  Sam Hartman  <hartmans@tertius.mit.edu>

	* chess_display.C (display): Fix winner and turn display.

Sat Dec  9 18:26:01 1995  David D Golombek  <daveg@bart-savagewood>

	* antichess_board.C redid eval_move_delta

Sat Dec  9 01:28:24 1995  David D Golombek  <daveg@bill-the-cat>

	* antichess_board.C (apply) Forces captures.

Thu Dec  7 22:02:16 1995  Jered J Floyd  <jered@bill-the-cat>

	* chess_display.C (display): Fixed a GET form uri.

	* chess_display_board.C (parse_square): Fixed row column swap
	  in parse_square.
	  (parse_square): Fixed an off-by-one in parse_square.

	* chess_display.C (display): Fixed some off-by-one errors.

Thu Dec  7 18:41:15 1995  Sam Hartman  <hartmans@portnoy>

	* chess_display_board.C (get): Only return an error if we really are dissociated.



Thu Dec  7 17:15:17 1995  Jered J Floyd  <jered@opus.MIT.EDU>

	* chess_display.C (display): Added a SUBMIT button to the
	  form. Gee, doesn't that help!
	  (display): Changed uri()'s to uri_with_move()'s.


Mon Dec  4 02:56:57 1995  Sam Hartman  <hartmans@tertius.mit.edu>

	* antichess_valid_moves.C: Use reference instead of copy of move
        so all hell doesn't happen when stack gets overwritten.

Mon Dec  4 00:44:39 1995  David D Golombek  <daveg@tertius.mit.edu>

	* chess_display_board: fixed bugs, added null constructor and 
	clone_part.

	* antichess_board: added clone, bug fixes

Sun Dec  3 23:57:14 1995  Jered J Floyd  (jered@vorlon)

	* Makefile.in (OBJS): Added chess_display.o

Sun Dec  3 14:09:11 1995  Sam Hartman  <hartmans@tertius.mit.edu>

	* chess_display_board.C (get): Implement dest and select.

	* chess_capture_move.C: In constructors, use path.
	Add p.x1 instead of x1 (and others) in many places, fix syntax errors.

	* antichess_valid_moves_avail.C (valid_moves_avail): Use current_player instead of player_turn.

	* antichess_valid_moves.C: Make possible_moves a heap array so it
        lasts long enough to be useful.  Use current_player() instead of
        player_turn because player_turn is private to chess_display_board.
        Return a antichess_move_gen if it isn't our turn, *not* an array.

Sun Dec  3 04:35:20 1995  David Golombek  <daveg@pakse.mit.edu>

	* chess_capture_move.C: added promotion checking
	* chess_display_board.C: added promotion checking, and turn alternating code..
	* antichess_valid_moves.C: added turn alternating
	* antichess_valid_moves_avail.C: added turn alternating

Sat Dec  2 17:40:41 1995  Sam Hartman  <hartmans@tertius.mit.edu>

	* chess_display_board.C: Implement parse_square.

	* chess_capture_move.C (chess_capture_move): Implement constructor
        that takes board for use by chess_display_board::get

	* chess_display_board.C (get): implement

Sat Dec  2 06:56:14 1995  David D Golombek  <daveg@ringworld.MIT.EDU>

	* chess_display_board.C added save and squaretoc methods

Thu Nov 30 23:30:33 1995  David D Golombek  <daveg@minbari.mit.edu>

	* antichess_board.C a few general fixes
	* antichess_valid_moves.C added valid piece break
	* antichess_valid_moves_avail.C cleaned up bishop moves
	* chess_capture_move.C fixed bogosities
	* chess_display_board.C added piece tracking functions

Fri Nov 24 18:48:20 1995    David Golombek  <daveg@bart-savagewood.mit.edu>

	* moved chess_display_board.C from src/base
	* chess_display_board.C: added capture_piece
