2008-02-02 François Agrech <f.agrech@gmail.com>
	* ChangeLog start
	* Version 0.0.1

2008-02-19 François Agrech <f.agrech@gmail.com>
	* Version 0.0.2
	* Fix shape when window size is not multiple of 8 (because of odd zoom parameter)
	* Add font scaling according to window size

2008-02-21 François Agrech <f.agrech@gmail.com>
	* Version 0.0.3
	* Add a desktop entry with a nice svg icon
	* Add a systray icon (Requires GTK 2.10)

2008-02-21 François Agrech <f.agrech@gmail.com>
	* Version 0.0.4
	* New configuration GUI (requires libglade)
	* Move configuration to GConf
	* Note: configuration doesn't work yet but the infrastructure is in place

2008-02-29 François Agrech <f.agrech@gmail.com>
	* Version 0.0.5
	* Configuration works
	* There is a bug to investigate with resizing (makes Florence crash)

2008-03-03 François Agrech <f.agrech@gmail.com>
	* Version 0.0.6
	* fixed issue with resizing.

2008-03-06 François Agrech <f.agrech@gmail.com>
	* Version 0.1.0
	* polish

2008-03-13 François Agrech <f.agrech@gmail.com>
	* Version 0.1.1
	* Internal change: add a class parameter for keys.
	* No more layout key file but xml/xsd instead. (Makes florence dependant on libxml).
	* Add info-bubbles on preferences window.

2008-03-19 François Agrech <f.agrech@gmail.com>
	* Version 0.1.2
	* Add extensions infrasctructure
	* Add arrows keyboard extension

2008-03-25 François Agrech <f.agrech@gmail.com>
	* Version 0.1.3
	* Add config command line parameter
	* Add arrows parameter in configuration GUI
	* Add non-GNOME informations in README file
	* Add distro-specific informations in README file

2008-04-16 François Agrech <f.agrech@gmail.com>
	* Version 0.2.0
	* New style framework (pseudo-svg keys and symbols)
	* New Numpad expension

2008-04-30 François Agrech <f.agrech@gmail.com>
	* Version 0.2.1
	* New Function keys extension
	* Default to no auto-click as it seems most users don't use it.
	* Initalize the keyboard with the state of the real keyboard (lock keys).
	* Get the modifier keys from XKB instead of hard coding them.
	* Hack for the Alt key so it doesn't move the window when it is activated.
	* Code commenting.

2008-05-28 François Agrech <f.agrech@gmail.com>
	* Version 0.2.2
	* Change the icon
	* FLO_DEBUG environment variable replaced with the -d option
	* Added help menu item and documentation (--with-docs configure option)

2008-07-28 François Agrech <f.agrech@gmail.com>
	* Version 0.2.3
	* Change hackish gconf schema installation procedure
	* Use GTK_STOCK_CANCEL instead of GTK_STOCK_DISCARD when GTK version is < 2.12
	* Fix compilation warnings

2008-09-10 François Agrech <f.agrech@gmail.com>
	* Version 0.3.0
	* layout file now validated with relax-ng instead of xml schema (to work better with svg)
	* move libgnomecanvas and artlib to cairo and librsvg
	* complete redesign of the drawing system for startup performance: remove some bloat and use less memory

