2005-01-30  Mathieu Lutfy  <mathieu@bidon.ca>

	* configure.in : Corrected version, previous release was 0.1.2, now 0.1.3.

2005-01-24  Mathieu Lutfy  <mathieu@bidon.ca>

	* README : Clarified information on how to build the application.

	* src/gnome-turtle.c : When the screen is cleared, print, save and other
		related menus are accordingly greyed out.

2005-01-24  Mathieu Lutfy  <mathieu@bidon.ca>

	* src/gnome-turtle.c : Added support for menu Edit -> Clear.

	* src/gnome-turtle.c : When a new fractal is loaded (File->Open), the
		screen is cleared from the previous drawing (helps avoid cluttering
		the system's memory).

	* src/gnome-turtle.c : When the screen is cleared, print, save and other
		related menus are accordingly greyed out.
	
	* configure.in : Version bumped to 0.1.2 from 0.1.1, and updated the link
		to the bug tracking system.

2004-05-14  Mathieu Lutfy  <mathieu@bidon.ca>

	* src/gnome-turtle.c : LC_NUMERIC now forced to "C"

	* src/gnome-turtle.c : Added Open dialog, but it doesn't clear the canvas (!)

	* src/gnome-turtle.c, src/turtle-helpers.c : Added basic printing.

	* src/gnome-turtle.c : menus now look normal (Game replaced by File, added
	Print, etc.) and changed the callback names.

	* configure.in : added Lex/Yacc support.

	* src/turtle-parser.l : renamed to src/turtle-scanner.l (this was causing
		a very strange problem with automake/autoconf, badly included .h, etc.).
	
2004-05-12  Mathieu Lutfy  <mathieu@bidon.ca>

	* First release 

2004-05-08  Mathieu Lutfy  <mathieu@bidon.ca>

	* Project started
