Released 3.99.14

2009-03-14  Vivien Malerba <malerba@gnome-db.org>

	* libgda/gda-config.c:
	* tools/gda-sql.c:
	* providers/jdbc/jni-wrapper.c: use the XDG Base Directory Specification to
	get the directory where to store the defined data sources and fall back to
	$HOME/.libgda if the directory does not exist
	* tools/tools-input.c: store history file in $XDG_CACHE_HOME from
	the XDG Base Directory Specification

2009-03-12  Vivien Malerba <malerba@gnome-db.org>

	* providers/mysql/gda-mysql-meta.c: corrected AUTO INCREMENT attribute reporting
	for tables' columns

2009-03-12  Vivien Malerba <malerba@gnome-db.org>

	* libgda/gda-holder.c:
	* libgda/gda-data-proxy.c:
	* libgda/gda-error.[ch]:
	* libgda/gda-types.[ch]:
	* libgda/gda-meta-store.c:
	* libgda/gda-set.c:
	* libgda/gda-init.c:
	* libgda/Makefile.am:
	* libgda/gda-custom-marshal.[ch]:
	  - renamed gda-error.[ch] to gda-types.[ch] as more custom types are defined
	  - don't install the new gda-types.h file
	  - don't export the _get_type() symbols
	  - fixes for bug #574736
	* libgda/gda-set.c:
	* doc/C: fixes for bug #574741
	* libgda/gda-set.[ch]: removed unused part in GdaSetSource and added padding
	for future expansion to GdaSetNode, GdaSetGroup and GdaSetSource

2009-03-10  Vivien Malerba <malerba@gnome-db.org>

	* libgda/gda-statement.c:
	* doc/C:
	  - documents gda_statement_to_sql_real(), fixes bug #574738
	  - mention that GdaServerOperationNode is mainly for database provider's
	    implementations, for bug #574742
	* libgda/gda-meta-struct.c: fixes documentation for
	gda_meta_struct_get_all_db_objects(), fixes bug #574740

2009-03-09  Vivien Malerba <malerba@gnome-db.org>

	* configure.in: set version to 3.99.14