1999-09-25  Ian Peters  <itp@gnu.org>

	* gnothello.c: attach to configure_event of window, not drawing_area.
	  Seems to fix a niggling bugglet.

1999-04-18  Scott D. Heavner  <sdh@po.cwru.edu>

	* gnothello.c (set_bg_color): Free old grid gc's before creating.

	* gnothello.c (gui_draw_grid): Remove printf() about drawing grid.

1999-04-13  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* gnothello.c (set_bg_color): Create the grid gc's here, so that
	we get the correct visual.  Fixes the last commit

1999-04-11  Scott D. Heavner  <sdh@po.cwru.edu>

	* Add grid option.

1999-02-13  Ian Peters  <itp@gnu.org>

	* gnothello.[c|h]: Removed GNOTHELLO_VERSION, use VERSION, so now maybe
	the version will actually change sometimes.

1999-02-13  Ian Peters  <itp@gnu.org>

	* properties.c: Changed "Computer" to "Players", "Disabled" to "Human",
	thanks to Tim Gerla for the idea.  Much more logical.

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

	* properties.c (show_properties_dialog): Mark "Tile set:" as a
	translatable string.

1999-01-29  Ian Peters  <itp@gnu.org>

	* Changed all user-visible occurences of gnothello to iagno.

1999-01-27  Ian Peters  <itp@gnu.org>

	* othello.c: Added support for optional flip final results
	* properties.c: Added check button for optionally flipping final
	results.

1999-01-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* gnothello.c: Kill file menu again.

1999-01-27  Ian Peters  <itp@gnu.org>

	* properties.c: New propbox stuff
	* properties.h: New propbox stuff
	* gnothello.c: Changes for new propbox stuff
	* gnothello.h: Added multiple inclusion stuff
	* othello.c: Changes for new propbox stuff
	* othello.h: Added multiple inclusion stuff

1999-01-26  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* gnothello.c: Kill file menu.

1999-01-10  Nat Friedman  <nat@nat.org>

	* gnothello.c: Standardized menus.
	(create_window): Create a GnomeAppBar.
	(gui_message): Use the appbar.

1998-11-29  Justin Maurer  <justin@openprojects.net>

	* gnothello.c: remove right-justification of help menu

1998-11-27  Arturo Espinosa <arturo@nuclecu.unam.mx>

	* gnothello.c: comply with new gnorba API. Warnings.
	* network.c: a couple of warnings (server_move, game_move).

1998-11-22  Carsten Schaar  <nhadcasc@fs-maphy.uni-hannover.de>

	* gnothello.c (main): Replaced 'gnome_new_default_client' by
 	'gnome_master_client'.

1998-11-18  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* gnothello.c (load_tiles_cb): Start to use a property-box instead
	of the old dialog box.  We should move some of the other
	configuration options here too.

1998-11-12  Andrew T. Veliath  <andrewtv@usa.net>

	* Makefile.am: Add CORBA_SRCS to CLEANFILES. Rewrite orbit-idl
	rule to use ORBIT_IDL + dependency.  Replace GNOMEUI_LIBS +
	ORBIT_LIBS in gnothello_LDADD with GNOMEGNORBA_LIBS.  Add
	-DHAVE_ORBIT to defines since it is now implicit.

1998-10-15  Carsten Schaar  <nhadcasc@fs-maphy.uni-hannover.de>

	* gnothello.c (main): Substituted 'gnome_client_new_default' with
 	'gnome_master_client'.

1998-10-05  Arturo Espinosa <arturo@nuclecu.unam.mx>

	* gnothello.c, network.h, network.c: Erased a few warnings and
	a missing argument for gnome_CORBA_init (shouldn't gnome_CORBA_init
	require the same arguments as gnome_init?).

1998-09-30  Ian Peters  <itp@gnu.org>

	* gnothello.c: fixed an bug with animstagger where, when playing for
	the first time, animstagger was incorrectly set, and the menu did
	not reflect actual case.
	* othello.c: updates to match changes in gnothello.c

1998-09-30  Ville Ptsi <drc@zoo-gate.fi>

	* Makefile.am: Added gnothello.png installation
	* gnothello.png: Created
	* gnothello.desktop: Added icon

1998-09-24  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* gnothello.c: Add hotkey support.  Add some common control bindings.

1998-09-18  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* network.c (game_move): Do not invoke our peer if no peer has
	been set. 

	* gnothello.c: Update all of the GnomeApp Helper menus macros to
	work with the new GnomeAppHelper changes.

	* network.c (network_new): Only start a network game if our peer
	has been set.

1998-09-07  Raja R Harinath  <harinath@cs.umn.edu>

	* Makefile.am (BUILT_SOURCES): Add $(CORBA_SRCS).
	(INCLUDES): Include $(ORBIT_CFLAGS).
	(gnothello_LDADD): Include $(ORBIT_LIBS).

1998-08-20  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>

	* gnothello.desktop: Added Portuguese translation.

