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 (Jrgen 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.
