2002-01-09  Mark McLoughlin  <mark@skynet.ie>

	* gnothello.c: (load_pixmaps): add pre-condition.

2002-01-09  Mark McLoughlin  <mark@skynet.ie>

	* gnothello.c: (load_pixmaps):
	* properties.c: (load_properties), (reset_properties):
	fixup some gconf error handling.

2001-12-23  Mark McLoughlin  <mark@skynet.ie>

	* gnothello.c, properties.c, othello.c: use the GameClock
	widget.

	* Makefile.am: don't build clock.[ch].

2001-12-23  Mark McLoughlin  <mark@skynet.ie>

	* gnothello.c: (set_bg_color): make the grid dashed.
	(load_pixmaps): use GError.

	* properties.c: (load_properties), (reset_properties),
	(save_properties): quick port from gnome_config to gconf.

	* iagno.schemas: new file.

	* Makefile.am: install iagno.schemas.

2001-12-19  Seth Nickell  <snickell@stanford.edu>

	* Makefile.am:
	* iagno.desktop:

	Install into the panel2 menus correctly.
	
2001-11-24  Kevin Vandersloot <kfv101@psu.edu>

	* othello.c, gnothello.c, clock.c: bring back clock
	functionality

2001-07-27  Abel Cheung  <maddog@linux.org.hk>

	* iagno.desktop: Added traditional Chinese translation.

2001-07-07  Juan Pablo Mendoza <pablo_juan@yahoo.com>

	* gnothello.c: expugne imlib.

2001-06-03  Juan Pablo Mendoza Mendoza <pablo_juan@yahoo.com>

	* gnothello.c (main): Don't try to free the gnome_master_client to
	  silent a gtk warning on exit.

2000-09-12  Dan Mueth <d-mueth@uchicago.edu>

        * help/it/Makefile.am: Fixed stylesheet-images/ stuff

2000-05-22  Ian Peters  <itp@gnu.org>

	* help/C/iagno.sgml: work some of my non-existant sgml-fu to make it
	  all work right

2000-05-12  Andreas Hyden  <a.hyden@cyberpoint.se>

	* iagno.desktop: Added Swedish translation.

2000-04-23  Ian Peters  <itp@gnu.org>

	* apparently only have link to the main help document in menu says drake
	* fix email address in about box

2000-04-23  Ian Peters  <itp@gnu.org>

	* make property box load appropriate help pages

2000-04-23  Ian Peters  <itp@gnu.org>

	* added help subdir

Sun Apr 16 22:50:13 2000  George Lebl <jirka@5z.com>

	* gnothello.c: in init_new_game, remove the black_computer_id
	  and white_computer_id timeouts to fix a bug where computer players
	  could be added by starting new games repeatadly

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.

