2002-01-08  Rodrigo Moya <rodrigo@gnome-db.org>

	* config.c (frontend_config_init): create a default data source if
	there are no data sources defined on the system

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

	* window.c:
	* main.c: use gnome_db_main_* functions instead of the GDA equivalents

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

	* config.c (frontend_config_init): add key for browser component

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

	* config.c: new file

	* main.c (main): call frontend_config_init() to generate the
	default configuration of if it is the first time it runs

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

	* window.c (frontend_window_new): connect to the "close" signal
	on the windows that we open, so that we can keep track of the number
	of them currently open, and finish when the last one is closed

	* Makefile.am: use $(datadir) for .desktop files, and not
	$(GNOME_datadir), which is not defined anywhere

2001-11-21  Carlos Perell Marn <carlos@gnome-db.org>

	* main.c: Added the gettext intitializations.
	* gnome-db.h: Removed the config.h include, it should be at every .c
	file instead.

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

	* main.c: started implementation

	* window.c: new file for managing open windows

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

	Started re-factoring for GNOME 2.0

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

	* gnomedb-fe-config.c (fe_config_save): save the state of the
	shortcut bar

	* gnomedb-fe-main.c (prepare_app): show/hide shortcut bar depending
	on configuration

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

	* gnomedb-fe-main.c: replace the GnomeUIInfo structures with
	BonoboUIVerb's

	* gnomedb-fe-callbacks.c: change signature for all callbacks

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

	* Makefile.am: add Perl-related sources to CLEANFILES and remove
	them when making dist so that they're not included in the final
	tarball

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

	* gnomedb-fe-main.c: added new menu 'View'

	* gnomedb-fe-callbacks.c (fe_show_shortcut_bar_cb): new function
	to manage the 'Show/Hide shortcut bar' menu item

	* gnomedb-fe-workarea.c (fe_workarea_show_shortcut): new function
	to show the shortcut bar
	(fe_workarea_hide_shortcut_bar): new function to hide the shortcut
	bar

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

	* gnomedb-fe-callbacks.c: call set_owner and unset_owner where
	appropriate

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

	* gnomedb-fe-wizard.c (fe_wizard_new_database): finished the 'New database'
	wizard, which now allows an easy creation of databases which use the
	default provider. Later on, when we've got the import/export stuff working,
	support will be added to create a database from a template, and not only
	for databases managed by the default provider, but for any data source

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

	* gnomedb-fe-callbacks.c (fe_module_manager_cb): renamed to
	fe_run_perl_cb and fixed it

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

	* gnomedb-fe-callbacks.c (fe_new_database_cb): new entry menu for
	the creation of new databases
	* gnomedb-fe-wizard.c: new file for the implementation of different
	wizards for the frontend

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

	* gnomedb-fe-main.c, gnomedb-fe-callbacks.c, gnomedb-fe.h
	(fe_open_gnome_db_manual_cb) (fe_open_libgda_manual_cb): added
	new entries to the Help menu

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

	* gnomedb-fe-main.c: added new menu entries

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

	* gnomedb-fe-callbacks (fe_module_manager_cb): added function
	to open the module manager screen, which will allow users to
	add scripts and extension modules to the front end
	* gnomedb-fe-modules.c: added

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

	* gnomedb-fe-config.c: added 'Show tooltips' option

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

	* gnomedb-fe-perl.[ch]: started embedded Perl interpreter, for
	scripting capabilities in the frontend

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

	* gnomedb-fe.h: use "/apps" prefix for all GConf stuff

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

	* gnomedb-fe-config.c: removed help configuration tab

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

	* *.desktop*: Adapted to the xml-i18n-tools

2001-01-15  Stanislav Brabec  <utx@penguin.cz> 

        * *.desktop: Updated cs.

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

	* gnomedb-fe-config.c: fixed generation of default configuration

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

	* added support for calling the custom IDL methods, for common
	UI commands to be sent to the loaded components

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

	* gnomedb-fe-config.c: added tab for configuring the online help
	system

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

	* gnomedb-fe-config.c: added 'General' configuration tab
	* gnomedb-fe-main.c/gnomedb-fe-callbacks.c: removed the
	'Close' menu entry: once loaded, components are never destroyed

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

	* gnomedb-fe-config.c: implemented saving of Load/Unload
	of components

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

	* added preferences dialog

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

	* fixed first activation of components: now, menus and
	toolbars are active as soon as the component is activated

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

	* added generation of default config the first time
	the program is run
	* added support for customising the components to be loaded

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

	* improved menus/toolbars for better Bonobo UI merging

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

	* gnomedb-fe-main.c: fixed menu bar for better controls'
	menu merging

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

	* fixed controls activation/deactivation code

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

	* adapted to new GnomeDbControl/GnomeDbControlInstance stuff

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

	* created ChangeLog
