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

	* mahjongg.c (select_game): HIGify the Select Game dialog a
	little.

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

	* mahjongg.c (properties_callback): Cool new Preferences dialog,
	HIG compliant and all.

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

	* mahjongg.c (main): Use the new sanity check function in
	libgames-support.

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

	* NEWS:
	* README:
	* TODO: Remove, out-of-date files.

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

	* mahjongg.c: Add some NULL-checks so we don't crash so quickly
	when the schemas were not installed.

2003-02-26  Ross Burton  <ross@burtonini.com>

	* mahjongg.desktop.in: Remove the old Info key, as it is not used.

2003-02-19  Alex Duggan  <aldug@astrolinux.com>

	* help/C/mahjongg.xml: update old bug links from bugs.gnome.org to 
	bugzilla.gnome.org

2003-02-19  Alex Duggan  <aldug@astrolinux.com>

	* mahjongg.c (pref_dialog_response): remove old unused call to
	gnome_help_display,  (proporties_callback): remove help button
	from preferences dialog.  (Fixes #103928)

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

	* help/C/mahjongg-C.omf, help/C/mahjongg.xml: s/Gnome/GNOME.

	* mahjongg.c (new_game): Ensure that the current map is known when
	a game starts. Patch from Jeremy Browne
	<gnome-bugzilla@synonymous.ca>, fixing #99164.

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>

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

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

	* mahjongg.c (confirm action): Changes to restart / new game dialog for
	consistency with other parts of gnome-games package. (Bug #97321)

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

	* Makefile.am: Use correct GConf install rules.

2002-09-20  Ross Burton  <ross@burtonini.com>

	* mahjongg.c (you_won): Fix a silly logic bug. Fixes #92823.

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

	* mahjongg.c: Enable the high scores dialog. Patch from Andrew
	Sobala <andrew@sobala.net>, fixing #84235.

2002-08-18  Andrew Sobala <andrew@sobala.net>

	* mahjongg.c: Use the stock icons for the Quit dialog, fixing
	#73031.

2002-07-07  Ross Burton  <ross@burtonini.com>

	* mahjongg.c (shuffle_tiles_callback): Pressing the OK button
	actually closes the dialog now. (from sams@e-sa.com, fixing
	#84199).

2002-07-04  Ross Burton  <ross@burtonini.com>

	* mahjongg.c: Created a new function gconf_sanity_check() which
	checks that a known key is valid. If this looks good, I'll add it
	to all of the GConf-based games. (yes, I am getting lots of bugs
	which end up as "the schemas are not installed")

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

	* mahjongg.c (mapset_changed_cb): Tell the dialog that it has a
	parent.

2002-06-05  Bastien Nocera  <hadess@hadess.net>

	* mahjongg.c: (set_map_selection): thingo might get double-freed
	(Closes: #84281)

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

	* mahjongg.c: Set the about dialog as a transient for the parent
	window. Also load pixmaps from the application pixmap path,
	instead of the system pixmap path (fixing #83917)

2002-06-01  Bastien Nocera  <hadess@hadess.net>

	* mahjongg.c: (mapset_changed_cb): hopefully fix the mahjongg string
	space bug, I hope I didn't break any translations (Closes: #82136)

2002-05-27  Michael Meeks  <michael@ximian.com>

	dung out, improved seed handling & display.

	* mahjongg.c (tile_event): use update_moves_left
	instead of cut and paste.
	(main): remove horrible hacks for padding.
	(do_game): split out of
	(create_mahjongg_board, new_game): here.
	(do_game): handle seeding nicely.
	(you_won): fixup test for top 10.
	(new_seed): impl.
	(new_game, main): use it.

2002-05-21  Stuart Scharf <ss@ll.mit.edu>

	* mahjongg.c (set_backgnd_colour): g_free not
	free. homogenize style somewhat.
	(main): set next_seed.
	(select_game): ditto.

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

	* mahjongg.c: (set_backgnd_colour): work around NULL background
	colour, works around broken schemas install

2002-05-12  Bastien Nocera  <hadess@hadess.net>

	* mahjongg.c: (show_toolbar_changed_cb), (show_tb_callback),
	(bg_colour_changed_cb), (bg_colour_callback), (mapset_changed_cb),
	(set_map_selection), (init_config), (fill_tile_menu),
	(properties_callback), (main): more cleanups and stuff moved around,
	only the drop-down menus need to reflect config changes, anybody know
	how ?

2002-05-12  Bastien Nocera  <hadess@hadess.net>

	* mahjongg.c: (tileset_callback), (tileset_changed_cb),
	(bg_callback), (bg_changed_cb), (popup_warn_callback),
	(popup_warn_changed_cb), (popup_confirm_callback),
	(popup_confirm_changed_cb), (change_tile_image), (pref_cancel),
	(fill_tile_menu), (no_match), (check_free), (you_won),
	(pref_dialog_response), (properties_callback), (about_callback),
	(confirm_action), (show_toolbar_changed_cb), (show_tb_callback),
	(bg_colour_changed_cb), (bg_colour_callback), (mapset_changed_cb),
	(set_map_selection), (create_canvas_items),
	(create_mahjongg_board), (main): ouch, big one, refactoring of the
	prefs to use gconf and be instant-apply, needs more cleaning up, and
	some finishing touches

2002-05-11  Bastien Nocera  <hadess@hadess.net>

	* mahjongg.c: (update_moves_left), (tile_event),
	(colour_changed_cb), (init_game), (redo_tile_callback),
	(undo_tile_callback), (main): s/sprintf/g_strdup_printf and some
	cleanups

2002-05-10  Bastien Nocera  <hadess@hadess.net>

	* mahjongg.c: add shuffle tiles to the toolbar (Closes: #80714)
	(idea from Fernando Herrera), make the tooltips more verbose

2002-05-10  Bastien Nocera  <hadess@hadess.net>

	* mahjongg.c: (main): s/Time\ :/Time:/ as per Nils' recommendation

2002-05-09  Bastien Nocera  <hadess@hadess.net>

	* mahjongg.c: (main): changed back the string, use spaces as
	separators for the statusbar items

2002-05-09  Bastien Nocera  <hadess@hadess.net>

	* mahjongg.c: (about_callback), (main): moved the "moves left" and
	"tiles left" labels to the status bar (Closes: #80712), added icon in
	the about box

2002-05-09  Bastien Nocera  <hadess@hadess.net>

	* mahjongg.c: (set_popup), (apply_preferences),
	(create_mahjongg_board), (main): more gconf work, not instant apply
	and doesn't listen to changes
	* mahjongg.schemas: updated, changed default bg colour

2002-05-09  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am:
	* mahjongg.c: (show_toolbar_changed_cb), (show_tb_callback),
	(main):
	* mahjongg.schemas: start of gconf support (Closes: #77142),
	much more to be done, add tooltips to the toolbar items

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

	* help/C/Makefile.am: updated for new format of SK 0.3.8.
	* help/C/aisleriot-C.omf: updated for new format of SK 0.3.8.
	
2002-02-17  Chris Lyttle  <chris@wilddev.net>

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

2002-02-16  Kjartan Maraas  <kmaraas@gnome.org>

	* mahjongg.c: Mark a string for translation.
	
2002-02-14  Chris Lyttle    <chris@wilddev.net>

	* help/C/mahjongg.xml : move to XML.
	* help/C/mahjongg-C.omf : move to XML.
	* help/C/mahjongg.sgml : deleted, move to XML.
	* help/C/Makefile.am : move to XML.

2002-02-09  Gediminas Paulauskas <menesis@delfi.lt>

	* mahjongg.c: name it simply.... "Mahjongg". Removed "Prefs" from
	toolbar, added "Help" to preferences dialog, pack tile and tile
	background into one frame.

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

	* mahjongg.c (about_callback): Don't try to translate empty string.

2002-01-24  Gediminas Paulauskas <menesis@delfi.lt>

	* mahjongg.c: make all confirmations work, ask if start new
	game after selecting a seed. Make all OK buttons default.
	Make prefs dialog modeless. Mark strings for translation.
	General cleanup.

2002-01-24  Markus Bertheau <twanger@bluetwanger.de>

	* mahjongg.c:
	1. new game and restart game dont cause the game to exit anymore
	2. prefs dialog, tile background initial selection reflects current
	setting
	4. remove "make it default"'s
	6. remove old properties_callback

2002-01-20  Josh Barrow  <drleary@mac.com>

	* Makefile.am:
	Set *_DISABLE_DEPRECATED in the Makefile.am
	* gnome-canvas-pimage.c:
	undef all of the *_DISABLE_DEPRECATED stuff in this file
	becuase I don't want to mess with porting it right now.
	Perhaps we should just use the normal canvas?

2002-01-09  Juan Pablo Mendoza <jpablo@gnome.org>

	Markus Bertheau <twanger@bluetwanger.de>

	* mahjongg.c: Fixed the exit logic.

2002-01-09  Juan Pablo Mendoza <jpablo@gnome.org>

	* mahjongg.c: Get the time from the clock.

2001-12-31  Josh Barrow  <drleary@mac.com>

	* mahjongg.c: (exit_game_callback_query):
	Temporary fix to make it exit again.

2001-12-28  Josh Barrow  <drleary@mac.com>

	* mahjongg.c: (about_callback), (main):
	GNOME is an *ACRONYM*, damnit!

2001-12-28  Josh Barrow  <drleary@mac.com>

	* mahjongg.c: (hint_cancel), (update_moves_left),
	(set_backgnd_colour), (change_tiles), (tile_event),
	(apply_preferences), (fill_tile_menu), (fill_map_menu),
	(find_tile_in_layer), (find_tile), (no_match), (check_free),
	(colour_changed_cb), (properties_callback), (hint_callback),
	(about_callback), (pause_callback), (ensure_pause_off),
	(init_game), (confirm_callback), (exit_game_callback_query),
	(exit_game_callback), (new_game_reply_callback), (restart_game),
	(redo_tile_callback), (undo_tile_callback),
	(seed_dialog_clicked_cb), (select_game), (clear_undo_queue),
	(set_map), (load_map), (canvas_x), (canvas_y), (load_images),
	(create_canvas_items), (load_tiles), (create_mahjongg_board),
	(new_game), (shuffle_tiles_callback), (main):
	Changed to compile with G_DISABLE_DEPRECATED and 
	GTK_DISABLE_DEPRECATED.  In doing this, also made it more
	compilant with the HIG.  There are certainly problems with
	this big of a change.

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

	* mahjongg.c: port to GamesClock.

	* Makefile.am: upd.

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

	* Makefile.am:
	* mahjongg.desktop:

	Install into the panel menus correctly.
	
2001-12-16  Juan Pablo Mendoza <jpablo@gnome.org>

	* mahjongg.c: Hide/Show toolbar works again.

2001-12-15  Juan Pablo Mendoza <jpablo@gnome.org>

	* mahjongg.c: Now it don't crash on startup.

2001-08-14  Kjartan Maraas  <kmraaas@gnome.org>

	* help/*/*.sgml: Fix up the sgml. My italian is a bit rusty
	so you might want to check that I didn't break anything :)
	
2001-07-27  Abel Cheung  <maddog@linux.org.hk>

	* mahjongg.desktop: Added traditional Chinese translation.

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

	* mahjongg.[ch]: You are dead imlib thing.
	* gnome-canvas-pimage.[ch]: Work around gnomecanvaspixbuf slowness.

2001-07-05  Christian Rose  <menthos@menthos.com>

	* mahjongg.desktop: Modified Swedish entries.

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

	* help/ip/Makefile.am (figs): Remove some inexistents figures,
	  now distcheck work fine.

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

	* mahjongg.c (apply_preferences), (fill_tile_menu),
	  (load_tiles): Plug memory leaks.

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

	* mahjongg.c (properties_callback): Connect to close signal
	  instead of delete_event. Fixes bug #53450.

2000-10-19  Dan Mueth <d-mueth@uchicago.edu>

	* help/C/topic.dat: Fixed
	  er - I was being dumb below.  The menu item is now
	  fine.  Just the properties dialog button remains.

2000-10-19  Dan Mueth <d-mueth@uchicago.edu>

	* Makefile.am: added SUBDIRS = help
	* help/Makefile.am: Added this file, with SUBDIRS = C
	* help/C/topic.dat: Added this file 
	* help/C/Makefile.am: Added this file 
	* mahjongg.c: I didn't change this.  It currently calls
	  up the help doc okay, but we should change the call
	  to list Help with the pretty logo instead of just
	  listing 'mahjong'.  We also need to hook up a Help
	  button in the preferences dialog.  I have to run
	  now, so this will have to wait until later.

2000-09-13  Eric Baudais  <baudais@okstate.edu>

	* help/C/*: Added documentation to mahjongg.  It is not currently linked 
	into the program.

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

	* mahjongg.desktop: Added Swedish translation.

2000-05-06  Tuomas Kuosmanen  <tigert@tigert.gimp.org>

	* gnome-mahjongg.png: shaped up the icon a bit. It now has a shadow
	and it is a bit brighter too.

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

	* mahjongg.c: use GNOME_STOCK_BUTTON_OK like a good little gnome program

2000-02-22  Chema Celorio <chema_gnome@celorio.com>

	* solubility.c: Undefine CHEAT_DEBUG for release
	
	* mahjongg.c (shuffle_tiles_callback): Fix bugs #4555 and #4490.
	Need to check for game_over == GAME_WON as well.

	* seta.png: Fixed the PNG file to fix #3458

1999-08-31  David Mansergh  <djm54@hermes.cam.ac.uk>

	* mahjongg.c (you_won): typo fix
	(check_free): corrected moves_left count
	(update_moves_left): removed unnecessary reassignment of moves_left

1999-08-09  Robert Brady  <rwb197@ecs.soton.ac.uk

	* solubility.[ch] : applied Irix compiling fix from David Kaelbling 
	  <drk@sgi.com> : [bug #1781].

1999-08-06  Philippe Chavin  <Philippe.Chavin@wanadoo.fr>

	* mahjongg.c (seed_dialog_clicked_cb): fixed to get the whole 
	seed string.
	(tile_event): added button 3 click to select tiles unconditionally.

1999-07-21  Philippe Chavin  <Philippe.Chavin@wanadoo.fr>

	* mahjongg.c (PAUSE_BUTTON): fixed index.
	(game_over): removed wrong affectations.
	(exit_game_callback_query): precondition fixed:
	game must not be dead and one move must have been done.
	(shuffle_tiles_callback): fixed; game does not continue if no 
	config have been found.

1999-07-20  Michael Meeks  <michael@imaginator.com>

	* mahjongg.c: Re-enabled preferences, killed 'seed'.
	Updated all char [4] buffers to char [16], perhaps safer.
	(exit_game_callback): Add warning for broken case, add NEW_GAME.
	various stylistic fixups.
	Renumbered and named game_state enumeration to help debugging.
	chain on to (exit_game_callback_query): correct 3 arg. function
	for (main): delete_event. This fixes killing the window via the WM.

1999-07-20  Philippe Chavin  <Philippe.Chavin@wanadoo.fr>

	* mahjongg.c (load_images): fixed background loading to 
	follow the current map.
	(shuffle_tiles_callback): added, allow to continue playing when
	no moves are left.
	(you_won, scores_callback): fixed level name to use mapset.
	Use stopped, not seconds for scoring, else we get current time.
	show score board only if in top ten.
	(exit_game_callback): asks for confirmation; replaces 
	({new|restart|select|quit}_game_callback).
	(apply_preferences): asks for a new game if mapset changed.
	(properties_callback): two columns presentation. 
	popup_config.warn replaces warn, popup_config.confirm added.
	(ensure_pause_off): toggle off the pause button
	(game_score): removed.
	The buttons callbacks check the status of the game: running, won 
	or lost. This should allow the game to  finish correctly in every 
	cases.

	* Makefile.am: installs mahjongg.easy.scores and 
	mahjongg.difficult.scores
	
1999-07-18  Thomas Meeks <thomas@imaginator.com>

	* mahjongg.c (show_tb_callback): Fixed re-draw
	(main): fixed show load & save.

1999-07-14  Michael Meeks <michael@edenproject.org>

	* mahjongg.c (apply_preferences): Commented out 'Synced'
	(game_score): moved contents to (you_won): manualy call
	new_game_callback.
	Use seconds, not stopped for scoring.
	Removed redundant gtk_clock_set_seconds.

1999-07-14  Philippe Chavin <Philippe.Chavin@wanadoo.fr>

	* mahjongg.c: 
	(scores_callback, chrono_start): scoring based on time.
	(pause_callback, ensure_pause_off): pause features.
	(hint_callback): added time penalty.
	(*_callback): check for Pause.
	(redo_tile_callback, undo_tile_calback, check_free): add 
	available moves	left display.
	(properties_callback, apply_preferences, create_mahjongg_board,
	no_match): added option to choose between popup windows or 
	display in the status bar.
	(main): create timer widget.

1999-07-14  Michael Meeks <michael@edenproject.org>

	* mahjongg.c (about_callback): Added Philippe

1999-07-11  Rosanna Yuen <rwsy@mit.edu>

	* default.png: reversed the fortune character so that it isn't
	backwards anymore.
	
1999-07-08  Michael Meeks  <michael@edenproject.org>

	* mahjongg.c: Added <ctrl> H hint shortcut key.

1999-06-20  Tuomas Kuosmanen  <tigert@gimp.org>

	* Makefile.am: add the new file (bg4.png) so it gets installed
	* bg1.png bg2.png bg3.png bg4.png: Changed the backgrounds a bit
	(added 2 new ones)

1999-04-17  Francisco Bustamante  <pancho@nuclecu.unam.mx>

	* mahjongg.c: Now it is possible to change the background of the
	tiles without changing the images on the tiles. At the same time I
	added the option to have different tile backgrounds for each
	layer, to make it easier to distinguish between them. The
	background can be changed in the preferences dialog (also added)
	* bg[123].png: Some backgrounds to show the new capabilities.

Tue Apr  6 10:45:22 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)

	* mahjongg.c: use g_strcasecmp instead of strcasecmp.

1999-02-09  Tomas Ogren  <stric@ing.umu.se>

	* mahjongg.c: Removed evil gtk_widget_realize call..

1999-02-07  Tomas Ogren  <stric@ing.umu.se>

	* mahjongg.c: Realize the main window and fvwm gets happier...

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

	* mahjongg.c (load_tiles): Warn the user in the GUI, not with a printf.
	Kill file menu too.

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

	* mahjongg.c (main): Added an AppBar.  Added a friendly welcome
 	message.

	Standardized the menus.

1999-01-08  Callum McKenzie <callum@physics.otago.ac.nz>
	
	* mahjongg.c : Fixed up the hint code to not crash. Also
	changed the use of the "selected" field in tile to make
	sure that hints and selection interacted nicely. 

1998-12-16  Jonathan Blandford  <jrb@redhat.com>

	* mahjongg.c (main): now use the new toolbar code.

1998-12-14  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* mahjongg.c (create_mahjongg_board): Use gtk_widget_set_usize()
	instead of gnome_canvas_set_size().

1998-11-19  Francisco Bustamante <pancho@nuclecu.unam.mx>
	* mahjongg.c: Changing the map works now. Memory leaking is
	greatly reduced because images are destroyed after use. Changed
	gnome_dialog_set_modal (or whatever) to
	gtk_window_set_modal. Changing the tile images works
	too. Compiling warnings are gone. Most warnings during the game
	are gone too. Upped version to 0.99.1
	
1998-11-15  Francisco Bustamante <pancho@nuclecu.unam.mx>
	* mahjongg.c: All the tile drawing is now done by
	gnome-canvas. The code is somewhat cleaner, and the redraws are
	definitely better. TODO: make changing map and changing tile
	images work. When you use gnome_canvas_item_set to change the
	image, do we need to destroy the old image? Version 0.99.0
	* default.png: Someone did something to the transparent parts of
	the image, so I put them again. This is to make tiles nicer.
	
1998-11-01  Yo Ric Dude  <ricdude@ix.netcom.com>

	* mahjongg.c: Calculate x and y offsets to place tiles in the
	center of the playfield (AREA_WIDTH x AREA_HEIGHT).  Calculate new 
	values every time the map changes.

1998-26-28  Erik Troan  <ewt@redhat.com>

	* mahjongg.c: use gnome_color_picker instead of gnome_color_selector

1998-10-18  Tuomas Kuosmanen  <tigert@gimp.org>

	* added gnome-mahjongg.png: mahjongg icon
	* Makefile.am mahjongg.desktop: Added the icon to the .desktop -file

Tue Sep  8 21:44:03 CDT 1998
	* default.xpm seta.xpm: Changed the images for png's for space reasons
Tue Aug 25 17:45:00 BST 1998 Michael Meeks <michael@imaginator.com>
	* mahjongg.c (load_callback): Fixed bug with duff pointers being
	retained after being freed.
	* mahjongg.c (set_backgnd_colour): (load_callback):
	(colour_changes_cb): (properties_callback):
	(create_mahjongg_board):
	Background colour setting, major mangle / creation of all these.
	* mahjongg.c (hint_callback): Added nicer prompt to the hint dialog.
	
Mon Aug 17 18:00:00 BST 1998 Michael Meeks <michael@imaginator.com>
	* Major code mangle.
	* Added extra map, renamed structures to acommodate
	* Updated preference menu to cope
	* Rewrote and documented structures
	* Improved and documented placement debugging
	* Added #warning on cheat
	* Improved placing algorithem to favor higher sites
	* Upped version to 0.5.0
	* Fixed C++ style comments
	* Padded 'Tiles Remaining' status to give less of a jump on decrement
	* Implemented 'hint' function
	* Updated Authors, and support mail address
	* Several of Ganesh' fixes:
	* Simplified check_free, it now works
	* Fixed restart, undo destroys map
	* Other useful feedback
	
1998-08-06  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* mahjongg.c (fill_menu): Allow more graphics formats to be used
	for the tiles. 

Mon Aug 3 04:33:57 BST 1998 Ganesh Sittampalam <ganesh.sittampalam@magd.ox.ac.uk>

	* Fixed bug that left a tile selected when you restarted the game
	* Got rid of the "No more movements" message when you won the game
	* Made it decrement the tiles left when you redo a step, rather than
	incrementing it.
	* Fixed bug that left multiple removals with the same sequence number after
	an undo followed by a different removal.

1998-07-25  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>

	* mahjongg.desktop: Added Portuguese translation.

Fri Jun 12 11:56:33 EDT 1998 Gregory McLean <gregm@comstar.net>

	* Applied another patch from Michael Meeks to fix some
	potential problems.

Fri Jun 12 10:08:22 EDT 1998 Gregory Mclean <gregm@comstar.net>

	* Incorperated patch from Michael Meeks, this starts on one
	of the TODO items. (solveable games.). 

Thu Jun 11 17:40:43 BST 1998   Michael Meeks <michael@imaginator.com>

	* Added module solubility.c
	* Moved tile_free into this and altered to use dependancy trees.
	* Added sequence number to each tile
	* Implemented undo
	* Implemented redo
	* Removed redundant 'Tile-Set' icon, replaced with redo

Wed May 27 16:30:18 CDT 1998
	* mahjongg.c: Added preferences dialog. Changed
	gnome_message_box_set_modal to gnome_dialog_set_modal to avoid
	warnings. Loads selected tileset at startup. Allows you to change
	tileset without starting a new game.
	
Mon May 11 21:05:50 EDT 1998  Jonathan Blandford  <jrb@mit.edu>
	* default.xpm:  Was less brain-dead and changed the highlighted dragon
	to face the correct way as well... (:
	
Mon May 11 04:08:04 EDT 1998  Jonathan Blandford  <jrb@mit.edu>
	* default.xpm:  Changed green dragon to face the correct direction.
	
1998-04-24  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* mahjongg.c (create_mahjongg_board): Make the drawing area use
	the correct visual.
	(refresh): Fixed off-by-one error.
	(main): Made it use GdkColorContext correctly (remember to
	initialize the pixel and used arrays!).  Also, color values are in
	[0, 65535].
	Fixed compiler warnings.
	(tile_gone): Fixed off-by-one.
	(draw_selected_tile): Fixed off-by-one.
	(redraw_area): Made it use gdk_rectangle_intersect for correct behavior.
	(redraw_tile_in_area): Made it use gdk_rectangle_intersect for
	simpler code and correct behavior.

Sat Mar 21 15:36:39 1998  Tom Tromey  <tromey@cygnus.com>

	* mahjongg.c: Use gnome_message_box_*, not gnome_messagebox_*.

Sun Mar  8 20:44:15 1998  Tom Tromey  <tromey@cygnus.com>

	* Makefile.am (mahjongg_LDADD): Don't include libsupport.a.

	* Makefile.am (INCLUDES): Added GNOME_INCLUDEDIR.

Sat Mar  7 22:49:06 1998  Tom Tromey  <tromey@cygnus.com>

	* mahjongg.c (main): Use new gnome_init.

1998-02-19  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* mahjongg.c (main): Added app_id "mahjongg".

Mon Feb 16 22:32:02 1998  Tom Tromey  <tromey@cygnus.com>

	* mahjongg/mahjongg.c (MAH_VERSION): Renamed from VERSION to avoid
	clash.
	Include <config.h>.

