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

	* help/C/same-gnome.xml: Yet more updates. I actually
	spell-checked it this time. Also fixed up one of the pictures, I
	have no idea how a lime green line got down one side of it.

2005-02-26  Callum McKenzie  <callum@physics.otago.ac.nz>

	* drawing.c (expose_cb): Make sure we draw the left and bottom
	lines.

	* help/C/same-gnome.xml: More updates. Added a new figure on how
	to play.

2005-02-25  Callum McKenzie  <callum@physics.otago.ac.nz>

	* ui.c (game_over_dialog): Make sure we set the category correctly
	for the high score dialog so that if we score on one game, and
	then score in another, the correct category is shown.

	* help/C/same-gnome.xml: More work on the help file. Changed the
	screenshot graphics files.

	* drawing.c (render_cb): Added code to handle old theme names that
	may have changed. Explicitly, the removal of the -sync magic and
	the .png -> .svg changeover.

2005-02-23  Callum McKenzie  <callum@physics.otago.ac.nz>

	* help/C/same-gnome-C.omf: Updated for the new document.

2005-02-18  Callum McKenzie  <callum@physics.otago.ac.nz>

	* ui.c (build_gui): Set the size menu item correctly at start-up.

	* help/C/same-gnome.xml: Start to rewrite the manual for the new
	version.

2005-02-14  Callum McKenzie  <callum@physics.otago.ac.nz>

	* ui.c: Patch from Nickolay V. Shmyrev to get l12n working
	properly. Also some cleanups for code that it made redundant.

2005-01-26  Callum McKenzie  <callum@physics.otago.ac.nz>

	* stones.png: Updated to use transparent backgrounds and to now
	have any animation glitches.

2005-01-21  William Jon McCann  <mccann@jhu.edu>

	* input.c (mouse_leave_cb): Only respond to normal event
	crossings.  Fixes #163963.

2005-01-10  Callum McKenzie  <callum@physics.otago.ac.nz>

	* stones.png: Expand to have four colours. Also pad out to have 16
	frames. There is still a glitch in the animation though.

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

	* same-gnome.c:
	* same-gnome.h:
	* drawing.c:
	* ui.c: Add support for user-supplied themes.

	* drawing.h:
	* drawing.c:
	* ui.c: Finish the theme dialog and implement theme changing.

2005-01-08  Callum McKenzie  <callum@physics.otago.ac.nz>

	* ui.c (theme_cb): Start a theme dialog.
	(build_gui): Remove deprecated gnome_* functions.

2005-01-07  Callum McKenzie  <callum@physics.otago.ac.nz>

	* ui.c: Rework the end of game dialogs.

2005-01-06  Callum McKenzie  <callum@physics.otago.ac.nz>

	* input.c: 
	* game.c:
	* ui.c:
	* same-gnome.c:
	* drawing.c:
	* globals.h:
	* same-gnome.h: globals.h -> same-gnome.h .

2005-01-04  Callum McKenzie  <callum@physics.otago.ac.nz>

	* game.c: Make sure we update game_size properly. 

	* same-gnome.c: 	
	* game.c:
	* game.h:
	* ui.c: Add support for the high scores dialog.

2005-01-01  Callum McKenzie  <callum@physics.otago.ac.nz>

	* ui.c: Add quit and new game buttons to the game over
	dialog. Other minor cleanups.

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

	* game.c:
	* ui.c:
	* ui.h: Further tweaks to the message interface.

	* ui.h:
	* ui.c:
	* input.c:
	* drawing.c: Provide a helpful "n objects selected" message.

	* ui.h:
	* ui.c: Rework the status bar so that it is no longer a
	statusbar. It now looks like gnomine.

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

	* ui.c:
	* game.h: Tweaks for undo during an animation.

	* drawing.c:
	* ui.c: 
	* ui.h:
	* game.h:
	* globals.h:
	* same-gnome.c:
	* game.c: Implement Undo/Redo.

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

	* drawing.c:
	* globals.h:
	* game.c:
	* input.c: Cleanups.

	* ui.c: Fullscreen now works.

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

	* Makefile.am:
	* same-gnome.c: 
	* same-gnome.h:
	* game.c:
	* ui.c:	
	* ui.h: Move the ui code to its own file. Also remove same-gnome.h
	in the header shuffle.

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

	* Makefile.am: 
	* same-gnome.c: Get online help working.

	* same-gnome.c: 
	* drawing.c: Allow resizing of the board.

	* Makefile.am: Remove setgid bit from the binary for now.

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

	* *.c:
	* *.h: Complete rewrite from scratch. New features include:
	Variable board sizes, animations, keyboard control, and a
	resizeable window.

