08/04/2001
  * Added a password request dialog to provide one if necessayr when opening the 
    connection
  * Fixed a memory leak bug with the g_slist_remove_link() functions

07/18/2001
  * Various small UI improvments
  * Better presentation and reaction of the relationships dialog
  * New class of object to have a CList with two arrow buttons to exchange
    entry positions in the clist
  * reworked the quit and disconnect confirmation dialogs to have the possibility
    to cancel, and also to have all in one dialog (not two anymore as it was).
	
06/07/2001
  * Major updates to the Grid and Forms widgets for interaction
  * Postgres Example redesing 

05/18/2001
  * Created the Grid and Form widgets to allow visualization of data
    in a tabular or formular way.

05/02/2001
  * Corrected a little bit the doc
  * Implemented dialogs to prompt the user for missing values when
    a query is about to be executed

04/28/2001
  * Modified query execution handling and query execution management
  
03/23/2001
  * Added "tr" to ALL_LINGUAS and reordered ALL_LINGUAS.

01/11/2001
  * LOTS of things have changed in the last month, but I haven't kept up to date:
  * for the graphical creation of SELECT queries, the following has changed:
    - it is now possible to introduce values in the objects of the query
    - it is possible to specify WHERE clauses (even some really complex ones)
    - the dialog to create new objects in the query has been improved
  * it is now possible to copy a query
  * Before closing, the user is prompted to make sure this is what is wanted
  * gASQL can now use libxml version 2.2.x as well as version 1.8.x
  * Colorio Mauro <linuxbox@interfree.it> has provided an Italian translation
  * some minor bug fixes

10/24/2000
  * Aggregates with ANY data type as argument are now correctly handled
  * code cleanup

10/23/2000
  * major update to the XML save and load: now uses a DTD for validating
    the XML file to load
  * memory leaks fix with the XML interface

10/11/2000 (up to that date)
  * heavy modifications to work with gnome-db and libgda V0.1.0
  * the bonobo widgets cannot be launched anymore (for now...)
  * added a link to run gnomedb-mgr from a menu to configure the data sources
  * modifications to the configure script to specify locations for
    gnome-db and libgda separately
  * various bug fixes and adaptations
	
07/03/2000
  * Updated the French and German translations.
  * Updated the example

06/28/2000
  * gASQL is now in the GNOME CVS, module gASQL
  * added the autogen.sh script to generate and run the configure script
  * reworked a bit the main UI
  * fixed a nasty bug which would give an error if you reconnected after
    disconnection and made a query.
	
06/20/2000
  * completed the implementation to bind a plugin to individual tables' fields
  * bug fixes in the plugin system (rescanning the plugins now works)
	
05/16/2000
  * updated the bonobo stuff to use the GnomeDbControlWidget objects, so now
    gASQL can use the gnome-db control components.
  * some bug fixes with the GDA Datasources

05/15/2000
  * added a small framework to integrate and display the owners of tables, etc
  * added support for views (they appear in the same list as tables)

04/27/2000
  * added a German translation, thanks to Gerhard Dieringer 
	
04/26/2000
  * added support for documentation to be generated from SGML sources
  * added support for Bonobo control components (to enable usage of specific
    dialogs to configure each DBMS). The components are 'exported' by a process
    specific to each gnome-db provider. These components are part of gnome-db.
	
03/15/2000
  * fixed bugs which caused problems with NULL values (not recognized as such)
	
03/14/2000
  * packaging version 0.5.1 with french support, fixed a bug preventing
    compilation with the postgres libs. 
  * the displaying of relations now remember its size
  * improved general UI
  * started to introduce the different supported features by the providers
  * tables can now have associated comments
	
03/08/2000
  * packaging of release 0.5.0 (sources and binaries)
	
03/07/2000
  * fixed the automake stuff for the plugins.
  * fixed some bugs.
	
03/03/2000
  * created a new plugin to display/modify IP/mask addresses

03/01/2000
  * set up the plugins system to display data types in a special way.
  * reorganised the menus.

02/29/2000
  * use gda-config script in configure script
  * if an XML file is specified, loads the data types, functions and 
    aggregates from that file
  * getting DB information from a gnome-db provider will show what is being
    done at the moment in the statusbar, and the progressbar will move along
  * updated french translations	
	
02/22/2000
  * Modified a lot of files to use gnome-db instead of a direct connection to 
    PostgreSQL only:
	- changed SqlQueryRes structure
	- changed SqlAccess structure
	- changed the data displaying engine
	- updated several other files
  * lost for the moment the possibility to enter direct SQL queries
  * Created a gasql.spec file to create source and binary RPMS
	
01/13/2000
  * modified the configure scripts to add --enable-debug-signal 
    (to trace signals), --enable-debug (to have a special debug menu)
    and --with-gnome-db=<dir>

01/12/2000
  * fixed a bug about the display of dates and locales.
  * removing a table entry now checks for integrity problems
