2007-07-26 Marcin Kwadrans <quar@vitea.pl>

	* Release (1.1.5)
	* Fixed bug in loop 'for' (f.i. for a := 1 to 1 create a )
	* Fixed bug in loop 'for' (f.i. for a := -3 to -2 create a)
	* Fixed expressions with rand (f.i. create 2 * rand 2)
	* Fixed expressions with not (f.i. if not (2 = 2) { create A } )
	* Memory leak fix in value.cc
	* Icon of little wizard in task bar
	
2006-09-06 Marcin Kwadrans <quar@vitea.pl>

	* Release (1.1.4)
	* Add Czech translation
	* Add Portuguese translation

2006-06-30 Marcin Kwadrans <quar@vitea.pl>

	* Release (1.1.3)
	* Add Slovak translation
	* Fix bug during mixing variables and digits (segmentation fault)
	* Replace deprecated cmd attributes in lw.xml
	* Help option (--help) now display real program name not lw,
	  it should be usefull in packages where lw command is renamed
	  to another name
	* Updated README

2006-03-16 Marcin Kwadrans <quar@vitea.pl>

	* Release (1.1.2)
	* Add Dutch translation
	* Add French translation
	* Add copyright header in liblanguage files
	* Implement --help and --version options
	
2006-01-22 Marcin Kwadrans <quar@vitea.pl>
	
	* Release (1.1.1)
	* Fix pausing, it has consumed whole processor time (wizard.cc)
	* Index range checking (commandindex.cc)
	* Fix pixmap getting from special values (value.cc)
	* Set proper title of window, when program is loaded via parameter 
	  from command line (main.c)
	* Ugly workaround for win32 - destroying array of parameters from catch
	  block doesn't work. Let somebody tell me why! (command.c)
	* Initial version of test tool - lwtest
	* Add Russian translation

2005-12-27 Marcin Kwadrans <quar@vitea.pl>

	* Release (1.1.0)

2005-12-01 Marcin Kwadrans <quar@vitea.pl>

	* Release (1.1.0rc2)
	* Don't let drag dummy pieces
	* Fix warning during save as
	* Implement version check during load/save

2005-11-22 Marcin Kwadrans <quar@vitea.pl>

	* Release (1.1.0rc1)
	* Rewritten value & variable support
	* Implemented arrays (also multidemensional)
	* Resizeable world
	* New loops: for..to, for..downto, repeat..until
	* Mark old for as deprecated (still can be used in old projects)
	* New commands: rand, get/set veritical/horizontal position,
	  move towards direction requested by user
	* Special read/write variable named world
	* Some changes in format of configuration file and project saves
	* New class 'symbol' has been introduced (value and command use that)
	* Updated icons (Math)
	* Many bug fixes (and new one problably have been added)

2005-08-09 Marcin Kwadrans <quar@vitea.pl>

	* Release (1.0.1)
	* Add Spanish translation
	* Add split line feature (piece.cc, row.cc, board.cc)
	* Add remove empty line feature (piece.cc)
	* Removed redundant awk check in configure
	* Add intl library in LDADD (makefile.am in liblw and liblanguage),
	  should fix win32 compilation
	* Add README
	
2005-07-11 Marcin Kwadrans <quar@vitea.pl>

	* Release (1.0.0rc2)
	* Bug #1236199 fixed - Awk error during Make,
	  incompatiblities between gawk and mawk, now should work with both
	* Add missing English translation file
	
2005-07-08 Marcin Kwadrans <quar@vitea.pl>

	* Initial public release (1.0.0rc1)
	* Waiting for bugs reports
