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
