2006-09-26  Maurizio Boriani  <baux@gnu.org>

	* guile-dbi.c: Rename scm_bits_t in scm_t_bits.
	Set forgotten pointers to NULL.
	Use new guile 1.8 api instead of deprecated 1.6.

2005-04-05  Maurizio Boriani  <baux@gnu.org>

	* Makefile.am: Fix include files search path in src/Makefile.

2005-04-02  Maurizio Boriani  <baux@gnu.org>

	* guile-dbi.c (__gdbi_dbd_wrap): Fix a dummy typo error.

2005-03-21  Maurizio Boriani  <baux@gnu.org>

	* guile-dbi.c (mark_db_handle): Add gc mark for closed field.
	(print_db_handle): Print connection open/close.
	(s_close_db_handle): Test if connection is opened or closed.
	* test: New dir for test stuff.
	* Makefile.am: Add test subdir.

2005-02-19  Maurizio Boriani  <baux@member.fsf.org>

	* test: New dir containing what's needed for test
	build.

2005-02-04  Maurizio Boriani  <baux@member.fsf.org>

	* Makefile.am: Assign copyright to FSF.
	* guile-dbi.c: Likewise.

2005-01-13  Maurizio Boriani  <baux@member.fsf.org>

	* Makefile.am: Add dbi subdir.
	Copyright assigner changed to myself.
	* guile-dbi.c: Likewise.

2005-01-12  Maurizio Boriani  <baux@member.fsf.org>

	* guile-dbi.c: Moved here static smob functions from
	guile-dbi.h.
	(mark_db_handle): Fixed smod marking, gc was eating 'em.
	(s_query_db_handle): Fixed return values.
	(s_getrow_db_handle): New, get next row wrapper interface.
	(s_getstat_db_handle): New, return status pair.

2005-01-11  Maurizio Boriani  <baux@member.fsf.org>

	* guile-dbi.c (DBI_SMOB_P): New, test object type macro.
	(s_close_db_handle): New, dbi close wrapper interface.
	(free_db_handle): Fixed, before free, close db connection.
	Fixed some broken return values and removed some debugging
	printf.
	(s_query_db_handle): New, dbi query wrapper interface.

2005-01-10  Maurizio Boriani  <baux@member.fsf.org>

	* dbi: New dir for scheme modules relateds
	* Makefile.am: Filled with required stuff for lib build.
	* guile-dbi.c: New, main library source file.
	(s_make_db_handle) Build dh_handle smob and bootstrap 
	dbi to dbd plugin system.
	(mark_db_handle) Mark as used the smob, so gc doesn't touch it.
	(free_db_handle) Mark the smob as free, gc can eat it.
	(print_db_handle) Display the smob, require an help from the 
	plugged in driver.
	(init_db_handle_type): Init the new smob type registering its 
	specific fuctions.
	(init_dbi) Initialise smob type and expose snarfed symbols if 
	needed.
	(__gdbi_dbd_wrap): Find functions symbols in dbd, returned into
	arg function_pointer.

2005-01-08  Maurizio Boriani  <baux@member.fsf.org>

	* Makefile.am: New but void, required for pkg structure.
	
