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

	* gnome-db-control.c: take into account the 2 new IDL methods
	(setOwner and unsetOwner)
	Added 2 new signals for those 2 methods
	Call bonobo_object_construct with the correct CORBA object

	* gnome-db-control-corba.c (impl_GNOME_DB_Control_setOwner):
	implemented
	(impl_GNOME_DB_Control_unsetOwner): implemented

	* gnome-db-control-widget.c (gnome_db_control_widget_set_owner):
	implemented
	(gnome_db_control_widget_unset_owner): implemented

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

	* gnome-db-export.[ch]: new widget to act as a frontend to the
	new GdaExport class

2001-06-08  Roger Pilkey <rpilkey@magma.ca>

	* gnome-db-browser.c: removed GAL #include's

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

	* gnome-db-control-widget.c: proper handling of the destroy stuff

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

	* gnome-db-dsn-config-druid.c (druid_finished_cb): add
	";PARAM=VALUE" to DSN string instead of only ";VALUE"

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

	* gnome-db-designer.[ch]: made all GnomeDbDesigner's members
	private
	(gnome_db_designer_get_filename): new function
	(gnome_db_designer_set_filename): new function
	(gnome_db_designer_save): new function

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

	* gnome-db-control.c (gnome_db_control_get_ui_container): new function
	* gnome-db-browser.c: remove detail pane when switching between
	notebook tabs
	* gnome-db-dsn-config-druid.c (druid_finished_cb): only add ";KEY=value"
	to the DSN string if the user actually typed something for each entry

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

	* gnome-db-browser.c (show_table_data_cb): implemented function to show
	table's data

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

	* gnome-db-log-viewer.c: some UI tweaks

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

	* gnome-db-dsn-config-druid.c (gnome_db_dsn_config_druid_init): connect
	to GnomeDruid's "cancel" signal

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

	* e-*paned*: imported EPaned widgets from Gal to remove
	that dependency, since we're only using the paned
	widgets. As soon as some "decent" paned widget is
	available in GTK+ or gnome-libs, these files will be
	removed

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

	* gnome-db-login.[ch]: rework it to make it simpler to use

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

	* gnome-db-control.h: do not include gnome-db-control-corba.h,
	since it's a private file, not to be installed
	* Makefile.am: also install GnomeDB.h (ORBit-generated),
	needed by gnome-db-control.h
	* gnome-db-util.c (gnome_db_set_widget_tooltip): only create tooltips
	if 'Show tooltips' option is enabled
	* gnome-db-config.h: added new configure strings

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

	* gnome-db-dsn-config.c: disable "Global" check box until global data
	sources are allowed
	* gnome-db-util.[ch] (gnome_db_set_widget_tooltip): new function
	to add tooltips to widgets

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

	* gnome-db-dsn-config-druid.[ch]: added GnomeDbDsnConfigDruid widget
	for easy addition of new data sources

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

	* gnome-db-browser.c: attempt a new look&feel for the browser widget
	* gnome-db-icon-list.[ch]: improved look
	
2001-04-08  Rodrigo Moya <rodrigo@gnome-db.org>

	* gnome-db-control.c, gnome-db-control.h, gnome-db-control-corba.c,
	gnome-db-control-corba.h: changed from BonoboObject to BonoboXObject
	(by Michael Meeks)
	
2001-04-01  Rodrigo Moya <rodrigo@gnome-db.org>

	* gnome-db-util.c (gnome_db_load_window_config)
	(gnome_db_save_window_config): use "/apps" prefix for all
	configuration strings

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

	* gnome-db-config.[ch] (gnome_db_config_get_saved_sql_queries): new
	function to retrieve the list of saved SQL queries
	Changed config prefix from /gnome-db to /apps/gnome-db
	(gnome_db_config_get_saved_xml_queries): ditto for XML queries
	* gnome-db-browser.c: new rework, now with a better look&feel,
	and some new options

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

	* gnome-db-moniker.[ch]: replaced the use of BonoboMoniker with
	BonoboMonikerSimple

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

	* *.h: cleaned up #include mess by only including the files that
	are really needed
	* gnome-db-print.c: started support for printing
	* gnome-db-util.c: added Gerhard to list of AUTHORS

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

	* gnome-db-help.[ch]: remove this *f@#* useles code which the only
	thing it did was add a dependency on gtkhtml. Will be rewritten
	to use the EBrowser component
	* gnome-db-control.[ch]: removed as the GnomeDbControl object is
	almost useless: it was a wrapper for the BonoboGenericFactory
	object, but now it's not needed anymore
	* gnome-db-control-instance.[ch]: moved to gnome-db-control.[ch]
	* gnome-db-control-corba.[ch], gnome-db.h: adapted to
	GnomeDbControl/GnomeDbControlInstance change

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

	* added GnomeDbEntry widget, which is a data-bound GtkEntry
	* added GnomeDbLabel widget, which is a data-bound GtkLabel

2000-12-20	Rodrigo Moya <rodrigo@gnome-db.org>

	* impl_GNOME_DB_Control_do*Clipboard: implemented

2000-12-19	Rodrigo Moya <rodrigo@gnome-db.org>

	* gnome-db-control-*: fixed GnomeDB CORBA object interface, thus allowing
	now calls to our custom IDL interface from the BonoboControls

2000-12-17	Rodrigo Moya <rodrigo@gnome-db.org>

	* gnome-db-util.[ch]: added gnome_db_show_message
	* gnome-db-dsn-config.[ch]: added functions for accessing private
	structure members
	
2000-12-10	Rodrigo Moya <rodrigo@gnome-db.org>

	* gnome-db-login.[ch]: added convenience functions for accessing
	private structure members
	* gnome-db-login-dlg.[ch]: small code cleanup

2000-12-06	Rodrigo Moya <rodrigo@gnome-db.org>

	* gnome-db-help.[ch]: worked a bit on making the help viewer
	usable

2000-12-03	Rodrigo Moya <rodrigo@gnome-db.org>

	* started GnomeDbMoniker class, for easing the addition
	of monikers

2000-12-02	Rodrigo Moya <rodrigo@gnome-db.org>

	* gnome-db-log-viewer.[ch]: implemented gnome_db_log_viewer_save

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

	* added correct license notices (LGPL) to source files

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

	* changed GnomeDB subdomain to DB

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

	* gnome-db-control*: implemented new do* IDL methods

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

	* gnome-db-control-corba.c: s/GnomeDB_/GNOME_GnomeDB_
	* gnome-db-control-widget.c: s/GnomeDB_/GNOME_GnomeDB_
	* gnome-db-control-instance.c: s/GnomeDB_/GNOME_GnomeDB_

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

	* gnome-db-control*: implemented common menu methods
	* gnome-db-browser: show extra info in dialog
	* gnome-db-designer: removed paned window

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

	* gnome-db-help.[ch]: added functions for navigating through
	the help viewer's history

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

	* improved printer setup dialog stuff

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

	* small fixes to make at last control activation/deactivation
	work

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

	* reworked the Bonobo menu and toolbar merging.
	* added bonobo-ui-compat* as a temporary measure
	* removed the GnomeDbFactory object, not needed anymore
	* separated GnomeDbControl/ControlInstance in 2
	  different objects

2000-10-17	Rodrigo Moya <rodrigo@linuxave.net>
	* made basic menu merging. Though, a lot of work must be done
	to insert controls' menus in the right place, and to deactivate
	it correctly.
	
2000-10-15	Rodrigo Moya <rodrigo@linuxave.net>
	* created ChangeLog
