1999-11-10  Rajko Albrecht  <rajko.albrecht@informatik.tu-chemnitz.de>
0.4.0 -> 0.4.1
	- SQL script editor enhanced
	- Can now act with older mysql servers again
0.3.5 -> 0.4.0
	- SQL script editor implemented
	- bug fix in multi edit (forgot a field for blobs/text)
	- TableView no shows COURIER - font
0.34 -> 0.35
	- altertable re-designed
	- bug fix in table view
	- multi edit redesigned

0.33 -> 0.34
   - altertable implemented
   - bug fix in table view
   - implement the TEXT type (I realy forgot it...)
   - bug fixes in create table
   - some code re-designes

0.32 -> 0.33
	- selecting of a column in create table now works fine
	- bug fix in tabledescriptor (copy constructor didn't work right)
	
0.3 -> 0.32

	- a bug fix in create table
	- a bug fix in compoundkey - handling
	- splitting some classes for future development
	- changes in documentation
	
0.2 -> 0.3

	- A lot of bugfixes
	- Can now create tables with enums/sets
	- Better handling of keys
	- Moved all non-GUI data to STL datas cause QT base lists/strings etc. are realy slow
	- generate configure script

