2005-01-12  Richard Hoelscher  <rah@rahga.com>

	* othello.h: 
	* othello.c: Fix define for MAX_DEPTH, add defines for winning and
	losing games. Remove the pass tests for AI #1 and #2.

2005-01-11  Richard Hoelscher  <rah@rahga.com>

	* othello.c (computer_move_3): ai#3 crashers. Bug #163403 et al.

2004-12-14  Callum McKenzie  <callum@physics.otago.ac.nz>

	* gnothello.c: Fall back to a default theme if the selected one is
	missing. (Josselin Mouette, bug #160684.)

2004-12-13  Richard Hoelscher  <rah@rahga.com>
 
 	* othello.c (computer_move_3): Support cases where ai level 3's 
 	find_best_move doesn't always find a best move. (bug #161052)
 
2004-12-14  Callum McKenzie  <callum@physics.otago.ac.nz>

	* gnothello.c: Get the order of arguments right for last nights
	fix.

2004-12-13  Callum McKenzie  <callum@physics.otago.ac.nz>

	* gnothello.c: gdk_pixbuf_render_pixmap_and_mask -> 
	gdk_pixbuf_render_pixmap_and_mask_for_colormap.

2004-10-04 Andreas Rsdal <andrearo@stud.ntnu.no>
	
	* main.c: Kill server when game is over. 

2004-09-21 Andreas Rsdal <andrearo stud ntnu no>
 
 	* gnothello.c: Disable undo in network games.
 	* network.c: Implement is_network_running (). 
 
2004-09-20 Andreas Rsdal <andrearo stud ntnu no>
	
	* network.c: Use the new games_send_gamedata (),
	and callback functions.

2004-09-09  Callum McKenzie  <callum@physics.otago.ac.nz>

	* help/C/iagno.xml: Update version number for 2.8.

2004-08-15  Callum McKenzie  <callum@physics.otago.ac.nz>

	* blend.png:
	* flipblend.png:
	* metal.png:
	* metal2.png:
	* shrink.png:
	* sunmoon.png: Moved these themes to the gnome-games-extra-data
	package.

2004-07-20  Christian Neumair  <chris@gnome-de.org>

	* gnothello.c (load_pixmaps): Assimilate gettextized warning to other
	ones.

2004-07-20  Callum McKenzie  <callum@physics.otago.ac.nz>

	* network.c:
	* network.h:
	* gnothello.c:	
	* gnothello.h: Move the networking code into
	libgames-support. (Patch from Andreas Rsdal.)

2004-05-26  Callum McKenzie  <callum@physics.otago.ac.nz>

	* gnothello.c:
	* properties.c: Fix compiler warnings.

2004-04-25  Callum McKenzie  <callum@physics.otago.ac.nz>

	* gnothello.c: Added a new AI from Bevan Collins. See bug #139560
	for details.

2004-04-05  Callum McKenzie  <callum@physics.otago.ac.nz>

	* properties.c (close_cb): Never destroy the dialog once
	created. This fixes a leak of the file list.

2004-04-04  Callum McKenzie  <callum@physics.otago.ac.nz>
        
	* properties.c: convert to games_file_list which mostly
	obliterates Paolo's patch.
	
	* gnothello.c: 
	* properties.c: GTK_OBJECT -> G_OBJECT

	* proprties.c: GTK_SIGNAL_FUNC -> G_CALLBACK

2004-02-17  Paolo Borelli  <pborelli@katamail.com>

	* properties.c: do not leak theme_list.

2004-03-06  Callum McKenzie  <callum@physics.otago.ac.nz>

	* properties.c: Slight tweak to Jonathan's patch to avoid the use
	of _signal_handlers_block/unblock, i.e. remove the ugly bit.

Thu Mar  4 20:29:07 2004  Jonathan Blandford  <jrb@gnome.org>

	* properties.c (fill_menu): Prevent signals on the combo while
	filling it.  Also, make the code a bit more robust against unfound
	themes.

2004-03-04  Callum McKenzie  <callum@physics.otago.ac.nz>

	* help/C/iagno.xml: Updated version to 2.6.

2004-02-11  Callum McKenzie  <callum@physics.otago.ac.nz>

	* gnothello.c (about_cb): translator_credits ->
	translator-credits.

2003-12-06  Callum McKenzie  <callum@physics.otago.ac.nz>

	* properties.c (set_selection): Fix a crasher when the preferences
	are selected (pointed out by Kaushal Kumar, bug #128584).

2003-10-29  Callum McKenzie  <callum@physics.otago.ac.nz>

	* Makefile.am: Removed *_DISABLE_DEPRECATED.

	* gnothello.c: 
	* othello.c: Replacing gtk_timeout_add with g_timeout_add etc.

2003-10-21  Callum McKenzie  <callum@physics.otago.ac.nz>

	* Makefile.am (install-data-local): Change the way gconf files are
	installed. This should improve things for people building outside
	the source tree. See bug #123192.

2003-10-19  Callum McKenzie  <callum@physics.otago.ac.nz>

	* properties.c: Replace deprecated gtk functions.

2003-07-22  William Jon McCann  <mccann@jhu.edu>

	* properties.c (show_properties_dialog): Use mnemonic in preferences
        notebook tab label for keyboard navigation.

Tue Aug  5 10:23:32 2003  Callum McKenzie  <callum@physics.otago.ac.nz>

	* properties.c: Check the gconf return values.

2003-08-03  Callum McKenzie  <callum@physics.otago.ac.nz>

	* help/C/iagno.xml: Updated docs for 2.4, including images.

2003-07-22  Callum McKenzie  <callum@physics.otago.ac.nz>

	* properties.c: Make the preferences auto-apply.

	* othello.c:
        * properties.c: Fix compiler warnings.

	* properties.c:
	* iagno.schemas.in: Convert "-" to "_".

	* gnothello.c:
	* gnothello.h: Fix a compiler warning.

2003-07-09  Callum McKenzie  <callum@physics.otago.ac.nz>

	* iagno.desktop.in: Update name to fit HIG (bug 116916).

2003-06-20  Callum McKenzie  <callum@physics.otago.ac.nz>

	* gnothello.c: Make undo appropriately sensitive.

2003-06-19  William Jon McCann  <mccann@jhu.edu>

	* properties.c: #define gconf key names.
	(load_properties): 
	(reset_properties): Don't leak gconf client.

2003-06-18  William Jon McCann  <mccann@jhu.edu>

	* properties.h: 
	* properties.c: 
	* gnothello.h: 
	* gnothello.c: 
	* network.h: 
	* network.c: Fixed compiler warnings.

2003-06-17  William Jon McCann  <mccann@jhu.edu>

	* gnothello.c (load_pixmaps): Use g_build_filename to
	construct paths.

2003-06-13  Callum McKenzie  <callum@physics.otago.ac.nz>

	* gnothello.c: Removing "Are you sure" questions.

	* properties.c (show_properties_dialog): Fix the properties window
	title.

2003-06-11  Callum McKenzie  <callum@physics.otago.ac.nz>

	* gnothello.c : i18n fixes from Christian Neumair (bug #114875). 

2003-06-10  William Jon McCann  <mccann@jhu.edu>

	* gnothello.c: Removed separators from appbar.

	* properties.c: HIG fixes for preferences dialog.

2003-06-09  William Jon McCann  <mccann@jhu.edu>

	* gnothello.c: 
	* properties.c: Removed separator from dialogs as in HIG.

2003-06-05  William Jon McCann  <mccann@jhu.edu>

	* Makefile.am (install-data-local): Only install schemas
	if they are requested.

2003-05-31  Callum McKenzie  <callum@physics.otago.ac.nz>

	* Makefile.am:Removed the score file creation code, this game
	doesn't keep high scores.

2003-05-30  Callum McKenzie  <callum@physics.otago.ac.nz>

	* Makefile.am (scoredir): Changed score directory to fix bug
	#113968.

2003-05-28  Callum McKenzie  <callum@physics.otago.ac.nz>

	* gnothello.c (about_cb): 
	* properties.c: Use gtk_window_present to show the dialogs.
	Fixes bug #113895, thanks to Steve Chaplin.

2003-04-30  Abel Cheung  <maddog@linux.org.hk>

	* ChangeLog: Convert to UTF-8.

2003-03-24  Ross Burton  <ross@burtonini.com>

	* othello.c (computer_move_3): Actually let the computer player
	move, closing #101996.

2003-03-07  Ross Burton  <ross@burtonini.com>

	* properties.c (load_properties): Add GConf sanity check.

2002-12-17  Ross Burton  <ross@burtonini.com>

	* Makefile.am (schema_in_files): Fix the GConf schema path.

2002-11-29  Ross Burton  <ross@burtonini.com>

	* Makefile.am (EXTRA_DIST): Put the source of the schemas in the
	dist, not the generated files.

2002-11-25  Ross Burton  <ross@burtonini.com>

	* Makefile.am: Fixed the GConf install location, thanks to Loz
	<gnome2@flower.powernet.co.uk>. Closes #99393.

2002-11-18  Fernando Herrera <fherrera@onirica.com>

	* iagno.desktop.in: add X-GNOME-BUGZILLA stuff

2002-11-18  Jeremy Browne  <jeremy@synonymous.ca>

	* gnothello.c (quit_game_cb): Changes to quit dialog for consistency
	with other parts of gnome-games package. (Bug #97321)

2002-11-03  Andreas Persenius  <ndap@telia.com>

	* gnothello.c (configure_event): Don't redraw entire board when
	only the window's position has changed.

2002-10-21  Ross Burton  <ross@burtonini.com>

	* othello.c (computer_move_3): Add a factor of uncertaintly by
	making the computer only 85% accurate, making the game more
	fun. Thanks to Samuel Stringham for the patch, closing #14528.

2002-08-18  Ross Burton  <ross@burtonini.com>

	* gnothello.c (quit_game_cb): HIG-ify the Quit dialog. Based on
	work by Samuel Stringham <sams@e-sa.com>, fixing #73031.

2002-08-17  Juan Pablo Mendoza  <jpablo@gnome.org>

	* sunmoon.png: New file by DarkAlloy.
	* Makefile.am: Add sunmoon.png.

2002-07-06  Roas Burton  <ross@burtonini.com>

	* iagno.c: Fix the callbacks so that cancelling a quit
	works. Patch from sams@e-sa.com, closing #87526.

2002-06-03  Ross Burton  <ross@burtonini.com>

	* properties.c: Use the application pixmap path instead of the
	system path, so it runs if libgnome prefix != game prefix. Fixes
	#83917.
	* gnothello.c: Ditto.

2002-05-05  Chris Lyttle <chris@wilddev.net>

	* help/C/Makefile.am: updated for new format of SK 0.3.8.
	* help/C/iagno-C.omf: updated for new format of SK 0.3.8.
	
2002-04-16  Bastien Nocera  <hadess@hadess.net>

	* gnothello.c: (main): un-comment "die" signal connection for now

2002-04-16  Bastien Nocera  <hadess@hadess.net>

	* gnothello.c: (quit_game_cb), (main): oops, some more fixes for my
	crappy code

2002-04-16  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am: added -Wall
	* gnothello.c: (quit_game_maybe), (create_window), (set_bg_color),
	(main): more gnome2 porting indeed

2002-04-15  Bastien Nocera  <hadess@hadess.net>

	* gnothello.c: (save_state): remove nstr(), patch from
	r_kinder@yahoo.com (Richard Kinder)

2002-04-15  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am:
	* gnothello.c: (quit_game_maybe), (quit_game_cb), (about_cb),
	(expose_event), (gui_draw_pixmap), (gui_draw_pixmap_buffer),
	(gui_draw_grid), (load_pixmaps), (create_window), (gui_status),
	(set_bg_color), (main):
	* network.c: (network_handle_input), (game_move), (network_new):
	* properties.c: (black_computer_level_select),
	(white_computer_level_select), (quick_moves_select),
	(flip_final_select), (animate_stagger_select), (grid_select),
	(animate_select), (apply_cb), (set_selection), (fill_menu),
	(dialog_help_callback), (show_properties_dialog):
	make it work with -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
	-DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED

2002-04-15  Bastien Nocera  <hadess@hadess.net>

	* gnothello.c: (about_cb): again, don't use a deprecated call

2002-04-15  Bastien Nocera  <hadess@hadess.net>

	* gnothello.c: (about_cb): don't use deprecated
	gnome_unconditional_pixmap_file()

2002-04-15  Bastien Nocera  <hadess@hadess.net>

	* gnothello.c: (quit_game_cb), (about_cb):
	* properties.c: (fill_menu), (show_properties_dialog):
	don't use gnome_dialog_set_parent, show a nice icon in the about box

2002-04-15  Bastien Nocera  <hadess@hadess.net>

	* gnothello.c: (save_state):
	* properties.c: (apply_changes), (set_selection), (free_str),
	(fill_menu): some g_-ification that fixes some double-free bugs
	(Closes: #78130)

2002-02-17  Chris Lyttle  <chris@wilddev.net>

	* help/C/iagno.xml: updated for new template.
	* help/C/Makefile.am:  added legal.xml
	* help/C/legal.xml:  added to comply with new template

2002-02-14  Chris Lyttle    <chris@wilddev.net>

	* help/C/iagno.xml : move to XML.

	* help/C/iagno-C.omf : move to XML.

	* help/C/iagno.sgml : deleted, move to XML.

	* help/C/Makefile.am : move to XML.

2002-02-02  Zbigniew Chyla  <cyba@gnome.pl>

	* gnothello.c (about_cb): Don't try to translate empty string.

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-11-22  Elliot Lee  <sopwith@redhat.com>
        * iagno/{gnothello,network}.[ch]: Implement a sane networking mechanism.

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 Pätsi <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.

