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

	* gnotski.c: Debranding.

2005-04-22  Richard Hoelscher  <rah@rahga.com>

	* gnotski.c : Alan Horkan's PgUp/Dn puzzle switching feature request
	has been implemented.
	(new_move): Support undo of last move. If you move a block around, 
	but eventually return it to the original position, it won't count
	against you. Moves prior to the last move can not be undone.

2005-03-31  Richard Hoelscher  <rah@rahga.com>

	* gnotski.c (prepare_map): Just give the puzzle name, not "Level #:..."
	(new_move): Mark moves label for translation.

2005-03-21  Richard Hoelscher  <rah@rahga.com>

	* gnotski.c : Minor code updates and clean up functions that didn't
	need prototypes and could use 'static' instead. 
	Use games-stock items.
	(creates_statusbar): Status now resembles gnomine and same-gnome.
	(button_release_space): Win message shortened.
	(update_menu_state): Moved, use new GtkAction functions.

2005-03-17  Richard Hoelscher  <rah@rahga.com>

	* gnotski.c (new_move): Ensure that no moves means no prior piece.

2005-03-16  Richard Hoelscher  <rah@rahga.com>

	* gnotski.c (configure_pixmaps_idle): Show error then exit when 
	rendering fails, removing stand-in pixbuf since it is no longer needed.
	(new_move): Don't add to the move total when it's the same piece 
	moved as last time.
	* help/C/gnotski.xml: Checked and removed FIXME in docs.

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

	* gnotski.c (prepare_map): Fix a typo (bug #167275).

2005-03-03  Richard Hoelscher  <rah@rahga.com>

	* help/C/gnotski.xml: Update documentation for 2.10
	* help/C/figures/*.png: Update screenshots.

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

	* help/C/gnotski.xml: Bump the app version number. No revisions.

2005-02-17  Richard Hoelscher  <rah@rahga.com>

	* gnotski.c: Minor edit to a few puzzles.

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

	* gnotski.c: Added hint targets for 8 more puzzles. 7 remain.

2005-02-03  Richard Hoelscher  <rah@rahga.com>

	* gnotski.c: Second half of "Sunshine" removed as it requires a
	special feature... though at 345 moves, it's hard enough anyway.

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

	* gnotski.c (configure_pixmaps_idle): Blank pixbuf when the
	image is corrupt or loader fails.

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

	* gnotski.c (load_image): Preimage API update, uri -> file.

2004-12-16  Richard Hoelscher  <rah@rahga.com>

	* gnotski.c (create_statusbar): Fix indentations in source.
	(configure_pixmaps_idle): Fix thinko in handling of idle draw.

2004-12-13  Richard Hoelscher  <rah@rahga.com>

	* gnotski.c: Replace "New Game" menu item with "Restart Puzzle"
	(expose_space): Draw when scaling, but not while changing levels.
	(gui_draw_space): New. Prepares GCs and the pixmap buffer, draws
	a border. Allows us to remove get_bg_color() and the old frame.
	(gui_draw_pixmap),(create_space): Support the new puzzle border.
	(configure_pixmaps),(confiugre_pixmaps_idle),(draw_all):
	Add an idle to draw_all() rather than call it right after we've
	finished rendering the SVG.
	(main)(create_statusbar): Switch from GnomeAppbar to GtkStatusbar.
	(prepare_map)(update_menu_state)(about_cb): Minor cleanup.

2004-11-15  Richard Hoelscher  <rah@rahga.com>

	* gnotski.c: Fix Climb 24 Pro, it only had 23 pieces.
	(prepare_map): Free the new strdup.
	(level_cb): Start new game from radio actions only on new levels.

2004-11-14  Richard Hoelscher  <rah@rahga.com>

	* gnotski.c: New puzzles, GtkAction menus, misc changes.
	(*_cb): Support GtkAction
	(next_level_cb, prev_level_cb, restart_level_cb): New, navigation.
	(level_cb): Replace callback part of new_game_cb().
	(main): Load last played game from gconf, support new menubar.
	(new_game): converted from new_game_cb.
	(prepare_map): Vastly simplified with changes to level format.
	(create_menubar): New menubar to support GtkAction.
	(update_menu_state): New, set menu sensitities on puzzle change.
	(about_cb): Switch to GtkAboutDialog.
	(hint_cb): New, show minimum number of moves if known.
	(add_puzzle_menu): New, create radio actions for each puzzle.
	(status_message): Renamed message() for to new and future locals.
	(create_space): Removed pre-gnome2 rgb gtk_widget_push_colormap.
	* Makefile.am: Update for high score files.
	* gnotski.schemas.in: Level tracking.

2004-11-08  Richard Hoelscher  <rah@rahga.com>
	
	* Makefile.am: Add high score files for the new levels.
	* gnotski.c: Fix level 3-8, remove a debug printf,
	rename draw_idle_id to configure_idle_id.

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

	* gnotski.schemas.in: Fix closing tag.

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

	* .cvsignore: 
	* gnotski.schemas.in:
	* Makefile.am: Add a schema for the gconf keys.

2004-10-30  Richard Hoelscher  <rahga@rahga.com>

	* gnotski.c: Added scalability.
	WEP puzzle 2-7 and 3-3 now works, and 3-8 "Sunshine" added.
	The only WEP Klotski puzzle missing, 1-8, is incompatible
	with the theme file and has been deleted from source.
	Most WEP puzzles had their pointless "outside" areas removed.
	Several real-life puzzles added: Block 10 and Climb Pro 24.
	(main): Add gconf for window size, merge with create_window().
	(gui_draw_pixmap): Replace TILE_SIZE with tile_size, etc.
	(configure_pixmaps),(configure_pixmaps_idle): Re-draw the theme
	pixbuf after non-idle Gtk+ events.
	(create_space): Move the drawing area into a aspect frame.
	(prepare_map): Remove "G" level, prepare for a fix to #87886
	(configure_space),(window_resize_cb): Support window resizing.
	* gnotski.svg, Makefile.am: New theme file.
	* pieces.h: Partial t-block (pointing upward) theme support.

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

	* help/C/gnotski.xml: Updated version number for 2.6.

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

	* gnotski.c (load_image): Remove references to _has_separator when
	dealing with message dialogs

2003-10-30  Callum McKenzie  <callum@localhost.localdomain>

	* Makefile.am: Removed *_DISABLE_DEPRECATED.

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

	* Makefile.am (install-data-local): Consolidated the score file
	lists under a variable.

2003-10-09  Stanislav Brabec  <sbrabec@suse.cz>

	* help/C/gnotski-C.omf: Fixed typo in DOCTYPE (bug 106719).

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

	* help/C/gnotski.xml: Updates for 2.4, including screenshots.

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

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

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

	* gnotski.c (new_move): Try not to use fixed length string buffer.

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

	* gnotski.c: Fixed compiler warnings.

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

	* gnotski.c: Use pixbuf for tile images.  Tried to make coding
	style consistent.
	(gui_draw_pixmap): Clear tile to default background color
	before drawing pixbuf.

	* gnotski.png: Modified to use transparent background and
	alpha layer shadows.

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

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

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

	* gnotski.c: Removed separator from dialogs as in HIG.

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

	* Makefile.am (install-data-local): Implement setgid modifications
	(see gnome-games/ChangeLog). Also undo the score directory
	changes. It breaks more than it fixes.

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

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

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

	* Makefile.am: Fix the use of $DESTDIR, closing #102757. Also
	clean the EXTRA_DIST rule. Thanks to gdx@poczta.fm.

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

	* gnotski.c: s/Gnome/GNOME/, for #99683.

2002-11-22  Tim Musson  <trmusson@ihug.co.nz>

	* gnotski.c: (about_cb), (score_cb), (game_score):
	No more multiple About dialogs, and Score dialog is now modal,
	fixing #97320 for gnotski. Also, About no longer pinches iagno's icon!

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

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

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

	* gnotski-icon.png: New icon contributed by Timothy Musson.

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

	* gnotski.c: Remove the useless resize grip and add some padding,
	so the resize grip doesn't hide the text in the status bar. Patch
	from Callum McKenzie <callum@physics.otago.ac.nz>, fixing #90546.

2002-09-11  Eric Baudais  <baudais@kkpsi.org>

	* help/C/gnotski-C.omf: It is a valid XML file.  I'd 
	advise boc to install scrollkeeper-preinstall correctly 
	and learn how to use xmllint.

2002-09-11  jacob berkman  <jacob@ximian.com>

	* help/C/gnotski-C.omf: remove <!DOCTYPE> as it breaks
	scrollkeeper-preinstall

2002-09-09  jacob berkman  <jacob@ximian.com>

	* help/C/gnotski-C.omf: fix to be valid XML

2002-09-06  jacob berkman  <jacob@ximian.com>

	* Makefile.am (SUBDIRS): add help

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

	* help/C/gnotski-C.omf: Fix the OMF file, to stop confusing
	Scrollkeeper. Fixing #91402.

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

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

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

	* gnotski.c: Load pixmaps from the application path instead of the
	system path (fixes #83917). Also set the about dialog to be a transient for the
	parent window.

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

	* gnotski.c: remove help menu item

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

	* gnotski.c: (expose_space): fix run-time warning, patch by Shahms E.
	King <shahms@shahms.com>

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

	* gnotski.c: (load_image), (about_cb): have a nice dialog when the map
	can't be loaded, add icon to about box

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

	* Makefile.am:
	* gnotski.c: (main), (create_window), (expose_space),
	(gui_draw_pixmap), (configure_space), (create_space), (load_image),
	(new_move), (quit_game_cb): patch from Shahms E. King
	<shahms@shahms.com> to port gnotski

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

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

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

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

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

	* Makefile.am:
	* gnotski.desktop:

	Install into the correct location and add a Categories
	field.
	
2001-12-04  Duarte Loreto <happyguy_pt@hotmail.com>

        * gnotski.desktop: Added Portuguese (pt) translation.

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

	* gnotski.desktop: Added traditional Chinese translation.

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

        * gnotski.c: So long imlib, you was a good friend but we don't
          like you any more, sorry.

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

	From Dean Scott <drscott12@hotmail.com>.
	
	* gnotski-icon.png: Added, gnotski.png wasn't really a icon.
	* Makefile.am (pixmap_DATA): Added gnotski-icon.png.
	* gnotski.c (main): Use gnotski-icon.png as the window icon.
	* gnotski.desktop: Use gnotski-icon.png. 

2001-06-23  Kjartan Maraas  <kmaraas@gnome.org>

	* Makefile.am: Prefix scoredir with $(DESTDIR).
	
2001-06-09  Juan Pablo Mendoza <pablo_juan@yahoo.com>

	* Makefile.am, gnotski.c: Move the image file to $(datadir)/pixmaps.
	* gnotski.desktop: Add Icon=gnotski.png.

