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

	* glines.c (load_image): Backport of a fix to make sure we try the
	default theme when we fail to load the selected theme.

2004-09-09  callum  <callum@spooky-possum.org>

	* help/C/glines.xml: Bumped the version number.

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

	* classic.png:
	* dots.png:
	* pulse.png:	
	* gumball.png: Moved these themes to the gnome-games-extra-data
	package.

2004-07-08  Paolo Borelli  <pborelli@katamail.com>

	* glines.c: rework grid drawing so that right and
	bottom borders are shown.

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

	* glines.c: Rework line-detection code so multiple balls
	can be dropped before checking. Fixes bug #142072.

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

	* glines.c: 
	* glines.desktop.in: Rename to "Five or More".

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

	* help/C/glines.xml:	
	* help/C/figures/*: Updates for 2.6. 

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

	* glines.c (load_image): Removed the _has_separator calls from message
	dialogs.

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

	* glines.c (bg_color_callback): Set saving background color as
	a 12-digit hex triplet. Bug #134179.

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

	* glines.c (game_about_callback): translator_credits ->
	translator-credits.

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

	* shapes.svg: Updates from Richard Hoelscher.

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

	* glines.c (button_press_event): Ignore double and triple
	clicks. Just like for Mahjongg. Richard Hoelscher pointed this out
	in bug #132010.

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

	* balls.svg: Reworked version from Richard Hoelscher. Smaller file
	and wobble-free graphics.

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

	* glines.c (field_expose_event): Shrink the event area by one so
	we don't try drawing grid cells that aren't there. Jon McCann
	spotted this.
	
2004-01-09  Callum McKenzie  <callum@physics.otago.ac.nz>

	* glines.c (check_goal): Make sure we don't miss "accidental"
	completions. Fixes bug #130291.

	* Makefile.am (pixmap_DATA): Added shapes.svg; a colour-blind
	friendly theme.

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

	* glines.schemas.in:
	* glines.h:
	* glines.c: Remember the window size. Removed some unused
	code. Reworked the layout of the "Next balls" and "Score" 
	section.

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

	* glines.c: Minor bug fixes fom previous work: "Next Balls" is
	bold again. The expose code doesn't miss tiles anymore.

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

	* glines.schemas.in: Set balls.svg to be the new default since it
	shows off the resizing routines to the best advantage.

	* glines.c: The resizing work is basically finished. The window
	size isn't remembered yet and there is an expose bug when a window
	is dragged quickly across it. Aside from that it works well.

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

	* glines.c: More resizing work and switch over to using the
	GamesGridFrame widget to save having to account for offsets in all
	the drawing functions.

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

	* glines.c: Replaced the home-grown clamp function with
	glibs. Also started to rework the code to handle a resizeable
	window.

	* help/C/glines.xml: Updated the theme-creation section.

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

	* glines.c (load_image): 	
	* Makefile.am (pixmap_DATA): Replace ball.png with
	balls.svg. Include a bit of logic to make the transition painless.

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

	* glines.c (load_image): Rescale graphics to fit. The graphics now
	just have to fit a 4x7 grid. This means that we now support SVG
	properly.

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

	* glines.c: Fix attempts to do an expose event before the
	configure event. Remember to connect the configure and expose
	signals to the same widget.

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

	* glines.c (fill_menu): Adapt to the new gobject API for
	games_file_list. Removed any dependence on the internals of
	games_file_list.

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

	* glines.c (fill_menu): Rework to use the new libgames-support API.

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

	* glines.c: Remove old pref dialog help code that is no longer
	used. Use the shared code for finding the theme files (also strip
	the suffixes from the theme names).

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

	* Makefile.am (CLEANFILES): Clean up the schema files.

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

	* glines.c (fill_menu): Patch from Kaushal Kumar to fix C89
	compilation. Bug #126338.

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

	* Makefile.am: Removed *_DISABLE_DEPRECATED.

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>

	* glines.c: Replace deprecated functions.
	(main): Remove the explicit realize for the main board.

Wed Aug 27 15:10:24 2003  Jonathan Blandford  <jrb@redhat.com>

	* glines.c (move_timeout_changed_cb): If we compile with -ansi, we
	need to use ansi-compatible comments.
	(ball_theme_changed_cb): Ditto

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

	* glines.c (main): More gconf defenses.

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

	* glines.c: Defensive programming against bad gconf data.

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

	* help/C/glines.xml: Updated for 2.4 (also updated the images).

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

	* classic.png: Improved the alpha blending with the
	background. Unfortunately the balls are still clipped at the top,
	bottom and sides.

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

	* glines.c: Compiler warning fixes.

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

	* glines.c (main): Dropped the g from the title to match the
	desktop entry.

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

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

	* glines.c: Fix a race condition where the animation callback may be
	called after the main drawing area is destroyed. Based mostly on
	Jrgen Viksell's <jorgen.viksell@telia.com> patch. Fixes bug 117019.

2003-07-06  Steve Chaplin  <stevech1097@yahoo.com.au>

	* glines.c (fill_menu): Add 'g_free (dname);' to fix a
	memory leak.

2003-07-02  Callum McKenzie <callum@physics.otago.ac.nz>
        * Makefile.am: Build fixes.

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

	* glines.h: 
	* glines.c: Cleanups and code improvements, mostly from Jorgen
	Viksell.

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

	* glines.schemas.in: Added background_color.  Fixed typo.

	* glines.c (bg_color_changed_cb):
	(load_properties):  Check gconf background color is not NULL.

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

	* glines.c: #define gconf key names.
	Stop leaking gconf clients.
	* glines.schemas.in: Changed gconf table sub-directory
	to preferences.  There is no need to have both.  I think
	this is ok since we haven't released this yet.
	
2003-06-18  William Jon McCann  <mccann@jhu.edu>

	* glines.c: Include string.h.
	Removed remaining background pixmap stuff.

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

	* glines.h:
	* glines.c: Fixed compiler warnings.

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

	* Makefile.am (EXTRA_DIST): Added schemas.in.

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

	* glines.c: Make emacs mode line consistent with others.

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

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

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

	* glines.c: Use new GamesFrame widget.

	* Makefile.am (INCLUDES): Added libgames-support stuff.

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

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

	* dots.png: Replaced with snazzier images.
	
	* Makefile.am (pixmap_DATA): Added new gumball theme from
	bug #105921.  Don't install unused background pixmaps.

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

	* glines.c (reset_game): Fixups to remove warnings and to make it
	ANSI C compatible.

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

	* glines.c: Use pixbufs for ball images.  Use grid lines instead
	of background pixmaps.  HIG fixes for preferences dialog.

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

	* Makefile.am (schema_in_files): 
	* glines.schemas.in: Added gconf schemas.

	* glines.c: Glines now uses gconf.  HIG fixes for pref dialog.

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-04-30  Abel Cheung  <maddog@linux.org.hk>

	* ChangeLog: Convert to UTF-8.

2002-12-24 John Fleck <jfleck@inkstain.net>

	* help/C/glines.xml: add <figure> tags around screenshots
	so the links to them display correctly in Yelp

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

	* help/C/glines-C.omf:
	* help/C/glines.xml: More s/Gnome/GNOME/.

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

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

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

	* glines.c: (game_about_callback) (game_top_ten_callback) (game_over):
	No more multiple About dialogs, and Score dialog is now modal.
	(Bug #97320)

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

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

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

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

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

	* glines.c: (field_expose_event): redraw more squares after expose
	events (fixes #97314)

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

	* glines.png: New icon contributed by Timothy Musson.

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

	* help/C/glines.xml: Fix paths to the images, closing #93386.

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

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

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

	* glines.c: Use g_snprintf() instead of snprintf() so that the
	OSF/1 compiler is happy (fixes #87800).

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

	* glines.c (main): Use the correct icon filename for the window
	icon.

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

	* glines.c: use application pixmap path, instead of libgnome
	pixmap path. Causes glines to run when installed in a different
	prefix to libgnome.

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

	* help/C/glines-C.omf : updated for new format of SK 0.3.8.
	* help/C/Makefile.am : updated for new format of SK 0.3.8.

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

	* glines.c: (start_game), (draw_preview), (draw_all_balls),
	(draw_box), (draw_ball), (deactivate), (preview_expose_event),
	(field_expose_event), (kill_tagged), (animate), (load_theme_cb),
	(main):
	* glines.h: Remove the backing pixmaps,
	Use gtk_widget_queue_draw_area() instead of gtk_widget_draw()
	Move all drawing to the expose handler(s)
	Patch by jorgen.viksell@telia.com (Jörgen Viksell)

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

	* ChangeLog:
	* glines.c: (game_about_callback): remove nstr(), patch from
	r_kinder@yahoo.com (Richard Kinder)

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

	* glines.c: (game_about_callback): have a nice icon

2002-02-27 Edgar Luna <kheb@gnulinux.org.mx>

	* glines.c: Fix about dialog warning.

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

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

2002-02-17  jacob berkman  <jacob@ximian.com>

	* Makefile.am (SUBDIRS): add help

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

	* glines.c: #include <config.h> fix.
	
2002-02-14  Chris Lyttle    <chris@wilddev.net>

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

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

	* glines.c (game_about_callback): Don't try to translate empty string.

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

	* glines.c: (game_quit_callback):
	Commit patch from Markus Bertheau <twanger@bluetwanger.de>
	to actually make this thing quit.

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

	* Makefile.am:
	* glines.c:
	Moved *_DISABLE_DEPRECATED to the Makefile.am

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

	* glines.c: (load_image), (draw_box), (draw_ball), (expose_event),
	(game_maybe_quit), (game_about_callback), (load_theme_cb),
	(fill_menu), (game_props_callback), (game_quit_callback),
	(save_state), (main):
	Ported to use non-deprecated functions.

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

	* Makefile.am:
	* glines.desktop:

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

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

2001-12-04  Kevin Vandersloot <kfv101@psu.edu>

	* glines.c: When starting a new game flash a simple message
	indicating how to score this game since I could never
	figure out how this game worked - Thanks Iain for showing
	me how :)

2001-08-18  Matthias Warkus  <mawarkus@gnome.org>

	* glines.png: New icon by Timothy Musson, added by permission of
	              the maintainer.

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

	* glines.desktop: Added traditional Chinese translation.

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

	* glines.c: Sayonara imlib.

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

	* glines.c (load_image): Fix typo.

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

	* glines.c (load_image): Remove more useless code. Use a dialog
	  instead of a printf if we can't find the images. Also fix a ugly
	  check.
	  (set_selection), (set_selection1), (free_str), (fill_menu): This
	  stuff was doing some really nasty things.

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

	* glines.c (load_properties): Remove pointless code.

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

	Apply part of a patch from drk@sgi.com

	* glines.c: (load_properties): Add void in the declaration.
	  (main): Correct the call to load_properties(), Remove c++ style
	  comment.

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

	* glines.c (game_props_callback) Connect dialog to close signal
	  instead of delete_event.

2000-12-16  Ross Arnold  <rossa@inet.net.nz>

	* glines.c, glines.h: Added a preference to optionally increase 
		ball movement speed. 

2000-10-09  Szabolcs BAN <shooby@gnome.hu>

	* Corrected some spelling mistakes in user-guide.sgml. Thanks to Andras Timar (timar_a@freemail.hu)

2000-08-09  Szabolcs BAN <shooby@gnome.hu>

	* Added Help button to preferences window,
	committed new help (not to /configure.in)

2000-08-05  Szabolcs BAN <shooby@gnome.hu>

	* Started writing this ChangeLog.

2000-08-05  Szabolcs BAN <shooby@gnome.hu>

	* glines.c: added session managemnt support and the possibility to
	configure (via the settings dialog) the program's behaviour on quit.

2000-08-01  Szabolcs BAN <shooby@gnome.hu>

	* glines.c, glines.h: Added theme support (via the new settings
	dialog), changed ball.xpm to png: this way, it is easy to decide
        wether the picture is a ball or a background element (balls are png
        format, backgrounds are xpms).  Added some art files: black.xpm,
        gray.xpm, woody.xpm, marble,xpm, ball.png, classic.png, pulse.png,
        dots.png.

2000-07-20  Szabolcs BAN <shooby@gnome.hu>

        * glines.c: applied patch of
          Hans Persson <unicorn@lysator.liu.se> for showing/hiding
          status message "Can't go there!"

2000-07-04  Szabolcs BAN <shooby@gnome.hu>

        * glines.c: applied patch of Szo. Quul!

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

        * glines.desktop: Added Swedish translation.

1999-04-24  Shooby Ban <bansz@szif.hu>

        * glines/*: Added a new game.
