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

	* Makefile.am: Added library age.

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

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

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

	* gda-xml-database.c (gda_xml_database_table_find): check for NULL
	pointers before using them
	(gda_xml_database_table_new): create the "TABLES" node if it's not
	created yet

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

	* gda-xml-document.c (gda_xml_document_get_compress_mode):
	(gda_xml_document_set_compress_mode): new functions

	* gda-util.c (gda_util_hash_to_list): add g_strdup'ed value to the
	returned GList

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

	* gda-xml-database.[ch]: rework

	* gda-common-private.h: new file for common declarations

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

	* gda-common-defs.h: new file containing some #define's needed
	all over

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

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

	* gda-quark-list.c (gda_quark_list_add_from_string): g_strdup
	the hash table key also

	(gda_quark_list_free): free the contents of the hash table

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

	* gda-xql-const.[ch], gda-xql-dml.[ch]
	more conversion of the XML queries library

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

	* gda-xml-util.c: gray out the call to xmlIOParseDTD until we can
	use libxml2

2001-07-09  Akira TAGOH <tagoh@gnome-db.org>

	* gda-xml-util.c: fixed typo.

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

	* gda-xml-query/*: moved some files into the libgda-common directory
	itself, with some changes:
		- XmlQueryItem is now GdaXmlItem
		- XmlQueryBin is now GdaXmlBinItem
		- XmlQueryList is now GdaXmlListItem
		- XmlQueryAtom is now GdaXmlAtomItem
		- XmlQueryColumn is now GdaXqlColumn

	* gda-xql.h: new file

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

	* gda-listener.[ch]: implementation of the GDA::Listener CORBA
	interface, used by clients to receive notifications from providers

	* gda-quark-list.[ch]: new file for managing connection strings and
	similar value/pair lists

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

	* gda-xml-file.[ch]: moved to gda-xml-document.[ch]

	* gda-xml-util.[ch]: new file containing several XML ulitity
	functions

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

	* gda-error.[ch]: moved here from the libgda-client library

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

	* gda-config.h: GDA_CONFIG_SECTION_LAST_CONNECTIONS moved from
	GNOME-DB, since the last successful connections will be saved
	at the libgda level

	* gda-config.c (gda_config_save_last_connection): new function

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

	* gda-config.c (gda_provider_list): CORBA_free the list returned
	by oaf_query

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

	* gda-util.c (gda_util_hash_to_list): added new function for converting
	a GHashTable into a GList (only adding, to the GList, the GHashTable's
	keys)

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

	* Makefile.am: don't build the libxmlquery until we fix the
	libxml1/libxml2/libxslt issue

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

	* reverted last change, thus forcing new versions of
	automake/autoconf/libtool

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

	* Makefile.am, gda-xml-query/Makefile.am,
	gda-xml-query/testing/Makefile.am: converted the libxmlquery
	to a libtool static library (noinst_LTLIBRARIES)
	(fixes bug #54979)

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

	* gda-config.c: added gtk-doc documentation

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

	* gda-config.c (gda_provider_copy): make a copy of ALL the
	GdaProvider structure members
	
2001-04-25  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-config.c (gda_dsn_save): check pointer before using them

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

	* gda-config.c (gda_config_remove_section): implemented

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

	* gda-config.h: use "/apps" prefix for all GConf stuff

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

	* gda-common.h: remove "#include xml-query.h"
	* gda-xml-query/Makefile.am: make libxmlquery a private library,
	for the moment

2001-02-18  Carlos Perell)B Marn <carlos@gnome-db.org>

	* Makefile.am: Removed all the references to gda-xml-query.*
	* gda-common.h: Updated to the new xml-query

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

	* gda_config_list_keys: fixed
	* added utility functions (moved from gnome-db lib)

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

	* added correct license notices (LGPL) to source files

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

	* gda-config.[ch]: added gda_config_has_key function, for
	checking for the existence of a given key

2000-11-01  Reinhard M)Bller  <reinhard.mueller@bitsmart.com>

	* gda-xml-file.h: removed directory part from gnome-xml includes
	because the directory is already given from xml-config

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

	* gda-config.[ch]: added gda_dsn_copy function

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

	* added OAFIID helper functions:
	gda_corba_oafiid_is_active()
