2001-11-22  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-connection.c: don't include bonobo.h, but only the needed
	bonobo-*.h files

2001-10-28  Akira TAGOH <tagoh@gnome-db.org>

	* Makefile.am: Added library age.

2001-10-07  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-field.c (gda_stringify_value): treat GDA_TypeChar as a string

	* Makefile.am: install headers in version-based directory

2001-09-13  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-field.c:
	* gda-export.c: adapted to changes in GdaField class

2001-09-06  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-field.[ch]: cleaned up API and make it match with the new
	GdaField API in the GNOME 2 branch

2001-09-05  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-connection.c (gda_connection_open): don't pass NULL strings
	to the CORBA-generated functions

2001-09-02  Liam Girdwood <liam@novalinux.com>

	* gda-recordset.[ch] (gda_recordset_get_row):
	(gda_recordset_get_row_as_string): new functions

2001-08-14  Diego Gonzalez <dggonz@yahoo.com>

	* gda-recordset.c (gda_recordset_to_array): new function to convert
	a whole recordset into a GPtrArray

2001-07-29  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-export.c (gda_export_run): add a GdaExportFlags parameter for
	clients to be able to specify several flags for the export process,
	such as export table data or not
	(run_export_cb): increment num_found to know how many objects were
	treated in one pass, and if 0, finish the export process

2001-07-29  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-export.c (gda_export_run, gda_export_stop): implemented the
	functions to run (asynchronously) the export process. When finished,
	the GdaExport will emit its "finished" signal

2001-07-25  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-export.c (gda_export_select_table_list): new function

2001-07-24  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-recordset.c (gda_recordset_move_prev): implemented

	* gda-export.c (gda_export_init): create the internal hash table
	here

2001-07-21  Rodrigo Moya <rodrigo@gnome-db.org>

	* *.h: s/#if defined(__cplusplus).../G_BEGIN_END_DECLS

2001-07-16  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-connection-pool.c: add a new parameter to the "error" signal
	to receive the list of errors from the connection

2001-07-14  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-connection.c (gda_connection_add_listener): new function
	(gda_connection_remove_listener): new function

	* gda-connection.c (gda_connection_new_from_dsn): use the user
	configured in the DSN if no user name is given in the call to this
	function

	(gda_connection_open): CORBA_Object_release the connection if the
	call is not successful

2001-07-05  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-error.[ch]: moved to libgda-common

	* gda-command.c (gda_command_destroy): properly destroy GtkObject's

2001-07-04  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-connection-pool.c (gda_connection_pool_open_connection): call
	gda_config_save_last_connection on every succesful connection

2001-07-03  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-connection.c (gda_connection_new_from_dsn): new self-contained
	function for creating a new connection from the information
	stored in the configuration for a given data source
	(gda_connection_open): changed input-only parameters to 'const gchar *'

2001-06-20  Ernst Molitor <ernst.molitor@uni-bonn.de>

	* gda-export.[ch]: rename variable 'export' to 'exp' to make
	GCC 3.0 and C++ compilers happy

2001-06-15  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-connection.c (get_corba_connection): use g_str_hash and
	g_str_equal for the GHashTable

2001-06-14  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-export.c (gda_export_free): added missing function

2001-06-08  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-export.[ch]: new class for managing database exports

2001-05-17  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-connection.c (gda_recordset_destroy): add function to
	properly destroy GtkObject-derived class

2001-05-05  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-connection-pool.c (gda_connection_pool_foreach): add
	a GdaConnection parameter to the GdaConnectionPoolForeachFunc

2001-04-25  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-connection-pool.c: connected to GdaConnection's
	"error", so that we can emit GdaConnectionPool's own
	"error" signal

2001-04-16  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-connection-pool.[ch] (gda_connection_pool_foreach):
	new function

2001-04-14  Michael Meeks  <michael@ximian.com>

	* Makefile.am (dist-hook): remove built files from dist.

2001-04-01  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-connection-pool.[ch]: renamed "new_connection" signal to "open"
	Added _unref/_ref stuff to control the life cycle of connections

2001-01-05	Carlos Perell Marn <carlos@gnome-db.org>

	* Makefile.am: updated the rule to erase the idl generated
	  files to erase also GDA-skels.c

2001-01-03	Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-recordset.*: added "row_changed" signal to Gda_Recordset
	object, because it will be needed by the new data-bound widgets

2000-11-24	Rodrigo Moya <rodrigo@gnome-db.org>

	* added correct license notices (LGPL) to source files

2000-11-06	Rodrigo Moya <rodrigo@linuxave.net>

	* replaced GtkAdjustment with plain GtkObject in Gda_Recordset
	* added correct license notice to some source files

2000-11-05	Rodrigo Moya <rodrigo@linuxave.net>

	* adapted to new IDL file names (gda -> GDA)

2000-11-02  Reinhard Mller  <reinhard@gnue.org>

	* compile with GObject instead of GtkObject if GObject is
	available

2000-10-26	Rodrigo Moya <rodrigo@linuxave.net>

	* applied Michael's patch to help in build problems: clean and start again

2000-10-21	Rodrigo Moya <rodrigo@linuxave.net>

	* added missing _() and N_() declarations which were missing after
	removing the gnome.h #includes. This has been the first GNOME-independent
	successful compilation
	
2000-10-20	Rodrigo Moya <rodrigo@linuxave.net>

	* removed all gnome.h to leave things at 99.99999%
	GNOME-independent. The only remaining thing is to use
	the OAF ObjectFactory
