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

	* frontend/gnome-db.desktop.in: better description text.

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

	* frontend/Makefile.am: install .desktop file in
	$(datadir)/applications.

	* frontend/gnome-db.desktop.in: added Categories section.

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

	* configure.in: bumped version number to 0.8.103

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

	* frontend/Makefile.am: s/Application_DATA/desktop_DATA

	* configure.in: also get Bonobo-Activation IDL flags

	* lib/Makefile.am: use -I$(BONOBO_ACTIVATION_IDL_DIR)

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

	* configure.in: use pkg-config to retrieve the Bonobo IDL files
	directory.

	* lib/Makefile.am: use -I$(BONOBO_IDL_DIR) when calling orbit-idl.

2002-01-28  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>

	* lib/gnome-db-shell-component.[ch]:
	* lib/gnome-db-shell.[ch]: replaced BonoboXObject with BonoboObject.
	Closes bug #67815.

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

	* components/manager/components-manager-view.c: added a configuration
	listener, to be able to refresh the lists whenever a change is made
	in the GConf database.
	(components_manager_view_show_properties): implemented saving of
	the modifications made to the data source in the dialog.

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

	* ui/gnome-db-manager.xml: added EditSelectAll and EditUnselectAll
	verbs.

	* components/manager/components-manager.c (verb_EditProperties):
	implemented.
	(verb_EditSelectAll): implemented.
	(verb_EditUnselectAll): implemented.

	* components/manager/components-manager-view.c
	(components_manager_view_show_properties): renamed, as it is a
	"show_properties" generic function.
	(components_manager_view_select_all): new function.
	(components_manager_view_unselect_all): new function.

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

	* components/manager/components-manager-view.c
	(components_manager_view_show_dsn_properties): new function

	* components/manager/components-manager.c (verb_ManagerNewDsn): made
	popup dialog, and not toplevel window for the druid.

	* ui/gnome-db.xml: added placeholder for Edit operations.

	* ui/gnome-db-manager.xml: added 'Edit Properties' item.

2002-01-25  Carlos Perell Marn <carlos@gnome-db.org>

	* po/es.po: Small update.
	* po/ChangeLog: Removed. Now we use only the root ChangeLog
	* lib/gnome-db-shell.c: Fixed the problem with some authors names.

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

	* components/main.c: #include <locale.h>, needed for LC_ALL

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

	* frontend/main.c: #include <locale.h>, needed for LC_ALL

2002-01-23  Christian Rose  <menthos@menthos.com>

        * sv.po: Updated Swedish translation.

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

	* frontend/session.c: new file for all the session management
	related stuff.

	* frontend/main.c:
	* frontend/gnome-db.h:
	* frontend/Makefile.am: added session.c
	
2002-01-22  Rodrigo Moya <rodrigo@gnome-db.org>

	* frontend/Makefile.am: install .desktop file in correct path.

	* lib/gnome-db-shell.c (verb_HelpAbout): removed '\n' characters at
	the end of each author entry.

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

	* components/manager/components-manager-view.c
	(components_manager_view_init): added providers configuration tab
	(show_providers): new function

	* components/sql/components-sql-view.c
	(components_sql_view_run_current): fixed call to gda_command_new

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

	* ChangeLog: merged all ChangeLog's into a single file

2002-01-20  Hasbullah Bin Pit <sebol@ikhlas.com>

	* po/ms.po: Added Malay Translation.

2002-01-20  Hasbullah Bin Pit <sebol@ikhlas.com>

        * configure.ini: Added Malay (ms)to ALL_LINGUAS.
        * po/ms.po: Added Malay Translation.

2002-01-17  Christian Rose  <menthos@menthos.com>

	* po/sv.po: Updated Swedish translation.

2002-01-16  Peteris Krisjanis <peteris.krisjanis@ttc.lv>

	* po/lv.po: Added Latvian translation.

2002-01-15  Wang Jian  <lark@linux.net.cn>

	* po/zh_CN.po: Updated Simplified Chinese translation by
	 Wang Li <charlesw1234@163.com>.

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

	* components/sql/components-sql.c (sensitize_sql_commands): enable/disable GUI
	items as required
	(verb_DatabaseBeginTrans): implemented
	(verb_DatabaseCommit): implemented
	(verb_DatabaseRollback): implemented

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

	* components/browser/components-browser.c (sensitize_commands): enable/disable GUI
	items as required

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

	* components/sql/components-sql.c (components_sql_init): use the function
	gnome_db_new_notebook_widget to create the notebook

2002-01-14  Kjartan Maraas  <kmaraas@gnome.org>

	* po/POTFILES.in: Remove one duplicate.
	* po/no.po: Updated Norwegian (bokml) translation.
	

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

	* ui/gnome-db.xml: fixed remaining wrong stock icon names

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

	* po/POTFILES.in: added missing files

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

	* lib/connection-properties.dialog: new version made with Glade-2

	* lib/gnome-db-connection-properties.c (get_widgets): fixed Glade dialog
	loading

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

	* components/sql/components-sql.c (verb_DatabaseProperties): gtk_widget_destroy
	the dialog after running it

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

	* configure.in: bumped version number to 0.8.102

2002-01-12  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>

	* monikers/*.[ch]: assigned copyright to the GNOME Foundation.

2002-01-12  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>

	* lib/*.[ch]: assigned copyright to the GNOME Foundation.

2002-01-12  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>

	* frontend/*.[ch]: assigned copyright to the GNOME Foundation.

2002-01-12  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>

	* components/sql/*.[ch]: assigned copyright to the GNOME Foundation.

2002-01-12  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>

	* components/manager/*.[ch]: assigned copyright to the GNOME Foundation.
	

2002-01-12  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>

	* components/browser/components-browser.[ch]: changed copyright to the GNOME Foundation.

2002-01-12  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>

	* components/*.[ch]: changed copyright to the GNOME Foundation.

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

	* configure.in: use GNOME_COMPILE_WARNINGS, and removed call to
	obsolete GNOME_COMMON_INIT macro

2002-01-09  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* po/sk.po: Updated Slovak translation.

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

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

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

	* components/sql/components-sql.c (verb_DatabaseOpenCommand): implemented

	* components/sql/components-sql-view.c (components_sql_view_open_command): new
	function for opening a command for a given SQL view

	* components/sql/command-dialog.[ch]: new widget, for managing the "Open command"
	and "Save command" dialogs

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

	* Makefile.am: re-enabled monikers directory

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

	* monikers/Makefile.am: some fixes to try to make it work

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

	* Makefile.am: removed monikers from SUBDIRS until they, at least,
	compile

2002-01-03  Germn Poo-Caamao <gpoo@ubiobio.cl>

	* monikers/Makefile.am: some fixes in INCLUDES.  Now it works

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

	* ui/gnome-db-browser.xml: added "New table" menu item

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

	* lib/gnome-db-shell.c (setup_window): load the real default component
	instead of the hard-coded default one

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

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

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

	* components/browser/components-browser.c (verb_DatabaseDisconnect): close the connection
	after finishing with all cleanup, to avoid crashes on non-existant
	objects that are destroyed when closing the connection
	(verb_DatabaseConnect): don't unref the connection, which will be
	unref'ed when calling components_connection_close
	(verb_FileNewTable): half-implemented, waiting for the
	GnomeDbTableEditor widget to be finished

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

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

2001-12-31  Valek Filippov  <frob@df.ru>

	* po/ru.po: Updated russian translation.

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

	* ui/gnome-db.xml:
	* ui/gnome-db-manager.xml:
	* ui/gnome-db-sql.xml: added/removed extra separators

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

	* lib/gnome-db-shell.c (setup_window): don't use a paned widget for the
	main workarea

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

	* lib/gnome-db-shell.c (setup_window): set GNOME-DB icon for shell window
	(verb_ToolsSettings): set GNOME-DB icon for settings dialog

2001-12-29  Duarte Loreto <happyguy_pt@hotmail.com>

        * pt.po: Updated Portuguese translation.

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

	* lib/gnome-db-shortcut.c (gnome_db_shortcut_init): UI tweaks

	* lib/gnome-db-shell-settings.c: reworked so that it loads the config
	component associated with each shell component

	* lib/gnome-db-shell.c (verb_ToolsSettings): rewrote the dialog widget to
	make it just create a GnomeDbShellSettings widget, which will take
	care of everything

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

	* components/sql/components-sql.c (verb_DatabaseDisconnect): first close the
	connection before removing the SQL view from the notebook

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

	* components/browser/components-browser.c (verb_DatabaseConnect): implemented
	(verb_DatabaseDisconnect): implemented

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

	* configure.in: bumped version to 0.8.99

2001-12-28  Christian Rose  <menthos@menthos.com>

	* po/sv.po: Updated Swedish translation.

2001-12-27  Wang Jian  <lark@linux.net.cn>

	* po/zh_CN.po: Updated Simplified Chinese translation by
	Wang Li <charlesw1234@163.com>.

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

	* ui/gnome-db-browser.xml: added UI file for the browser component

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

	* lib/gnome-db-defs.h: added ID for browser component

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

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

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

	Added new browser component to GNOME-DB component factory:

	* components/browser/components-browser.[ch]: implementation of the browser component

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

	* components/Makefile.am:
	* components/GNOME_Database_UIComponents.server.in: added browser component

	* components/main.c (initialize_component_factory): register the new browser
	component in the component factory

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

	* configure.in: added components/browser directory

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

	* monikers/factory.c: moniker factory implementation

	* monikers/moniker-database.c: database: moniker

	* monikers/gnome-db-monikers.h: main header file

	* monikers/GNOME_Database_Monikers.server.in.in:
	* monikers/Makefile.am: added rule to generate the server.in file from
	GNOME_Database_Monikers.server.in.in, which includes an absolute
	path to the location of the moniker library

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

	* components/GNOME_Database_UIComponents.server.in: added all repo_ids to all
	components, to make the monikers work better

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

	* configure.in:
	* Makefile.am: added new monikers/ directory

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

	* components/sql/components-sql-view.c (components_sql_view_init): connect to
	"changed" signal on the GtkTextBuffer
	(text_changed_cb): fontify the GtkTextView

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

	* lib/gnome-db-connection-properties.[ch]: new widget

	* lib/connection-properties.glade: added Glade file for the connection
	properties widget

	* lib/Makefile.am: defined GNOME_DB_GLADEDIR

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

	* lib/gnome-db-shell.c (setup_window): set a hard-coded size for the
	window, since the default one is quite small. To be fixed later on
	with a configuration setting

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

	* components/sql/components-sql.c (verb_DatabaseProperties): implemented

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

	* components/sql/components-sql.c (components_sql_init): set the notebook properties
	so that it does not look so ugly

	* components/sql/components-sql-view.c (components_sql_view_new): added a GtkFrame
	as the main container

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

	* configure.in: we now depend on libglade, and re-enabled doc
	directory

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

	* ui/gnome-db.xml: removed Cut/Copy/Paste items

	* ui/gnome-db-sql.xml: added Cut/Copy/Paste items

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

	* lib/gnome-db-shell.c (gnome_db_shell_finalize): g_object_unref
	all loaded components and close the associated window
	(verb_FileExit): don't close the window, but bonobo_object_unref
	the GnomeDbShell object

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

	* components/sql/components-sql (verb_EditCopy): implemented
	(verb_EditCut): implemented
	(verb_EditPaste): implemented

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

	* ui/gnome-db-sql.xml: added "DatabaseRun" verb

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

	* components/sql/components-sql.c (verb_DatabaseRun): implemented
	(verb_DatabaseDisconnect): remove the notebook page before closing
	the connection, or we'll get some invalid pointer accesses in
	the "finalize" methods

	* components/sql/components-sql-view.[ch] (components_sql_view_run_current): new
	function

2001-12-17  Duarte Loreto <happyguy_pt@hotmail.com>

        * pt.po: Updated Portuguese translation.

2001-12-15  Christian Rose  <menthos@menthos.com>

	* po/sv.po: Updated Swedish translation.

2001-12-13  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* po/sk.po: Updated Slovak translation.

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

	* ui/gnome-db.xml: s/gtk-about/gnome-stock-about

2001-12-11  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* po/sk.po: Updated Slovak translation.

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

	* lib/gnome-db-shell.c (verb_ToolsSettings): use a BonoboWindow instead
	of a GtkDialog, as we will be loading controls on the dialog. Also,
	mimic the appearance of GtkDialog's

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

	* idl/GNOME_Database_UI.idl: added getConfigControl method to the
	GNOME::Database::UIShellComponent interface

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

	* lib/gnome-db-shell-settings.[ch]: new widget

	* lib/gnome-db-shell.c (verb_ToolsSettings): implemented
	(setup_window): set the title for the window

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

	* components/sql/components-sql (verb_DatabaseDisconnect): implemented

	* components/sql/components-sql-view.c (components_sql_view_init): set the border
	width of the scroll bar a bit wider; added a frame below both pane
	widgets, to give them a nicer look

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

	* components/manager/components-manager.c (druid_finished_cb): new function to be called
	when the GnomeDbDsnConfigDruid is done

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

	* components/components-connection.c (get_gda_client): connect to "error" signal
	on the GdaClient class

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

	* gnome-db.png: moved to libgnomedb

	* Makefile.am: don't install non-existant gnome-db.png file

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

	* ui/gnome-db.xml:
	* ui/gnome-db-manager.xml: some tweaks

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

	* lib/gnome-db-shell.c (gnome_db_shell_activate_tab): set the component's
	description as the title for the summary bar

	* lib/gnome-db-shortcut.c (gnome_db_shortcut_append): don't connect to
	"finalize" signal, but "destroy", for toolbar widgets

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

	* components/manager/components-manager-view.c (components_manager_view_init): create
	a GtkNotebook here, to contain the "Data Sources" and the
	"Components" configuration tabs

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

	* ui/gnome-db-manager.xml:
	* ui/gnome-db-sql.xml: fixed stock pixmap names

	* ui/gnome-db.xml: removed toolbar items, as they're not used nor
	implemented

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

	* lib/gnome-db-shell-component.[ch]: don't base it in GnomeDbControl,
	just in BonoboXObject, and aggregate the BonoboControl in the
	instance initialization method
	(gnome_db_shell_component_get_control): new function to get the
	internal GnomeDbControl
	(gnome_db_shell_component_finalize): unref the internal GnomeDbControl

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

	* components/sql/components-sql.c (components_sql_init): adapted to changes in
	GnomeDbShellComponent API

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

	* components/manager/components-manager.c (components_manager_init): adapted to recent
	changes in GnomeDbShellComponent

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

	* components/components-connection.c (components_connection_open_dialog):
	gtk_widget_show all widgets

2001-12-03  Christian Rose  <menthos@menthos.com>

	* po/sv.po: Updated Swedish translation.

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

	* lib/gnome-db-summary.c (gnome_db_summary_init): add a widget that
	contains the lists of currently opened connections

	* lib/gnome-db-shell-component.c:
	* lib/gnome-db-shell-component-client.c: removed set_owner and unset_owner
	methods, not needed anymore.
	Added selectConnection method.
	Added addClient method.

	* lib/gnome-db-shell-component.c
	(gnome_db_shell_component_notify_connection_opened): new function
	(gnome_db_shell_component_notify_connection_closed): new function

	* lib/gnome-db-shell.c (impl_UIShell_notifyConnectionOpened): implemented
	(impl_UIShell_notifyConnectionClosed): implemented

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

	* idl/GNOME_Database_UI.idl: removed set_owner and unset_owner methods
	from the UIShellComponent interface
	Added selectConnection method to UIShellComponent
	Added notifyConnectionOpened and notifyConnectionClosed methods
	to the UIShell interface

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

	* components/sql/components-sql.c (components_sql_select_connection): implemented

	* components/sql/components-sql-view.c (components_sql_view_new_from): adapted to
	recent changes in components_connection_open parameters

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

	* components/components-connection.[ch] (components_connection_open): added
	2 new parameters for specifying whether we really want to create
	a new connection or not, and whether the existing connection should
	be ref'ed

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

	* ui/gnome-db.xml: added some toolbar icons

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

	* lib/gnome-db-shell.c (verb_FileNewDatabase): implemented

	* lib/gnome-db-shortcut.c (gnome_db_shortcut_append): deal correctly
	with callback functions passed by caller

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

	* components/main.c (initialize_component_factory): connect to
	"last_client_gone" and "last_component_unregistered" signals of the
	GdaServer object, so that we can terminate when we're not needed
	any more

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

	* lib/gnome-db-shell.c (verb_HelpAbout): implemented

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

	* lib/gnome-db-summary.c: implemented style-related stuff
	(gnome_db_summary_set_title): new function

	* lib/gnome-db-shortcut.c (gnome_db_shortcut_finalize): implemented
	(gnome_db_shortcut_class_init): set up style_set signal

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

	* lib/gnome-db-shell-component-client.[ch]: implemented

	* lib/gnome-db-shell.c: use GnomeDbShellComponentClient, and not
	GnomeDbControlWidget

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

	* components/sql/components-sql-view.c (components_sql_view_new): added a
	GdaConnection parameter, so that the view is always open for
	a valid connection

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

	* components/GNOME_Database_UIComponents.server.in: added "name" attribute to
	all components

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

	* ui/gnome-db.xml: added FileNewWindow menu item. Removed
	CustomizeToolbars item.

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

	* lib/gnome-db-summary.[ch]: new widget, for implementing the
	summary bar in the front-end

	* lib/gnome-db-shell.c (verb_ViewShortcutBar): implemented

	* lib/gnome-db-defs.h: new file for containing all common definitions

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

	* frontend/config.c: new file

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

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

	* components/sql/components-sql.h: moved the definition of GNOME_DB_ID_SQL to
	gnome-db-defs.h

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

	* components/manager/components-manager.h: moved the definition of GNOME_DB_ID_MANAGER
	to gnome-db-defs.h

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

	* components/components-connection.c (components_connection_open_dialog):
	added a 'gchar **selected_name' parameter to get back the name
	of the selected data source

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

	* ui/gnome-db.xml: use GTK stock icons names

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

	* lib/gnome-db-shell.c (add_components_to_shortcut): get the icon
	associated with each component, to display it on the shortcut bar

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

	* components/GNOME_Database_UIComponents.server.in: added a stock icon for
	each UIShellComponent

	* components/Makefile.am: added stuff for generating the .server files out
	of the server.in files

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

	* ui/Makefile.am: XML files now get installed in $(datadir)/gnome-2.0/ui,
	not $(datadir)/gnome/ui

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

	* lib/gnome-db-shell.c: added FileExit Bonobo verb
	(gnome_db_shell_init): call gnome_db_window_set_contents, or the
	workarea won't be displayed

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

	* lib/gnome-db-shell.c (gnome_db_shell_new): create instances with
	g_object_new, not gtk_type_new

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

	* frontend/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

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

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

	* components/sql/components-sql-view.c: adapted to GObject conventions

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

	* components/manager/components-manager.c: converted to a GnomeDbShellComponent
	based class

	* components/manager/components-manager-view.[ch]: new widget, which will be the main
	widget for the manager component

	* components/manager/Makefile.am: added GNOMEDB_DATADIR to $INCLUDES, needed to find
	out the path where the UI XML files are installed

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

	* components/GNOME_Database_UIComponents.server.in: new file

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

	* Makefile.am: disable doc directory

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

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

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

	* components/main.c, components-connection.c: Fixed i18n support.

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

        * Makefile.am, acconfig.h, configure.in: Migrated to intltool &&
	i18n fixes.
		

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

	* ui/gnome-db-manager.xml: renamed

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

	* lib/gnome-db-shell-component.c (gnome_db_shell_component_construct):
	new function for derived classes

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

	* lib/gnome-db-shell-component.c: re-added "set_owner" and "unset_owner"
	signals

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

	* components/sql/Makefile.am: -DGNOMEDB_DATADIR, for UI XML files

	* components/sql/components-sql.h: #define GNOME_DB_ID_SQL

	* components/sql/compilation fixes everywhere

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

	* components/manager/started new version of the manager component, which will be
	integrated with the rest of default components, in the
	gnome-db-components binary

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

	* components/Makefile.am: the binary is now called gnome-db-components, and
	removed LIBRARY_AGE info from the binary

	* components/components-connection.c (components_connection_open_dialog):
	s/gnome_db_login_get_gda_name/gnome_db_login_get_dsn

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

	* First successful compilation on GNOME 2 :-)

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

	* ui/gnome-db-sql.xml: renamed

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

	* lib/gnome-db-shortcut.c (gnome_db_shortcut_append): use
	gtk_image_new_from_stock to load pixmaps

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

	* components/sql/components-sql.[ch]: reworked to be a GnomeDbShellComponent
	derived class

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

	* components/main.c: reworked to use GdaServer instead of BonoboGenericFactory

	* components/components-connection.[ch]: replaced use of GdaConnectionPool
	with the new GdaClient

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

	* frontend/main.c: started implementation

	* frontend/window.c: new file for managing open windows

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

	* configure.in: require libgnomeui-2.0 >= 1.106

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

	* components/sql/components-sql-view.h: fixed #include's

	* components/sql/components-sql-view.c (components_sql_view_finalize):
	s/gda_connection_free/gda_connection_close

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

	* components/components-connection.h: added libgda/ prefix to GDA header
	files

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

	Started re-factoring for GNOME 2.0

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

	* ui/gnome-db.xml: renamed

	* ui/gnomedb-fe.xml: from this

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

	* lib/gnome-db-shell.c:
	* lib/gnome-db-shortcut.c: compilation fixes

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

	* lib/gnome-db-shell.[ch]: made it compile, and some fixes

	* lib/gnome-db-shortcut.[ch]: ported to GObject

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

	* lib/Makefile.am: don't install this library. For the time being, it
	is private

	* lib/gnome-db-shell-component.[ch]: re-worked based on the
	GnomeDbControl class

	* lib/gnome-db-shell-component-corba.[ch]: removed

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

	* idl/GNOME_Database_UI.idl: removed stupid methods

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

	* configure.in: added gtk+-2.0 to list of required libraries

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

	* configure.in: bumped version number to 0.9.0 and library
	age to 1.0.0, and added correct list of required libraries

	* www/*: removed the web from this module, as there will be a new
	module for the web, taken from the gnome-1-x-branch

2001-10-29  Marius Andreiana  <mandreiana@yahoo.com>

        * ro.po: added

2001-10-29  Marius Andreiana  <mandreiana@yahoo.com>

	* configure.in: Added ro (Romanian) to ALL_LINGUAS

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

	* lib/Makefile.am: Added library age.

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

	* components/Makefile.am: Added library age.

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

	* configure.in: Added library age variables.

2001-10-12  Valek Filippov  <frob@df.ru>

	* po/ru.po: Updated russian translation.

2001-10-08  Abel Cheung  <maddog@linux.org.hk>

	* configure.in: CERTIFIED_GNOMIE, bye-bye.

2001-10-07  Carlos Perell Marn <carlos@gnome-db.org>

	* po/pt.po: Added by Duarte Loreto <happyguy_pt@hotmail.com>

2001-10-07  Carlos Perell Marn <carlos@gnome-db.org>

	* configure.in: Added pt to ALL_LINGUAS.

2001-09-29  Fatih Demir <kabalak@gtranslator.org>

	* po/ta.po: Added Tamil translation by Dinesh.

2001-09-29  Fatih Demir <kabalak@gtranslator.org>

	* configure.in: Added "ta" to the languages list.

2001-09-27  Wang Jian  <lark@linux.net.cn>

        * zh_CN.po: Added Simplified Chinese translation.

2001-09-27  Wang Jian  <lark@linux.net.cn>

	* configure.in(ALL_LINGUAS): Added zh_CN

2001-09-24  Pablo Saratxaga  <pablo@mandrakesoft.com>

	* po/az.po: Added Azeri file

2001-09-24  Pablo Saratxaga  <pablo@mandrakesoft.com>

	* configure.in: added Azeri (az) to ALL_LINGUAS

2001-09-22  Abel Cheung  <maddog@linux.org.hk>

	* po/zh_TW.po: Update tranditional Chinese translation
	  from Joe Man <trmetal@yahoo.com.hk>

2001-09-18  Pablo Saratxaga <pablo@mandrakesoft.com>

	* po/ca.po: Updated Catalan file

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

	* lib/gnome-db-shell-component-client.[ch]: new class for managing
	GnomeDbShellComponent's on the client side

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

	* components/sql/components-sql-view.[ch]: base it on GObject
	

2001-09-17  Pablo Saratxaga <pablo@mandrakesoft.com>

	* po/da.po: Updated Danish file

2001-09-04  Christian Rose  <menthos@menthos.com>

	* po/sv.po: Updated Swedish translation.

2001-09-03  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* po/sk.po: Updated Slovak translation.

2001-09-02  Carlos Perell Marn <carlos@gnome-db.org>

	* po/POTFILES.in: Removed files && added new ones

2001-09-02  Abel Cheung  <maddog@linux.org.hk>

	* po/zh_TW.po: Convert to UTF-8.

2001-08-31  Akira TAGOH <tagoh@gnome-db.org>

	* po/de.po: Fixed typo from Sebastian Rittau <srittau@debian.org>.

2001-08-31  Abel Cheung  <maddog@linux.org.hk>

	* po/zh_TW.Big5.po: Rename to ......
	* po/zh_TW.po: This.

2001-08-31  Abel Cheung  <maddog@linux.org.hk>

	* configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW

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

	* autogen.sh: call gnome-autogen.sh

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

	* components/sql/components-sql-view.[ch] (components_sql_view_cut_clipboard,
	components_sql_view_copy_clipboard,
	components_sql_view_paste_clipboard): new functions

	* components/sql/components-sql.c (components_sql_new): connect to component's
	signals

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

	* components/sql/sql-shell-component.c: renamed to components-sql.c

	* components/sql/components-sql.h: new file with all public declarations for
	components-sql.c

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

	* components/started re-factoring of of the components binary. It will now just
	provide a SQL interface, a configuration components, and some small
	components, such as the export/import. The rest of the functionality
	(visual tools for end users) will be provided in gASQL or as more
	components in this binary (to be decided):

	* components/main.c: new file for the main program

	* components/components-connection.[ch]: new files to contain all stuff needed
	to manage connections

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

	* lib/gnome-db-shortcut.[ch]: re-added from libgnomedb

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

	* ui/gnomedb-com-connection.xml: renamed to gnomedb-sql.xml

	* ui/gnomedb-com-*: removed

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

	* lib/e-?paned.[ch]: removed, since we've got now a decent paned widget
	in GTK 2.0

	* lib/gnome-db-shell.c: use the GTK+ paned widget

	* lib/moved files to libgnomedb/lib/

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

	* components/sql/sql-shell-component.c: new file

	* components/sql/new location for the SQL component

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

	* components/*.oaf.in: removed

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

	* lib/gnome-db-shell.[ch]: new object to implement the main window of
	the front-end

	* lib/gnome-db-shortcut.[ch]: added a more descriptive callback functions
	for shortcut bar buttons' clicks

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

	* lib/gnome-db-control.[ch]:
	* lib/gnome-db-shell-component.[ch]: s/GnomeDbControl/GnomeDbShellComponent

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

	* idl/GNOME_Database_UI.idl: s/UIControl/UIShellComponent.
	Added GNOME::Database::UIShell interface

2001-08-17  Carlos Perell Marn <carlos@gnome-db.org>

	* po/zh_TW.Big5: renamed to zh_TW.Big5.po

2001-08-14  Kjartan Maraas  <kmaraas@gnome.org>

	* doc/pt_BR/gnome-db.sgml: Fix things up according to the styleguide
	and the changes document for 1.4.x
	

2001-08-14  Kjartan Maraas  <kmaraas@gnome.org>

	* doc/C/gnome-db.sgml: Fix up some .sgml to not spew warnings.
	s/xref linkend=/link linkend=/
	

2001-08-13  Valek Filippov  <frob@df.ru>

	* po/ru.po: Updated russian translation.

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

        * gnome-db-combo.c (show_recordset): free the list of strings

        * gnome-db-login.c (gnome_db_login_new): ditto

2001-08-02  Christian Rose  <menthos@menthos.com>

	* po/sv.po: Updated Swedish translation.

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

	* lib/gnome-db-combo.c (gnome_db_set_recordset): don't close the old
	recordset, just unref it, and ref the new one

	* lib/*.c: added some inline documentation

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

	* doc/C/reference/libgnomedb-reference.sgml: restructured into logical
	parts and added docs from sources

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

	* doc/C/reference/*: lots of fixes to make it build again

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

	* lib/gnome-db-browser.c: removed the frame widget for the object
	detail pane, and made some UI tweaks

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

	* lib/gnome-db-designer.c (gnome_db_designer_refresh): use correctly
	the list returned by gda_xml_database_get_tables, which is not a
	xmlNodePtr, but a GList

	* lib/gnome-db-export.c (run_button_clicked_cb): disable buttons when
	running the export process
	(export_finished_cb, export_cancelled_cb): re-enable buttons

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

	* lib/gnome-db-export.c: make it work with the recent changes in the
	GdaExport class

	* lib/gnome-db-util.c (gnome_db_yes_no_dialog): new function

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

	* lib/gnome-db-grid.c (gnome_db_grid_set_recordset): gtk_object_ref
	the given GdaRecordset, so it's now safe to free the recordset 
	after calling gnome_db_grid_set_recordset

	* lib/gnome-db-dataset.c (gnome_db_dataset_set_recordset): likewise

	* lib/gnome-db-list.c (gnome_db_list_set_recordset): likewise

	* lib/gnome-db-entry.c (gnome_db_entry_set_recordset): likewise

	* lib/gnome-db-label.c (gnome_db_label_set_recordset): likewise

	* lib/gnome-db-icon-list.c (gnome_db_icon_list_set_recordset): likewise

	* lib/gnome-db-browser.c: call gda_recordset_free after
	gnome_db_grid_set_recordset

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

	* components/gnomedb-com-connection.c: call gda_recordset_free after
	gnome_db_grid_set_recordset

2001-07-24  Wang Jian  <lark@linux.net.cn>

	* po/zh_TW.Big5: Added by Joe Man <trmetal@yahoo.com.hk>

2001-07-24  Wang Jian  <lark@linux.net.cn>

	* configure.in: Added zh_TW.Big5 to ALL_LINGUAS

2001-07-24  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* po/sk.po: Updated Slovak translation.

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

	* lib/gnome-db-export.c: first working UI version

	* lib/gnome-db-util.c (gnome_db_new_spin_button_widget): new self
	contained function to create spin buttons

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

	* components/gnomedb-com-connection.c (export_database_cb): close the dialog
	when the Close button is clicked

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

	* components/gnomedb-com-connection.c: remove top frames from all dialogs

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

	* lib/gnome-db-error.c: made the widget to show the error description
	a GtkText

	* lib/gnome-db-error-dlg.c: don't set size of dialog, and GTK packing

2001-07-17  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* po/sk.po: Updated Slovak translation.

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

	* lib/gnome-db-error.[ch]: rework user interface for the GnomeDbError
	widget

	* lib/gnome-db-error-dlg.[ch]: renamed object class to GnomeDbErrorDialog

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

	* lib/gnome-db-browser.c: added support for viewing aggregate functions
	and sequences

	* lib/gnome-db-shortcut.c (gnome_db_shortcut_realize): set the
	background color

2001-07-15  Kjartan Maraas  <kmaraas@gnome.org>

	* po/nn.po: Added Norwegian (nynorsk) translation.
	* po/no.po: Updated Norwegian (bokml) translation.
	

2001-07-15  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Added "nn" to ALL_LINGUAS.
	

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

	* lib/gnome-db-designer.c: connect to the GdaXmlDatabase's "changed"
	signal, and refresh the view on that signal

	* lib/gnome-db-table-editor.[ch]: new widget class for allowing the
	edition of a table (its columns and settings)

2001-07-07  Christian Rose  <menthos@menthos.com>

	* po/sv.po: Updated Swedish translation.

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

	* components/gnomedb-com-connection.c: add status bar messages

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

	* lib/gnome-db-browser.c (gnome_db_browser_show_of_type): new function
	(gnome_db_browser_set_arg):
	(gnome_db_browser_get_arg): GtkArg's

	* lib/gnome-db-combo.c (gnome_db_combo_destroy): call parent class' destroy
	method
	(gnome_db_combo_set_arg):
	(gnome_db_combo_get_arg): GtkArg's
	

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

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

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

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

	* ui/various tweaks

	* ui/gnomedb-com-connection.xml: remove priority from 'Disconnect'
	toolbar item

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

	* lib/gnome-db-util.c: fixed parameters passed to bug-buddy

	* lib/gnome-db-login.c: manage correctly last successful connections

	* lib/gnome-db-control.[ch]:
	  gnome-db-control-corba.[ch]:
	  gnome-db-control-widget.[ch]: IDL namespace changes

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

	* idl/GNOME_Database_UI.idl: renamed from GnomeDB.idl, so that we
	use the same namespace than libgda-bonobo

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

	* components/gnomedb-com-connection.c: added 2 new menu entries ('Open
	command' and 'Save command'), with keybindings

	* components/gnomedb-com-config.c (components_config_save): new function
	to save all pending configuration changes at once

	* components/gnomedb-com-main.c (owner_unset_cb): call components_config_save
	when terminating
	

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

	* lib/gnome-db-window.[ch]: replace all usage of the old
	bonobo-ui-compat functions with the correct XML-based solution.

	* lib/gnome-db-dsn-config-druid.c (druid_finished_cb): add correctly
	the first parameter to the DSN connection string

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

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

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

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

	* components/*, frontend/*, manager/*: replaced all bonobo_ui_handler
	code

	* lib/bonobo-ui-compat.[ch]: removed, no longer needed

	* configure.in: added new ui directory to list of directories 
	and ask for libgda >= 0.2.11

	* ui/*.xml: new files for each of the components' UI

2001-07-02  Christopher R. Gabriel  <cgabriel@softwarelibero.org>

	* doc/it/gnome-db.sgml: Added italian documentation from Fabrizio Stefani
	<f.stef@it.gnome.org>
	

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

	* po/ja.po: Updated Japanese translation.

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

	* gnome-db.spec.in: install IDL files as part of the main package,
	and not the -devel one

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

	* lib/gnome-db-grid.c (gnome_db_grid_copy_clipboard): implemented

	* lib/gnome-db-config.c (gnome_db_config_get_shell_components): CORBA_free
	the list returned by oaf_query

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

	* lib/gnome-db-export.[ch]: renamed variable 'export' to 'exp' to
	make GCC 3.0 and C++ compilers happy

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

	* frontend/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>

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

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

	* frontend/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-15  Rodrigo Moya <rodrigo@gnome-db.org>

	* components/gnomedb-com-main.c (owner_unset_cb): close all open connections
	when terminating

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

	* lib/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

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

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

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

	* idl/GnomeDB.idl (setOwner, unsetOwner): new methods for letting
	the components know when the containers connect/disconnect

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

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

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

	* components/gnomedb-com-main.c (component_factory_func): connect to
	set_owner and unset_owner signals on every component created,
	so that we can keep track of how many components we've got

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

	* configure.in: check for Bonobo >= 1.0.x

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

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

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

	* doc/C/reference/libgnomedb-reference.sgml: added a reference to the
	new GnomeDbExport widget

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

	* components/gnomedb-com-connection.c: removed all references to the export
	stuff, which is being redesigned

	* components/gnomedb-com-export.c (components_export_new): now, just create
	a BonoboControl with the widget returned by gnome_db_export_new

	* components/gnomedb-com-connection-pool.c (cnc_error_cb): create always a new
	GnomeDbErrorDlg widget, to avoid sharing it between different
	connections

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

	* configure.in: now we need libgda >= 0.2.10

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

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

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

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

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

	* configure.in: bumped version number to 0.2.10

2001-06-02  Serge Pavlovsky <pal@re.com.ua>

	* gnome-db.spec.in: cleaned up spec file

2001-06-01  gettextize  <bug-gnu-utils@gnu.org>

	* po/Makefile.in.in: Upgrade to gettext-0.10.38.

2001-06-01  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* po/sk.po: Updated Slovak translation.

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

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

2001-06-01  Christian Rose  <menthos@menthos.com>

	* po/sv.po: Updated Swedish translation.

2001-05-31  gettextize  <bug-gnu-utils@gnu.org>

	* po/Makefile.in.in: Upgrade to gettext-0.10.38.

2001-05-31  gettextize  <bug-gnu-utils@gnu.org>

	* po/Makefile.in.in: Upgrade to gettext-0.10.38.

2001-05-27  gettextize  <bug-gnu-utils@gnu.org>

	* po/Makefile.in.in: Upgrade to gettext-0.10.37.

2001-05-27  gettextize  <bug-gnu-utils@gnu.org>

	* po/Makefile.in.in: Upgrade to gettext-0.10.37.

2001-05-27  gettextize  <bug-gnu-utils@gnu.org>

	* po/Makefile.in.in: Upgrade to gettext-0.10.37.

2001-05-27  gettextize  <bug-gnu-utils@gnu.org>

	* po/Makefile.in.in: Upgrade to gettext-0.10.37.

2001-05-27  gettextize  <bug-gnu-utils@gnu.org>

	* po/Makefile.in.in: Upgrade to gettext-0.10.37.

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

	* doc/es/added Spanish translation, by David Vaquero <cncsal@bigfoot.com>

2001-05-26  gettextize  <bug-gnu-utils@gnu.org>

	* po/Makefile.in.in: Upgrade to gettext-0.10.37.

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

	* configure.in: GNOMEDB_oafdir=$datadir/oaf

2001-05-21  Pablo Saratxaga <pablo@mandrakesoft.com>

	* po/es.po,it.po,pl.po,pt_BR.po: fixed headers

2001-05-18  Kjartan Maraas  <kmaraas@gnome.org>

	* po/POTFILES.in: Remove non-existant files.
	* po/no.po: Updated Norwegian translation.
	

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

	* lib/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-18  Rodrigo Moya <rodrigo@gnome-db.org>

	* components/gnomedb-com-designer.c: added "Save file" menu option
	

2001-05-18  Kjartan Maraas  <kmaraas@gnome.org>

	* po/no.po: Updated Norwegian translation.
	

2001-05-17  Sean Allen <zeroone@worldonline.co.za>

	* doc/C/fdl-appendix.sgml: added FDL appendix

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

	* frontend/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-16  gettextize  <bug-gnu-utils@gnu.org>

	* po/Makefile.in.in: Upgrade to gettext-0.10.37.

2001-05-15  Sean Allen <zeroone@worldonline.co.za>

	* doc/C/gnome-db.sgml: changed entity refs, ids, etc to comply with GDP
	Cleaned up some of the syntax and English
	Added markup that was needed, removed some that was not
	Moved to FDL

2001-05-11  gettextize  <bug-gnu-utils@gnu.org>

	* po/Makefile.in.in: Upgrade to gettext-0.10.37.

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

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

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

	* doc/C/added gtk-doc-based documentation of the whole API

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

	* configure.in: AC_DEFINE(HAVE_PERL) if perl is found

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

	* doc/pt_BR/gnome-db.sgml: added new documentation translation to
	Portuguese, by Cleber Rodrigues Rosa Junior <cleberjr@secrel.com.br>

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

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

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

	* frontend/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-05-05  Rodrigo Moya <rodrigo@gnome-db.org>

	* components/GNOME_DB_HelpViewer.oaf.in, gnomedb-com-help-viewer.c:
	removed the Help viewer component
	* components/gnomedb-com-export.c: table export now working

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

	* configure.in: use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT

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

	* lib/gnome-db-control.c (gnome_db_control_get_ui_container): new function
	* lib/gnome-db-browser.c: remove detail pane when switching between
	notebook tabs
	* lib/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-05-03  Rodrigo Moya <rodrigo@gnome-db.org>

	* components/gnomedb-com-export.c: implemented basic export component, which will
	allow users to easily export their databases
	

2001-04-30  gettextize  <bug-gnu-utils@gnu.org>

	* po/Makefile.in.in: Upgrade to gettext-0.10.37.

2001-04-30  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* po/sk.po: Updated Slovak translation.

2001-04-29  Christian Meyer  <chrisime@gnome.org>

	* po/de.po: Updated German translation.

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

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

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

	* gnome-db.spec.in: removed GtkHTML dependency, and added
	new dependency on libgda >= 0.2.4
	* frontend/gnomedb-fe-main.c, builder/gnomedb-builder-control.c,
	manager/gnomedb-mgr-callbacks.c, components/gnomedb-com-connection.c,
	components/gnomedb-com-designer.c,
	components/gnomedb-com-log.c: added keybindings for menu items

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

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

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

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

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

	* configure.in: added check for libgda >= 0.2.4

2001-04-23  Valek Filippov  <frob@df.ru>

	* po/ru.po: Updated russian translation.

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

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

2001-04-18  gettextize  <bug-gnu-utils@gnu.org>

	* po/Makefile.in.in: Upgrade to gettext-0.10.36.

2001-04-18  gettextize  <bug-gnu-utils@gnu.org>

	* po/Makefile.in.in: Upgrade to gettext-0.10.36.

2001-04-18  gettextize  <bug-gnu-utils@gnu.org>

	* po/Makefile.in.in: Upgrade to gettext-0.10.36.

2001-04-18  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* po/sk.po: Updated Slovak translation.

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

	* lib/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-18  Rodrigo Moya <rodrigo@gnome-db.org>

	* configure.in: remove GAL check, since we don't use
	it anymore after importing the EPaned widgets. We needed
	to remove the dependency on GAL to avoid a circular dependency
	problem with libglade-GAL. Fixes bug #53266

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

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

2001-04-16  gettextize  <bug-gnu-utils@gnu.org>

	* po/Makefile.in.in: Upgrade to gettext-0.10.36.

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

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

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

	* frontend/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
	* frontend/gnomedb-fe-modules.c: added

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

	* components/gnomedb-com-connection-pool.c (components_connection_get_pool):
	new function to retrieve the GdaConnectionPool being used
	* components/gnomedb-com-connection.c: adapt to the new GnomeDbLogin widget,
	which allows the use of GdaConnectionPool's
	* components/add tooltips all over the place

2001-04-15  gettextize  <bug-gnu-utils@gnu.org>

	* po/Makefile.in.in: Upgrade to gettext-0.10.36.

2001-04-15  gettextize  <bug-gnu-utils@gnu.org>

	* po/Makefile.in.in: Upgrade to gettext-0.10.36.

2001-04-15  gettextize  <bug-gnu-utils@gnu.org>

	* po/Makefile.in.in: Upgrade to gettext-0.10.36.
	* po/cat-id-tbl.c: Remove file.
	* po/stamp-cat-id: Remove file.

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

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

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

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

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

	* lib/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>

	* lib/gnome-db-browser.c: attempt a new look&feel for the browser widget
	* lib/gnome-db-icon-list.[ch]: improved look
	

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

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

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

	* configure.in: added check for Perl
	* acconfig.h: added HAVE_PERL for checks in source code

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

	* components/GNOME_DB_Log.oaf.in: fixed typo in OAFIID string
	

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

	* lib/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-07  gettextize  <bug-gnu-utils@gnu.org>

	* po/Makefile.in.in: Upgrade to gettext-0.10.36.

2001-04-07  gettextize  <bug-gnu-utils@gnu.org>

	* po/Makefile.in.in: Upgrade to gettext-0.10.36.

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

	* objects renaming (Gda_* to Gda*) to conform to the GNOME
	naming standards

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

	* po/ja.po: Updated Japanese translation.

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

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

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

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

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

	* lib/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
	* lib/gnome-db-browser.c: new rework, now with a better look&feel,
	and some new options

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

	* components/gnomedb-com-connection.c (sql_select_cb): added support for saved
	SQL queries, to be retrieved/managed in the "Select SQL command" dialog
	(sql_open_cb): support for opening both from files and from saved queries
	(sql_save_cb): support for saving both to files and to saved queries
	(*_batch_*): added "Batch" tab to component, for executing batch jobs

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

	* components/gnomedb-com-connection.c (fill_connection_list): removed
	the (useless) option menu in the top of the component

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

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

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

	* cleaned up #include mess. Now should compile much faster
	* made the whole stuff compile without warnings (-Werror)

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

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

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

	* gnome-db.spec.in, libgda/libgda.spec.in: merged changes
	from release-0-2-3-branch
	* lib/gnome-db-util.c: added Gerhard to list of AUTHORS

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

	* lib/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
	* lib/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
	* lib/gnome-db-control-instance.[ch]: moved to gnome-db-control.[ch]
	* lib/gnome-db-control-corba.[ch], gnome-db.h: adapted to
	GnomeDbControl/GnomeDbControlInstance change

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

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

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

	* components/gnomedb-com-main.c, gnomedb-com-connection.c,
	gnomedb-com-designer.c, gnomedb-com-export.c,
	gnomedb-com-help-viewer.c, gnomedb-com-import.c,
	gnomedb-com-log.c:
	adapted to GnomeDbControl/GnomeDbControlInstance change

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

	* po/POTFILES.in: remove deleted files
	* configure.in, acconfig.h: remove dependency on gtkhtml

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

	* lib/Makefile.am: merge libgnomedbcomponents and libgnomedb into ONLY
	one library: libgnomedb
	* builder/Makefile.am, components/Makefile.am, frontend/Makefile.am,
	manager/Makefile.am, tools/rolodex/Makefile.am, tools/Makefile.am,
	tools/gnomedb-config.in, gnome-db.spec.in:
	removed references to libgnomedbcomponents

2001-03-11  Carlos Perells Marmn <carlos@gnome-db.org>

	* po/es.po: Updated Spanish translation by Antonio 
	  de la Torre <cadenas@arrakis.es>

2001-03-10  Carlos Perells Marmn <carlos@gnome-db.org>

	* po/updated.sh: Removed because don't run correctly in all
	  situations, please use xml-i18n-update directly.

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

	* frontend/Makefile.am, tools/rolodex/Makefile.am: add
	*.desktop.in files to EXTRA_DIST (fixes bug #51807)

2001-02-18  Gustavo Maciel Dias Vieira  <gdvieira@zaz.com.br>

	* configure.in (ALL_LINGUAS): Added pt_BR translation.

2001-02-14  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* po/sk.po: Updated Slovak translation.

2001-02-14  Akira TAGOH  <tagoh@gnome-db.org>

	* po/ja.po: Updated Japanese translation.

2001-02-13  Christophe Merlet  <redfox@eikonex.org>

	* po/fr.po: Updated French translation.

2001-02-12  Christian Rose  <menthos@menthos.com>

	* po/sv.po: Updated Swedish translation.

2001-02-12  Christian Meyer  <cm@ggtt.de>

	* po/de.po: Small fixes.

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

	* po/*, libgda/po/*: merged changes from release-0-2-3 branch

2001-02-09  Valek Filippov  <frob@df.ru>

	* po/ru.po: Updated russian translation.

2001-02-06      Carlos Perells Marmn <carlos@gnome-db.org>

        * .cvsignore, Makefile.am: Updated to the new xml-i18n-tools

2001-02-05  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* po/sk.po: Updated Slovak translation.

2001-02-05  Christian Meyer  <cm@ggtt.de>

	* po/de.po: Updated German translation.

2001-01-31  Szabolcs Ban  <shooby@gnome.hu>

        * hu.po: Terminology fixes by Andras Timar <timar@gnome.hu>

2001-01-29  Kjartan Maraas  <kmaraas@gnome.org>

	* po/no.po: Updated Norwegian translation.

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

	* components/converted monikers factory into a shlib factory

2001-01-25  Carlos Perells Marmn <carlos@gnome-db.org>

	* po/README.tools, update.pl: removed because don't work with xml-i18n-tools
	  update.sh: Stolen from Nautilus, it's only a wrapper to xml-i18n-tools

2001-01-24  Szabolcs Ban  <shooby@gnome.hu>

        * hu.po: Tons of fixes by Andras and Emese (spelling,
          terminology, headers)

2001-01-23  Carlos Perells Marmn <carlos@gnome-db.org>

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

2001-01-23  Carlos Perells Marmn <carlos@gnome-db.org>

        * *.po: Updated to add the new strings from *.desktop.in
	  Sorry, I hope this will be the last update to total
	  integration with xml-i18n-tools.

2001-01-22  Carlos Perells Marmn <carlos@gnome-db.org>

	* po/*.po: Updated to add the new strings from *.oaf.in

2001-01-22	Carlos Perells Marmn <carlos@gnome-db.org>

	* Added total xml-i18n-tools support, at this moment
	  you will need install the xml-i18n-tools package to
	  translate this module from CVS but not from tar.gz.

2001-01-20	Carlos Perells Marmn <carlos@gnome-db.org>

	* Added partial xml-i18n-tools support

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

        * *.desktop: Updated cs.

2001-01-11  Christophe Merlet  <redfox@eikonex.org>

	* po/fr.po: Updated French translation.

2001-01-08  Szabolcs Ban <shooby@gnome.hu>

	* po/hu.po: Updated Hungarian translations.

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

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

2001-01-02  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* po/sk.po: Updated Slovak translation.

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

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

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

	* version 0.2.2

2000-12-29  Fatih Demir	<kabalak@gmx.net>

	* po/ko.po: Added Korean translation by
		YHC...

2000-12-27 Kai Lahmann <kl@linuxfaqs.de>

	* po/de.po: Updated German translation

2000-12-27  Christian Rose  <menthos@menthos.com>

	* po/sv.po: Updated Swedish translation.

2000-12-26  Valek Filippov  <frob@df.ru>

	* po/ru.po: Updated russian translation.

2000-12-22  Christian Rose  <menthos@menthos.com>

	* po/sv.po: Updated Swedish translation.

2000-12-21  Valek Filippov  <frob@df.ru>

	* po/ru.po: Updated russian translation.

2000-12-20  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* po/sk.po: Updated Slovak translation.

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

	* lib/impl_GNOME_DB_Control_do*Clipboard: implemented

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

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

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

	* components/gnomedb-com-connection.c: implemented clipboard related
	CORBA methods
	* components/gnomedb-com-moniker.c: adapted to GnomeDbMoniker class
	changes (needs Bonobo >= 0.31)

2000-12-19  Kjartan Maraas  <kmaraas@gnome.org>

	* po/no.po: Updated Norwegian translation.
	* po/POTFILES.in: Added components/gnomedb-monikers-database.c
	

2000-12-19  Christian Rose  <menthos@menthos.com>

	* po/sv.po: Updated Swedish translation.

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

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

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

	* components/fixed IDL:* strings to match the new namespace

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

	* lib/gnome-db-util.[ch]: added gnome_db_show_message
	* lib/gnome-db-dsn-config.[ch]: added functions for accessing private
	structure members
	

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

	* components/oafinfo re-namespacing: (gnomedb-* -> GNOME_DB_*)

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

	* removed all UUIDs from OAFIIDs
	* final oafinfo re-namespacing stuff. TODO: remove UUIDs
	from OAFIID's

2000-12-13  Valek Filippov  <frob@df.ru>

	* po/ru.po: Updated russian translation.

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

	* added HACKING file, copied from Miguel's HACKING file
	in Gnumeric

2000-12-12  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* po/sk.po: Added Slovak translation.

2000-12-12  Christian Rose  <menthos@menthos.com>

	* po/sv.po: Updated Swedish translation.

2000-12-12	Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>

	* configure.in: Added "sk" to ALL_LINGUAS.

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

	* components/added menu entries for transaction-related commands
	* components/gnomedb-com-connection.c: make use of the new structure
	accessor functions added to the GnomeDbLogin widget

2000-12-11  Martin Norbdck  <d95mback@dtek.chalmers.se>

	* po/sv.po: Updated Swedish translation

2000-12-11  Kjartan Maraas  <kmaraas@gnome.org>

	* po/no.po: Updated Norwegian translation.

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

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

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

	* started improvement of the online help system, by adding
	auto* support for libghttp and configuration stuff

2000-12-09  Simos Xenitellis  <simos@hellug.gr>

	* po/el.po: Updated Greek translation.

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

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

2000-12-05  Kjartan Maraas  <kmaraas@gnome.org>

	* po/no.po: Updated Norwegian translation.

2000-12-05  Christian Rose  <menthos@menthos.com>

	* po/sv.po: Updated Swedish translation.

2000-12-04  Valek Filippov  <frob@df.ru>

	* po/ru.po: Updated russian translation.

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

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

2000-12-03  Kai Lahmann <kl@linuxfaqs.de>

	* po/de.po: Updated German translation

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

	* lib/started GnomeDbMoniker class, for easing the addition
	of monikers

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

	* components/gnomedb-monikers-main.c, gnomedb-monikers-database.c,
	gnomedb-monikers.h: first attempt at database
	monikers

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

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

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

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

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

	* components/gnomedb-com-log.c: implement save_log_file_cb

2000-12-01  Valek Filippov  <frob@df.ru>

	* po/ru.po: Updated russian translation.

2000-12-01  Fatih Demir	<kabalak@gmx.net>

	* po/tr.po: Committed Turkish translation.

2000-12-01	Fatih Demir <kabalak@gmx.net>

	* configure.in: Added "tr" to ALL_LINGUAS.

2000-11-29  Szabolcs BAN <shooby@gnome.hu>

	* po/hu.po: Updated Hungarian translation.

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

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

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

	* moved non-UI utility functions (gnome_db_util_load_file
	and gnome_db_utili_save_file) to libgda

2000-11-28  Kjartan Maraas  <kmaraas@gnome.org>

	* po/no.po: Updated Norwegian translation.

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

	* added new web to CVS

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

	* lib/added correct license notices (LGPL) to source files

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

	* fixes for building the RPMs

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

	* updated all notices with my new email address

2000-11-21  Valek Filippov  <frob@df.ru>

	* po/ru.po: Updated russian translation.

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

	* lib/changed GnomeDB subdomain to DB

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

	* idl/changed GnomeDB subdomain to DB

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

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

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

	* idl/GnomeDB.idl: added clipboard related methods

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

	* doc/C/completed list of widgets in documentation

2000-11-17  Christian Rose  <menthos@menthos.com>

	* po/sv.po: Updated Swedish translation.

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

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

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

	* idl/adapted to new "official" GNOME IDL name spaces

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

	* added MAINTAINERS file

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

	* components/gomedb-com-designer.c: added a little more of options

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

	* frontend/added preferences dialog

2000-11-14  Valek Filippov  <frob@df.ru>

	* po/ru.po: Updated russian translation.

2000-11-14  Jarkko Ranta  <jjranta@cc.joensuu.fi>

	* po/fi.po: Added Finnish translation.

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

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

2000-11-13  Yuri Syrota  <rasta@renome.rovno.ua>

	* po/uk.po: Updated Ukrainian translation.

2000-11-13  Christian Rose  <menthos@menthos.com>

	* po/sv.po: Updated Swedish translation.

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

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

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

	* idl/added common menu actions, to be implemented by control
	instances

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

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

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

	* components/gnomedb-com-connection.c: finished connection properties
	dialog

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

	* made it work with Bonobo-0.28

2000-11-04  Zbigniew Chyla  <cyba@gnome.pl>

	* po/pl.po: Updated Polish translation

2000-11-04  Kjartan Maraas  <kmaraas@gnome.org>

	* po/no.po: Updated Norwegian translation.

2000-11-04  Christian Rose  <menthos@menthos.com>

	* po/sv.po: Updated Swedish translation.

2000-11-03  Kai Lahmann <kl@linuxfaqs.de>

	* po/de.po: Updated German translation

2000-11-02  Valek Filippov  <frob@df.ru>

	* po/ru.po: Updated russian translation.

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

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

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

	* components/gnomedb-com-help-viewer.c: added more items to the toolbar/menubar

2000-10-31  Szabolcs Ban  <shooby@gnome.hu>

	* po/hu.po: Updated Hungarian translation.

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

	* frontend/improved menus/toolbars for better Bonobo UI merging

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

	* components/added toolbars to all components for a much better UI
	merging

2000-10-30  Valek Filippov  <frob@df.ru>

	* po/ru.po: Updated russian translation.

2000-10-30  Christian Rose  <menthos@menthos.com>

	* po/sv.po: Updated Swedish translation.

2000-10-29  Jesus Bravo Alvarez  <jba@pobox.com>

	* po/gl.po: Updated Galician translation.

2000-10-28  Kai Lahmann <kl@linuxfaqs.de>

	* po/de.po: Updated German translation

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

	* lib/improved printer setup dialog stuff

2000-10-25  Kjartan Maraas  <kmaraas@gnome.org>

	* po/no.po: Updated Norwegian translation.

2000-10-25  Akira TAGOH  <tagoh@gnome.gr.jp>

	* po/ja.po: Updated Japanese translation.

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

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

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

	* components/gnomedb-com-connection.c: added menu options for switching
	between notebook tabs

2000-10-23  Yuri Syrota  <rasta@renome.rovno.ua>

	* po/uk.po: Updated Ukrainian translation.

2000-10-22  Christian Meyer  <cm@ggtt.de>

	* po/de.po: Updated German translation.
	

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

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

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

	* frontend/fixed controls activation/deactivation code

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

	* components/reworked Connection component to make it work with
	several open connections
	* components/made menu merging work

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

	* po/POTFILES.in: removed non-existant files

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

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

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

	* frontend/adapted to new GnomeDbControl/GnomeDbControlInstance stuff

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

	* components/adapted to new GnomeDbControl/GnomeDbControlInstance stuff

2000-10-20  Valek Filippov  <frob@df.ru>

	* po/ru.po: Updated russian translation.

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

	* fixed license issues:
	AUTHORS: specify who does what
	COPYING.LIB: added for LGPL parts
	README: state which parts are LGPL and which GPL
	
2000-10-19  Christian Rose  <menthos@menthos.com>

	* po/sv.po: Updated Swedish translation.

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

	* components/started implementation of the menu callbacks, that take
	advantage of the new working menu/toolbar merging

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

	* lib/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-16  Christian Rose  <menthos@menthos.com>

	* po/sv.po: Updated Swedish translation.

2000-10-15  Kjartan Maraas  <kmaraas@gnome.org>

	* po/no.po: Updated Norwegian translation.

2000-10-15  Christian Rose  <menthos@menthos.com>

	* po/sv.po: Updated Swedish translation.

2000-10-15  Almer S. Tigelaar  <almer1@dds.nl>

	* po/nl.po: Add Dutch translation.

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

	* lib/created ChangeLog

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

	* idl/created ChangeLog

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

	* frontend/created ChangeLog

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

	* components/created ChangeLog

2000-10-09  Christian Meyer  <cm@ggtt.de>

	* po/de.po: Fixed German translation.

2000-10-08  Akira TAGOH <tagoh@gnome.gr.jp>

	* po/ja.po: Updated Japanese translation.

2000-10-01  Kai Lahmann <kl@linuxfaqs.de>

	* po/de.po: Updated German translation

2000-09-28  Kjartan Maraas  <kmaraas@gnome.org>

	* po/no.po: Updated Norwegian translation.

2000-09-22  Jesus Bravo Alvarez  <jba@pobox.com>

	* po/gl.po: Updated Galician translation.

2000-09-22  Christian Rose  <menthos@menthos.com>

	* po/sv.po: Updated Swedish translation.

2000-09-21  Kjartan Maraas  <kmaraas@gnome.org>

	* po/no.po: Updated Norwegian translation.
	* po/POTFILES.in: Added some files.
	* po/POTFILES.ignore: Added this.

2000-09-19  Christian Rose  <menthos@menthos.com>

	* po/sv.po: Updated Swedish translation.
	* po/update.pl: Added Kjartan Maraas' well-known script.
	* po/update.sh: Added Kjartan Maraas' well-known script.
	* po/.cvsignore: Created a .cvsignore file.

2000-09-19  Christian Meyer  <linux@chrisime.de>

	* po/de.po: Updated German translation.

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

	* completed move to Bonobo 0.21, although menu/toolbar
	merging does not work yet
	* started support for online help system

15-10-2000  Almer S. Tigelaar  <almer1@dds.nl>

	* configure.in: Add nl to ALL_LINGUAS

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

	* componentize architecture, and switch to latest Bonobo
	version

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

	* started switch to GConf instead of gnome_config API. Some
	missing things though

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

	* created new module for GNOME-DB restructuration, which has
	meant to separate the GDA (GNU/GNOME Data Access) from the
	GNOME-specific part, to allow other front-ends/applications
	to be developed.

