2005-12-01 : Christian Mauduit <ufoot@ufoot.org>

	* Updated the docs (added intro, status, and install notes).
	* Updated copyright notices and added GNU FDL.

2005-11-28 : Christian Mauduit <ufoot@ufoot.org>

	* Released 20051128.
	* Updated READMEs to reflect that this is pre-alpha stuff.

2005-09-11 : Christian Mauduit <ufoot@ufoot.org>

	* Errors in scheme code are now correctly dumped on the console.

2005-09-10 : Christian Mauduit <ufoot@ufoot.org>

	* Implementing scheme error handling, not finished yet.

2005-09-09 : Christian Mauduit <ufoot@ufoot.org>

	* Pressing F10 now instantaneously quits the game.
	
	* Added a control of how many calls to malloc/free are issued.
	
	* Moved gfx data from data/ to data/gfx/

2005-09-07 : Christian Mauduit <ufoot@ufoot.org>

	* Implemented a scrolling background with bubbles on it.

	* Got rid of hard-coded const3d.h, everything in .XML file.

2005-08-24 : Christian Mauduit <ufoot@ufoot.org>

	* Worked on menus, ESC key works.

2005-08-23 : Christian Mauduit <ufoot@ufoot.org>

	* Implemented C functions to draw script log & system info.

	* Fixed quirk in texture freeing strategy.

2005-08-21 : Christian Mauduit <ufoot@ufoot.org>

	* Starting to implement proper menu structure in Guile.

2005-08-21 : Christian Mauduit <ufoot@ufoot.org>

	* Menu display callable with parameters passed from Guile.

2005-08-17 : Christian Mauduit <ufoot@ufoot.org>

	* Added XML configuration file for gfx module.

2005-08-08 : Christian Mauduit <ufoot@ufoot.org>

	* Pre-alpha code drawing "cylinder" menus.
	
2005-08-06 : Christian Mauduit <ufoot@ufoot.org>

	* Changed background texture and its mapping coordinates.
	
	* Main game loop calls logic/display with indendent fixed rates.

2005-08-04 : Christian Mauduit <ufoot@ufoot.org>

	* Window is now resizable.

2005-07-31 : Christian Mauduit <ufoot@ufoot.org>

	* Added ./intl dir, and fixed autotools wizardry.

2005-07-30 : Christian Mauduit <ufoot@ufoot.org>

	* Added iconv support for UTF8/TTF conversion.

	* TTF font drawn on screen.
	
2005-07-27 : Christian Mauduit <ufoot@ufoot.org>

	* Preparing text drawing with freetype/SDL/OpenGL
	
2005-07-26 : Christian Mauduit <ufoot@ufoot.org>

	* Added ICONV detection
	
	* Linking with SDL_ttf

2005-07-23 : Christian Mauduit <ufoot@ufoot.org>

	* Gettext interface for Guile/scheme code.

2005-07-22 : Christian Mauduit <ufoot@ufoot.org>

	* Added i18n support, using GNU gettext.

2005-07-22  gettextize  <bug-gnu-gettext@gnu.org>

	* Makefile.am (SUBDIRS): Remove intl.
	(ACLOCAL_AMFLAGS): New variable.
	(EXTRA_DIST): New variable.
	
	* configure.ac (AC_CONFIG_FILES): Add po/Makefile.in.

2005-07-22 : Christian Mauduit <ufoot@ufoot.org>

	* Code cleanup, fixed dist target.
	
2005-07-21 : Christian Mauduit <ufoot@ufoot.org>

	* Wrote and use proper log functions.

2005-07-20 : Christian Mauduit <ufoot@ufoot.org>

	* Concentrated all globals into one single struct.

2005-07-19 : Christian Mauduit <ufoot@ufoot.org>

	* Basic info doc file generated (but nothing interesting in it).

	* Uses automake 1.9.

2005-07-18 : Christian Mauduit <ufoot@ufoot.org>

	* Added some dummy animations for the background image.
	
2005-07-17 : Christian Mauduit <ufoot@ufoot.org>

	* A basic background image is displayed.
	
	* Added a basic logging facility usable from scheme.

	* An image is loaded from /usr/share/blahblah to memory.

	* Game links against SDL_image.

2005-07-15 : Christian Mauduit <ufoot@ufoot.org>

	* Game links against OpenGL.

2005-07-14 : Christian Mauduit <ufoot@ufoot.org>

	* Keys are polled and returned to scheme. Basic game loop.

	* Prefix liquidwar6 -> lw6

2005-07-12 : Christian Mauduit <ufoot@ufoot.org>

	* Autotools wizardry, scripts are installed in /usr/local/share.

2005-07-08 : Christian Mauduit <ufoot@ufoot.org>

	* Added event.c file.

	* Code cleanup.

2005-07-07 : Christian Mauduit <ufoot@ufoot.org>

	* SDL function wrappers called from Guile.
	
	* C functions now registered for Guile.
	

2005-07-03 : Christian Mauduit <ufoot@ufoot.org>

	* A Guile script is loaded and run.

