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

	Released 0.90.0

2003-06-30  Rodrigo Moya <rodrigo@gnome-db.org>

	* libgnomedb/gnome-db-login-dialog.[ch]
	(gnome_db_login_dialog_get_login_widget): new function.

2003-06-22  Rodrigo Moya <rodrigo@gnome-db.org>

	* libgnomedb/gnome-db-error.c (gnome_db_error_init): HIG-ify error
	widget, by removing the frame on the details area.

	* components/connection-mime-handler.c (listener_event_cb):
	* components/sql-mime-handler.c (listener_event_cb): unref the
	BonoboListener if no connections are open.

2003-06-22  Rodrigo Moya <rodrigo@gnome-db.org>

	* components/sql-viewer.c (sql_viewer_init): use a VPaned widget to
	contain the SQL editor and the grid.

	* components/gnome-components-shell.xml: added more UI items.
	
	* components/db-shell.c (command_preferences): implemented new verbs.

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

	* components/sql-viewer.[ch]: re-worked to be a widget.

	* components/sql-mime-handler.[ch]: added MIME actions component for
	SQL files.

	* components/main.c: dont use the SQL viewer component, but the SQL
	MIME handler component.

	* components/connection-mime-handler.c: moved generic database
	connection/management functions to utils.c.
	(listener_event_cb): don't leak the connection.
	
	* components/utils.[ch]: generic database functions moved from
	connection-mime-handler.c.
	
	* components/GNOME_Database_Components.server.in.in: updated
	components' information.

	* components/Makefile.am: updated file list.

2003-06-13  Guntupalli Karunakar  <karunakar@freedomink.org>

	* configure.in: Added "ml" in ALL_LINGUAS.

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

	* libgnomedb/gnome-db-config.c (gnome_db_config_get_listener):
	preload one level if GCong keys when monitoring directories.

2003-06-12  Adam Williams <adam@morrison-ind.com>

	* libgnomedb.spec.in: added all libglade module files, to avoid
	unpackaged files errors.

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

	Fixes #114830

	* libgnomedb/gnome-db-error-dialog.c (gnome_db_error_dialog_new): use
	gtk_window_set_icon instead of gtk_window_set_icon_from_file, to
	remove dependency on GTK+ 2.2.x.

	* libgnomedb/gnome-db-grid.c (menu_describe_cb, menu_save_as_cb,
	menu_view_detail_cb): ditto.

	* libgnomedb/gnome-db-login-dialog.c (gnome_db_login_dialog_new):
	ditto.

	* configure.in: depend again on GTK+ >= 2.0.0.

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

	* components/connection-mime-handler.c (listener_event_cb): set a list
	of open windows on the listener.
	(window_closed_cb): and unref the listener when no more windows are
	left.
	(client_notification_cb): added client event management callback.
	(db_connect_dialog): connected to GdaClient's "event_notification"
	signal. Also, use the username and password from the connection
	dialog, not from the connection file.

2003-06-11  Rodrigo Moya <rodrigo@gnome-db.org>

	* components/db-shell.[ch]: implementation of generic DB shell window.

	* components/connection-mime-handler.c (db_connect_dialog): added code
	to actually open the connection to the database.

	* components/gnome-components-shell.xml: added UI file.

	* components/Makefile.am: added new files.

2003-06-11  Rodrigo Moya <rodrigo@gnome-db.org>

	Fixes #114830

	* configure.in: require gtk+ >= 2.2.0.

2003-06-09  Rodrigo Moya <rodrigo@gnome-db.org>

	* libgnomedb/gnome-db-login.[ch] (gnome_db_login_set_username):
	(gnome_db_login_set_password): new functions.

	* components/connection-viewer.[ch]: removed non-working component.

	* components/connection-mime-handler.[ch]: added MIME activation
	plugin for .connection files (defined in libgda).

	* components/main.c (factory_callback): create a ConnectionMimeHandler
	instead of a ConnectionViewer component.

	* components/GNOME_Database_Components.server.in:
	* components/Makefile.am: updated.

2003-06-08  Rodrigo Moya <rodrigo@gnome-db.org>

	Released 0.12.1

2003-06-03  Rodrigo Moya <rodrigo@gnome-db.org>

	* control-center/provider-config.c (show_providers): s/Provider/Name,
	to avoid so many duplicates.

2003-06-03  Rodrigo Moya <rodrigo@gnome-db.org>

	Fixes #114205

	* configure.in: bumped soname version correctly.

2003-06-02  Rodrigo Moya <rodrigo@gnome-db.org>

	* control-center/dsn-config.c (show_data_sources): s/Data source/Name,
	since there are too many 'Data sources' in the dialog.

	* glade/Makefile.am: added missing $CFLAGS and $LIBS.

2003-05-31  Christophe Merlet  <redfox@redfoxcenter.org>

	* configure.in: Fixed typo. LIBGALDE_CFLAGS -> LIBGLADE_CFLAGS.
	have_libgdade -> have_libglade.

2003-05-31  Danilo Šegan  <dsegan@gmx.net>

	* configure.in: There was no "sr" and "sr@Latn" in ALL_LINGUAS.
	Readded.

2003-05-30  Adam Tauno Williams <adam@morrison-ind.com>

	* libgnomedb.spec.in: added missing static libraries.

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

	Released 0.12.0

2003-05-28  Danilo Šegan  <dsegan@gmx.net>

	* configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.

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

	* libgnomedb/gnome-db-config.c (activation_property_to_parameter): use
	new GdaParameter API.

	* testing/Makefile.am: hopefully fixed problem with automake.

	* configure.in: require newest version of libgda.

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

	* libgnomedb/gnome-db-form.[ch] (gnome_db_form_get_current_row):
	(gnome_db_form_set_current_row): new functions.

	* configure.in: incremented versions.

2003-04-18  Dmitry G. Mastrukov <dmitry@taurussoft.org>

	* Makefile.am:
	* acconfig.h:
	* components/Makefile.am:
	* configure.in:
	* control-center/Makefile.am:
	* control-center/database-capplet.c:
	* control-center/dsn-config.c:
	* control-center/main.c:
	* control-center/provider-config.c:
	* glade/Makefile.am:
	* libgnomedb.pc.in:
	* libgnomedb/Makefile.am:
	* libgnomedb/gnome-db-browser-tables.c:
	* libgnomedb/gnome-db-browser-views.c:
	* libgnomedb/gnome-db-browser.c:
	* libgnomedb/gnome-db-config.c:
	* libgnomedb/gnome-db-connection-properties.c:
	* libgnomedb/gnome-db-dsn-config-druid.c:
	* libgnomedb/gnome-db-dsn-config.c:
	* libgnomedb/gnome-db-error-dialog.c: (gnome_db_error_dialog_new):
	* libgnomedb/gnome-db-error.c:
	* libgnomedb/gnome-db-form.c:
	* libgnomedb/gnome-db-grid.c: (menu_describe_cb),
	(menu_save_as_cb), (menu_view_detail_cb),
	(popup_button_pressed_cb):
	* libgnomedb/gnome-db-i18n.h:
	* libgnomedb/gnome-db-init.c: (gnome_db_init), (gnome_db_main_run):
	* libgnomedb/gnome-db-login-dialog.c: (gnome_db_login_dialog_new):
	* libgnomedb/gnome-db-login.c:
	* libgnomedb/gnome-db-stock.c:
	* libgnomedb/gnome-db-table-editor.c:
	* libgnomedb/gnome-db-util.c: (gnome_db_yes_no_dialog):
	* libgnomedb/gnome-db-util.h:
	* libgnomedb/libgnomedb.h:
	* monikers/Makefile.am:
	* monikers/factory.c:
	* monikers/moniker-database.c:
	* testing/Makefile.am:
	* testing/test-grid.c: (window_closed_cb), (create_window), (main):
	* vfs/dbvfs.c:
	* vfs/libmain.c: Modifications to make libgnomedb being compiled
	only with gtk+/libgda.

2003-03-31  Álvaro Peña <alvaropg@telefonica.net>

	* data/gnome-db-database_24x24.png:
	* data/gnome-db-database_48x48.png:
	* data/gnome-db-database-login_48x48.png:
	* data/Makefile.am: added new stock icons.

	* libgnomedb/gnome-db-login-dialog.c:
	* libgnomedb/gnome-db-login.c: UI tweaks and fixes.

2003-03-16  Roozbeh Pournader <roozbeh@sharif.edu>

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

2003-03-10  Rodrigo Moya <rodrigo@gnome-db.org>

	* libgnomedb/gnome-db-util.[ch] (gnome_db_push_cursor_busy,
	gnome_db_pop_cursor_busy): new functions.

	* configure.in: bumped package and soname version numbers.

2003-03-09  Rodrigo Moya <rodrigo@gnome-db.org>

	* libgnomedb/gnome-db-model.c (default_value_set_func): no need to
	use markup, just setting the "foreground" property on the cell
	renderer is enough to set the text color.

2003-03-09  Rodrigo Moya <rodrigo@gnome-db.org>

	Released 0.11.0

2003-03-08  Rodrigo Moya <rodrigo@gnome-db.org>

	Fixes #106402

	* configure.in: set GNOMEDB_AGE to 0.

2003-03-03  Alvaro Peña <alvaro.pena@hispalinux.es>

	* control-center/dsn-config.c:
	* control-center/main.c:
	* control-center/provider-config.c: HIG-ification.

	* libgnomedb/gnome-db-gray-bar.c (gnome_db_gray_bar_init): set
	more spacing for the label and use HIG-recommended alignments.

2003-02-19  Rodrigo Moya <rodrigo@gnome-db.org>

	Fixes 106402

	* configure.in: incresad soname,

2003-02-15  Julio Merino <jmmv@hispabsd.org>

	Fixes #106122

	* configure.in: added --with-html-dir argument.

	* doc/C/Makefile.am: use HTML_DIR as defined in configure.in.

2003-02-15  Julio Merino <jmmv@hispabsd.org>

	Fixes #106121

	* data/Makefile.am: use variables defined by AM_GCONF_SOURCES_2.

2003-02-15  Rodrigo Moya <rodrigo@gnome-db.org>

	* configure.in: upped minor version.

	* data/Makefile.am:
	* data/gnome-db-commit_24x24.png:
	* data/gnome-db-rollback_24x24.png: added new stock icons.

	* libgnomedb/gnome-db-stock.h: added new stock icons IDs.

	* libgnomedb/gnome-db-stock.c (get_stock_icons): register new
	stock icons.

2003-02-09  Christian Neumair  <chris@gnome-de.org>

	* .cvsignore: Added "autom4te*.cache".
	* data/libgnomedb.keys.in: Marked category and description fields for
	translation.

2003-01-29  Yanko Kaneti <yaneti@declera.com>

	* libgnomedb.spec.in: adds scrollkeeper bits and --disable-gtk-doc.

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

	Released 0.10.0

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

	* libgnomedb/gnome-db-editor.c (gnome_db_editor_load_from_file):
	pass a correct GError parameter to gtk_source_buffer_load.

	* libgnomedb/gnome-db-util.c (gnome_db_select_file_dialog): use
	gtk_dialog_run for running the file selection dialog.

	* libgnomedb/gnome-db-grid.c (popup_button_pressed_cb,
	add_popup_menu_item): added pixmaps to some menu items.

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

	* libgnomedb/gnome-db-grid.c (model_row_removed_cb): update correctly
	the hash table.

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

	* libgnomedb/gnome-db-grid.h: added "create_popup_menu" signal.

	* libgnomedb/gnome-db-grid.c (setup_grid): don't use gnome_popup_*
	for the popup menu, but connect to the "button_press_event" signal
	on the widget.
	(popup_button_pressed_cb): create the popup menu here, emitting the
	"create_popup_menu" signal so that applications can add items to
	the menu.
	(gnome_db_grid_class_init): added new signal.

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

	* libgnomedb/gnome-db-grid.h: added "double_clicked" signal.

	* libgnomedb/gnome-db-grid.c (gnome_db_grid_class_init): added new
	signal to GnomeDbGrid class.
	(setup_grid): connect to "row_activated" signal on tree view.
	(tree_view_row_activated_cb): marshal "row_activated" signal to our
	"double_clicked".

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

	* libgnomedb/gnome-db-grid.c (gnome_db_grid_set_model): connect to
	row_removed signal on model.
	(model_row_removed_cb): update the internal row data when a row is
	removed from the model.
	(gnome_db_grid_finalize): don't leak the data model.

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

	* libgnomedb/gnome-db-model.c (gnome_db_model_to_gtk_tree_view):
	connect to "clicked" signal on all GtkTreeViewColumn's.
	(column_clicked_cb): set the search column to the column we're sorting by.

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

	* libgnomedb/gnome-db-model.c (gnome_db_model_to_gtk_tree_view): set
	search function and column on the tree view.
	(tree_view_equal_func): equal_func for the tree view.

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

	* libgnomedb/gnome-db-gray-bar.c (gnome_db_gray_bar_init): added a
	little space in front of the label.

2003-01-19  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>

	* libgnomedb/gnome-db-dsn-config-druid.c: no need to check for USERNAME
	now.

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

	* libgnomedb/gnome-db-editor.c (create_tags_for_sql): added missing
	SQL keywords.

	* libgnomedb/gnome-db-login-dialog.c (gnome_db_login_dialog_init):
	added nice pixmap to the dialog.

	* libgnomedb/gnome-db-login.c (gnome_db_login_construct): set better
	table attachment options.

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

	* libgnomedb/gnome-db-grid.c (gnome_db_grid_set_model): clean up the
	per-row data when we change the data model.

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

	Fixes #90056

	* libgnomedb/gnome-db-dsn-config-druid.c: added support for
	remembering values between pages.
	(general_next_pressed_cb): set initial value of entries to the
	remembered values, if available.
	(gnome_db_dsn_config_druid_init): initialize remembered values hash
	table and connected to "back" signal on the providers' parameters
	page.
	(provider_back_pressed_cb): set remembered values here.

	* control-center/dsn-config.c (select_all_cb, unselect_all_cb):
	removed useless buttons.

	* control-center/main.c (create_dialog): made the dialog bigger.

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

	* libgnomedb/gnome-db-model.c (model_row_inserted_cb,
	model_row_updated_cb, model_row_removed_cb): respond to changes in the
	data model and spread the changes to the GtkTreeModel.

	* libgnomedb/gnome-db-grid.[ch] (gnome_db_grid_get_row_data,
	gnome_db_grid_set_row_data): new functions to easy the migration from
	GtkCList's to GnomeDbGrid's in Mergeant.
	(gnome_db_grid_init): create row data hash table.
	(gnome_db_grid_finalize): destroy row data hash table.
	(gnome_db_grid_find_row_from_data): new function.

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

	* libgnomedb/gnome-db-dsn-config-druid.c (general_next_pressed_cb):
	hide characters for PASSWORD entry.

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

	* libgnomedb/gnome-db-init.c (gnome_db_init): set more options on the
	GnomeProgram we initialize.

	* libgnomedb/Makefile.am: added needed -D's for gnome_program_init.

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

	* libgnomedb/gnome-db-error.c (gnome_db_error_init): improved look of
	the GnomeDbError widget.
	(detail_button_clicked_cb): made sure we show all widgets.

	* libgnomedb/gnome-db-error-dialog.c (gnome_db_error_dialog_new): set
	the dialog title if specified.
	(gnome_db_error_dialog_set_title): ditto.

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

	* libgnomedb/gnome-db-model.c (default_value_set_func,
	toggle_value_set_func): set correct vertical alignment.

	* libgnomedb/gnome-db-editor.c (create_tags_for_sql): added new
	keywords.

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

	* libgnomedb/gnome-db-grid.c (save_as_response_cb): use TRUE for
	standalone argument in call to gda_data_model_to_xml. Also, display
	an error message if we don't get a valid body.

2003-01-15  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>

	* configure.in: removed config.h.

	* components/Makefile.am:
	* control-center/Makefile.am:
	* glade/Makefile.am:
	* libgnomedb/Makefile.am:
	* monikers/Makefile.am:
	* testing/Makefile.am:
	* vfs/Makefile.am: prepend $(top_srcdir) and $(top_buildir) in INCLUDE.

	* components/main.c:
	* control-center/database-capplet.c:
	* control-center/dsn-config.c:
	* control-center/main.c:
	* glade/glade-gnomedb.c:
	* libgnomedb/gnome-db-browser-tables.c:
	* libgnomedb/gnome-db-browser-views.c:
	* libgnomedb/gnome-db-browser.c:
	* libgnomedb/gnome-db-config.c:
	* libgnomedb/gnome-db-connection-properties.c:
	* libgnomedb/gnome-db-data-source-selector.c:
	* libgnomedb/gnome-db-dsn-config-druid.c:
	* libgnomedb/gnome-db-dsn-config.c:
	* libgnomedb/gnome-db-editor.c:
	* libgnomedb/gnome-db-error-dialog.c:
	* libgnomedb/gnome-db-error.c:
	* libgnomedb/gnome-db-form.c:
	* libgnomedb/gnome-db-grid.c:
	* libgnomedb/gnome-db-init.c:
	* libgnomedb/gnome-db-login-dialog.c:
	* libgnomedb/gnome-db-login.c:
	* libgnomedb/gnome-db-model.c:
	* libgnomedb/gnome-db-stock.c:
	* libgnomedb/gnome-db-table-editor.c:
	* libgnomedb/gnome-db-util.c:
	* monikers/factory.c:
	* monikers/moniker-database.c:
	* testing/test-dsn-selector.c:
	* testing/test-editor.c:
	* testing/test-grid.c:
	* vfs/dbclient.c:
	* vfs/dbvfs.c:
	* vfs/libmain.c: removed config.h. Some warnings removed too.

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

	* configure.in: fixed optional GtkSourceView flags.

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

	* Makefile.am:
	* vfs/dbvfs.c: fixed compilation problems and re-enabled VFS module
	building.

	* libgnomedb/libgnomedb.h: added missing header.

	* glade/glade-gnomedb.c (glade_module_register_widgets): registered
	new widgets.

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

	* libgnomedb/gnome-db-config.h:
	* data/libgnomedb.schemas.in: added new config entry.

	* libgnomedb/gnome-db-editor.c (configuration_changed_cb): added code
	to manage changes in new configuration entry.
	(gnome_db_editor_init): set highlighting depending on the
	configuration entry value.

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

	* libgnomedb/gnome-db-editor.c (create_tags_for_sql): removed boldness
	from keyword tag. Added tag for comments.

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

	* libgnomedb/gnome-db-editor.[ch] (gnome_db_editor_get_highlight,
	gnome_db_editor_set_highlight): new functions.

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

	* Makefile.am: disabled VFS directory.

	* configure.in: added check for (optional) gtksourceview.

	* libgnomedb/Makefile.am:
	* libgnomedb/libgnomedb.h:
	* libgnomedb/gnome-db-editor.[ch]: new widget.

	* libgnomedb/gnome-db-sql-editor.[ch]: removed, will be replaced with
	the more generic GnomeDbEditor.

	* doc/C/*: added new documentation.

	* data/libgnomedb.schemas.in:
	* libgnomedb/gnome-db-config.h: added new configuration entries.

	* testing/Makefile.am:
	* testing/test-editor.c: new test program.

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

	* data/Makefile.am:
	* data/gnome-db-no-transaction.png:
	* data/gnome-db-within-transaction.png:
	* libgnomedb/gnome-db-stock.[ch]: added new icons to stock collection.

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

	* control-center/main.c (main): implemented session management.

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

	* vfs/dbvfs.c (dbvfs_do_open_directory, dbvfs_do_close_directory,
	dbvfs_do_read_directory): implemented for the root dir case.

	* libgnomedb/libgnomedb.h:
	* libgnomedb/gnome-db-icon-list.[ch]: re-added icon list widget.

	* doc/C/*: added new widget to documentation.

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

	* libgnomedb/gnome-db-grid.c (save_as_response_cb): if the file
	exists, ask the user for confirmation to overwrite it. Also, don't
	destroy the dialog if no filename is given.

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

	* libgnomedb/gnome-db-grid.c (menu_save_as_cb): made the dialog not
	modal, since it was making the application hang when the file selector
	was opened from the dialog.
	(save_as_response_cb): moved the response management from the dialog
	here.

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

	* control-center/provider-config.c (provider_config_new):
	fixed weird size of provider list widget.

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

	* components/GNOME_Database_Components.server.in.in: fixed prefix
	for binary.

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

	* configure.in: added --enable/disable-gtk-doc argument, to disable
	gtk-doc stuff.

2002-11-17  Dmitry G. Mastrukov  <dmitry@taurussoft.org>

	* configure.in: Added Belarusian to ALL_LINGUAS.

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

	* components/connection-viewer.c (pstream_load):
	* control-center/dsn-config.c (test_dsn_cb): adapted to changes in
	gda_client_open_connection.

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

	* libgnomedb/gnome-db-init.c (get_stock_icons): moved...
	
	* libgnomedb/gnome-db-stock.c (gnome_db_stock_init): ...to here, so
	that we can initialize the stock icons without having to do all the
	initialization done in gnome_db_init.

	* libgnomedb/gnome-db-login-dialog.c
	(gnome_db_login_dialog_class_init): call gnome_db_stock_init().

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

	* libgnomedb/gnome-db-util.c (gnome_db_option_menu_set_selection):
	return immediately if pointers are NULL.

2002-10-24  Carlos Perelló Marín <carlos@gnome-db.org>

	* vfs/libmain.c: Fixed i18n.

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

	Released 0.8.199

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

	Fixes #95959

	* control-center/dsn-config.c (dsn_config_new): don't mention libgda,
	since users shouldn't even have to know what it is.

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

	* libgnomedb/gnome-db-init.c (get_stock_icons): register new icons.

2002-10-08  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>

	* libgnomedb/gnome-db-config.c: fixed bug #90058.

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

	* libgnomedb/gnome-db-util.c (gnome_db_option_menu_set_selection): use
	gtk_option_menu_set_history to set the active option in the option
	menu.

	* libgnomedb/gnome-db-data-source-selector.c (show_data_sources):
	activate always the default item.

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

	* libgnomedb/gnome-db-stock.[ch] (gnome_db_stock_get_icon_path): new
	function.

	* libgnomedb/Makefile.am: added new file.
	
2002-10-01  Rodrigo Moya <rodrigo@gnome-db.org>

	* doc/C/libgnomedb-docs.sgml:
	* doc/C/tmpl/gnome-db-config.sgml: added missing API documentation.

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

	* configure.in: added check for scrollkeeper.

	* doc/Makefile.am:
	* doc/libgnomedb-C.omf.in: added OMF file.
	
2002-09-30  Stanislav Brabec  <sbrabec@suse.cz>

	* configure.in: Added cs to ALL_LINGUAS.

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

	* libgnomedb/gnome-db-error.c (gnome_db_error_init): fixed error when
	attaching widgets to table.

2002-09-23  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>

	* libgnomedb/gnome-db-config.c: removed more leaks.

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

	Released 0.8.193

2002-08-19  Ben Liblit  <liblit@acm.org>

	* libgnomedb.spec.in: fix version number substitutions

	* libgnomedb.spec.in: update files list to match what "make
	install" actually installs

	* libgnomedb.spec.in: add URL tag pointing to GNOME-DB project's
	web site
	
	* Makefile.am: no need to explicitly list "*.in" files for
	distribution, as automake takes care of these implicitly; use
	standard $(EXTRA_DIST) list for distributing spec file

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

	* libgnomedb/gnome-db-connection-properties.[ch]: moved from
	gnome-db's library.

	* libgnomedb/Makefile.am: added new files.

	* doc/C/libgnomedb-docs.sgml:
	* doc/C/tmpl/gnome-db-connection-properties.sgml: added new
	documentation.
	
2002-08-07  Rodrigo Moya <rodrigo@gnome-db.org>

	* control-center/dsn-config.c (test_dsn_cb): set gnome-db icon for
	dialog window.

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

	* control-center/dsn-config.c (test_dsn_cb): callback for the
	'Test DSN' button.

	* libgnomedb/gnome-db-util.[ch] (gnome_db_show_message): new function.

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

	* libgnomedb/gnome-db-grid.c: added a title bar (optional).
	(gnome_db_grid_get_title): new function.
	(gnome_db_grid_set_title): new function.
	(gnome_db_grid_get_show_title): new function.
	(gnome_db_grid_set_show_title): new function.

	* control-center/provider-config.c (provider_config_new):
	* control-center/dsn-config.c (dsn_config_new): use a title for the
	grid.

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

	Released 0.8.192

2002-07-03  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>

	* libgnomedb/gnome-db-error.c:
	(detail_button_clicked_cb): resize the window it its size has been 
	changed when details are displayed.

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

	* components/main.c:
	(client_error_cb): don't free the list of errors.

	* libgnomedb/gnome-db-browser.c: fixed warning.

	* libgnomedb/gnome-db-error.c:
	(detail_button_clicked_cb): fixed.

	(gnome_db_error_show): make a copy of the error list and store the
	number of errors in the list.

	(gnome_db_error_next): use the value stored before.

	(gnome_db_error_get_position): new. Returns the position of the error
	being displayed.
	
	* libgnomedb/gnome-db-error.h: added prototype for
	gnome_db_error_get_position ().

	* libgnomedb/gnome-db-error-dialog.c:
	(gnome_db_error_dialog_show_errors): make the dialog continue until
	the close button is pressed. Change the sensitiveness of the Prev
	and Next buttons depending on the position and the number of errors.

2002-06-25  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>

	* control-center/dsn-config.c:
	* libgnomedb/gnome-db-browser.c:
	* libgnomedb/gnome-db-data-source-selector.c:
	* libgnomedb/gnome-db-dsn-config-druid.c: changed gda_config_* by
	gnome_db-config_*.

	* libgnomedb/gnome-db-config.[ch]: use gconf again. On first use it
	syncs contents of .libgda/config file to gconf configuration. Then a
	listener will sync back to .libgda/config any change under /apps/libgda.

2002-06-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>

	* libgnomedb/gnome-db-browser.c:
	(tree_value_set_func): reimplemented to use 2 cell renderers for the
	same column.
	(gnome-db-browser-init): create only one column with 2 cell renderers.

	The changes to the above functions make the left tree view to show
	the icon and text correctly instead of showing the icon incomplete.

	(gnome-db-browser-refresh): set the combobox with an empty string
	and deactivate it instead of setting the strings with a NULL GList.
	Use GDA_IS_CONNECTION before calling gda_connection_is_open.
	This changes avoid warnings.

2002-06-11  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>

	* libgnomedb/gnome-db-browser.c: fixed crash when exiting
	gnome-db-components.

2002-06-10  Kjartan Maraas  <kmaraas@gnome.org>

	* control-center/dsn-config.c: Improve english in a string.
	
2002-06-06  Rodrigo Moya <rodrigo@gnome-db.org>

	* libgnomedb/gnome-db-browser.c (tree_selection_changed_cb): added
	a button to notebook tabs so that we can close them.

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

	* libgnomedb/gnome-db-model.c (gnome_db_model_to_gtk_tree_view): made
	it use a GtkTreeStore. Tree-like data models to be supported soon.

	* libgnomedb/gnome-db-config.h: added #define's for the well known
	configuration entries.

	* libgnomedb/gnome-db-browser.c: restructured (again) to have a better
	look&feel (I hope).

	* data/gnome-db*16x16.png: added new placeholder images, to be
	replaced by proper ones.

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

	* control-center/dsn-config.c (dsn_config_new):
	* control-center/provider-config.c (provider_config_new): improved
	UI, with some tweaks and some new pixmaps.

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

	* libgnomedb/gnome-db-model.c (gnome_db_model_to_gtk_tree_view):
	fixed sorting of data in the tree view.

	* control-center/Makefile.am:
	* control-center/database-capplet.c:
	* control-center/provider-config.[ch]: added providers configuration
	page to the notebook.

2002-06-04  Zbigniew Chyla  <cyba@gnome.pl>

	* control-center/database-capplet.c, control-center/dsn-config.c:
	Added missing includes (config.h, gtk/gtklabel.h).

2002-06-04  Damon Chaplin  <damon@ximian.com>

	* components/main.c: include <locale.h> so it compiles for me.

2002-06-03  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>

	* control-center/dsn-config.c: included libgnomeui/gnome-window-icon.h
	Include the password in the calls to gda_config_save_data_source.

	* control-center/main.c: included libgnomeui/gnome-window-icon.h

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

	* libgnomedb/gnome-db-dsn-config-druid.c:
	* libgnomedb/gnome-db-dsn-config.c: allow edition of the password
	entry, which will go to the configuration file.

	* control-center/dsn-config.c (druid_finished_cb):
	(foreach_edit_cb): added @password parameter in call to
	gda_config_save_data_source.

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

	* control-center/dsn-config.c (dsn_config_new): use a nicer icon for
	the help part. Fixed ugliness of the help label.

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

	* libgnomedb/gnome-db-grid.c (menu_hide_columns_cb):
	(menu_show_columns_cb): new callbacks for popup menu options.
	(menu_describe_cb): commented out, until GnomeDbTableEditor is
	fully implemented.

	* control-center/dsn-config.c (dsn_config_new): don't use a
	GtkFrame as the container. The main GtkNotebook has already a frame
	on it. Also, added help part to the dialog.
	(show_data_sources): only display name and description. For all
	detailed information, there's the edition dialog.

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

	* doc/C/libgnomedb-docs.sgml:
	* doc/C/tmpl/gnome-db-stock.sgml: added new API documentation.

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

	* Makefile.am:
	* configure.in: made building of the VFS module optional.

	* control-center/*: added basic control center applet for database
	configuration (based on the manager component in GNOME-DB).

	* libgnomedb/gnome-db-grid.[ch] (gnome_db_grid_foreach_selected):
	new function.

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

	* po/POTFILES.in:
	* data/Makefile.am:
	* data/libgnomedb.schemas.in: fixed schemas file, as suggested by
	Kenneth.

2002-05-28  Akira Tagoh <tagoh@gnome-db.org>

	Fixes #83185.

	* configure.in: 
	* components/Makefile.am:
	* components/GNOME_Database_Components.server.in: install Bonobo
	components in libexecdir.

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

	* Makefile.am: install pixmaps in $datadir/pixmaps/libgnomedb (fixes
	#831849). Thanks to Akira Tagoh <tagoh@gnome-db.org>

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

	Released 0.8.191

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

	* libgnomedb/gnome-db-model.c (sort_values): check pointers before
	using them on strcmp.

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

	* components/main.c: main file for the gnome-database-components
	binary.

	* components/connection-viewer.[ch]: implementation of the connection
	viewer control, which manages the application/x-gnome-db-connection
	MIME type.

	* components/sql-viewer.[ch]: a SQL code viewer.

	* data/Makefile.am:
	* data/libgnomedb.keys.in:
	* data/libgnomedb.mime: added support for our MIME types.

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

	* configure.in:
	* Makefile.am:
	* monikers/*: added database: monikers from gnome-db module.

2002-05-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>

	* libgnomedb/gnome-db-model.c:
	(gnome_db_model_to_gtk_tree_view): always free the attributes, not only
	when the column is a boolean value.

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

	* testing/test-grid.c: replaced usage of
	gda_data_model_array_append_row with gda_data_model_append_row.

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

	* Release 0.8.190

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

	* Makefile.am: install gnome-db.png in $(datadir)/pixmaps.

2002-05-01  Pablo Saratxaga <pablo@mandrakesoft.com>

	* configure.in: Added Vietnamese (vi) to ALL_LINGUAS

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

	* configure.in: sorted out some version checks. Added vfs directory
	to AC_OUTPUT. Added check for gnome-vfs-module-2.0.

	* Makefile.am: added vfs directory to SUBDIRS.

	* vfs/libmain.c: main file for the GNOME VFS module for accessing
	databases.

	* vfs/dbclient.[ch]: file for managing DB connections in the module.

	* vfs/dbvfs.[ch]: implementation of the GnomeVFSMethod interface.

	* vfs/database-module.conf: configuration file for the VFS module.

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

	* configure.in: require explicitly bonobo-activation, since that is
	not a libgda dependency anymore.

	* libgnomedb/gnome-db-config.[ch]: new files.

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

	* configure.in: require libgda >= 0.8.190.

	* libgnomedb/gnome-db-model.c:
	* libgnomedb/gnome-db-form.c: adapted to a few changes in libgda API.
	
2002-04-22  Murray Cumming  <murrayc@usa.net>

	* libgnomedb/gnome-db-window.c: gnome_db_window_new():
	Uses construct-time properties instead of bonobo_window_construct(),
	which should no longer be used now that bonobo_window_new() is
	just a convenience wrapper for g_object_new().
	By the way, it looks like gnome_db_window_new() is also broken -
	there should be no code in a _new() function other than a call to 
	g_object_new().

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

	* Makefile.am:
	* data/Makefile.am:
	* libgnomedb/gnome-db-dsn-config-druid.c:
	* libgnomedb/gnome-db-error-dialog.c:
	* libgnomedb/gnome-db-grid.c:
	* libgnomedb/gnome-db-login-dialog.c:
	* libgnomedb/gnome-db-util.c:
	* libgnomedb/Makefile.am: install pixmaps in
	$(datadir)/pixmaps/libgnomedb.
	
2002-04-13  Rodrigo Moya <rodrigo@gnome-db.org>

	* data/gnome-db-database_24x24.png:
	* data/gnome-db-designer_24x24.png:
	* data/gnome-db-sql_24x24.png: fixed versions of these icons, by
	Alvaro Peña Gonzalez <alvaropg@mac.com>

2002-04-10  Zbigniew Chyla  <cyba@gnome.pl>

	* acconfig.h: added BONOBO_EXPLICIT_TRANSLATION_DOMAIN.

	* configure.in: defined BONOBO_EXPLICIT_TRANSLATION_DOMAIN.

	* libgda/Makefile.am: set LIBGDA_LOCALEDIR to $(datadir)/locale.

	* libgnomedb/gnome-db-browser-tables.c,
	libgnomedb/gnome-db-browser-views.c, libgnomedb/gnome-db-browser.c
	libgnomedb/gnome-db-dsn-config-druid.c,
	libgnomedb/gnome-db-dsn-config.c, libgnomedb/gnome-db-error-dialog.c,
	libgnomedb/gnome-db-error.c, libgnomedb/gnome-db-form.c,
	libgnomedb/gnome-db-grid.c, libgnomedb/gnome-db-login-dialog.c,
	libgnomedb/gnome-db-login.c, libgnomedb/gnome-db-table-editor.c:
	added missing includes to fix i18n.

	* libgnomedb/gnome-db-util.c (_gnome_db_gettext): removed,
	added missing includes.

	* libgnomedb/gnome-db-init.c (gnome_db_init): initialize textdomain,
	added missing includes.

	* Makefile.am (libgnomedb_2_la_SOURCES): removed gnome-db-intl.h.

	* libgnomedbgnome-db-intl.h: removed file.

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

	* libgnomedb/gnome-db-browser.c: refactored to be more automatic in
	the creation of the different object tabs and added support for
	SCHEMA_DATABASES.
	(initialize_object_widgets): don't hardcode the position of each tab.
	(object_selected_cb) (object_selection_cleared_cb): replaced object
	specific functions with those generic ones.

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

	* libgnomedb/gnome-db-list.c (gnome_db_list_set_model): handle the
	possible NULL in 'model'.

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

	* libgnomedb/gnome-db-util.c (gnome_db_select_file_dialog): reparent
	the dialog widget appropriately.

2002-03-30  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>

	* doc/C/libgnomedb-docs.sgml: added GNOME-DB entity.
	* libgnomedb/gnome-db-util.c: removed a warning.

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

	* libgnomedb/gnome-db-util.[ch] (gnome_db_select_file_dialog): new
	function.

2002-03-26  Daniel Morgan <danmorg@sc.rr.com>

	* libgnomedb/gnome-db-sql-editor.[ch]: new widget, a nice SQL
	editor, with syntax highlighting, multiple command support, and
	other nice features we'll be adding.

	* libgnomedb/libgnomedb.h:
	* libgnomedb/Makefile.am: added new file.

	* doc/C/libgnomedb-docs.sgml:
	* doc/C/tmpl/gnome-db-sql-editor.sgml: added documentation templates
	for new widget.
	
2002-03-25  Rodrigo Moya <rodrigo@gnome-db.org>

	* libgnomedb/gnome-db-form.[ch]: base it on GtkVBox, not GtkFrame.
	(create_navigator): set correct alignment for the current row
	indicator label. Added a separator between the field widgets and
	the navigation bar.

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

	* libgnomedb/gnome-db-util.[ch] (gnome_db_new_vseparator_widget): new
	function.

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

	* libgnomedb/gnome-db-util.c (gnome_db_new_label_widget): set
	alignment on all labels.

	* libgnomedb/gnome-db-login-dialog.c (gnome_db_login_dialog_init): use
	stock icons for buttons.

	* data/libgnomedb.schemas: added FixedWindowPos configuration entry.

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

	* libgnomedb/gnome-db-control-widget.[ch]
	(gnome_db_control_widget_get_ui_container): new function.
	(gnome_db_control_widget_new_from_corba): new function.

	* data/gnome-db-connect_24x24.png:
	* data/gnome-db-disconnect_24x24.png:
	* data/gnome-db-database_24x24.png:
	* data/gnome-db-designer_24x24.png:
	* data/gnome-db-tables_24x24.png: new versions for the icons, by
	Alvaro Peña Gonzalez <cybdeep@bigfoot.com>

	* libgnomedb/gnome-db-init.c:
	* libgnomedb/gnome-db-stock.h: added new icons.
	
2002-03-21  Rodrigo Moya <rodrigo@gnome-db.org>

	* libgnomedb/gnome-db-util.[ch] (gnome_db_new_file_entry_widget): new
	function.
	(gnome_db_new_radio_button_widget): new function.

	* libgnomedb/gnome-db-grid.c (menu_save_as_cb): implemented 'Save as'
	popup menu option.

2002-03-21  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>

	* libgnomedb/gnome-db-browser-tables.c:
	* libgnomedb/gnome-db-browser-views.c:
	* libgnomedb/gnome-db-data-source-selector.c:
	* libgnomedb/gnome-db-dsn-config-druid.c:
	* libgnomedb/gnome-db-dsn-config.c:
	* libgnomedb/gnome-db-error-dialog.c:
	* libgnomedb/gnome-db-form.c:
	* libgnomedb/gnome-db-grid.c:
	* libgnomedb/gnome-db-login-dialog.c:
	* libgnomedb/gnome-db-model.c:
	* libgnomedb/gnome-db-util.c: removed warnings.

2002-03-21  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>

	* libgnomedb/gnome-db-model.c (gnome_db_model_to_gtk_tree_model):
	double the underscores for column titles.

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

	* libgnomedb/gnome-db-browser-tables.c
	(gnome_db_browser_tables_clear): clear also the table structure grid.

	* libgnomedb/gnome-db-browser-views.c (gnome_db_browser_views_show):
	implemented the 'Data' tab.
	(gnome_db_browser_views_clear): implemented.
	(gnome_db_browser_views_new): created widgets.

	* libgnomedb/gnome-db-browser.c: added support for views detail.

	* libgnomedb/gnome-db-form.c (create_navigator): for BOOLEAN values,
	use check button widgets.
	(show_navigator_row): ditto.

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

	* libgnomedb/gnome-db-model.c (default_value_set_func): right-align
	numeric values.

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

	* libgnomedb/gnome-db-browser-tables.c (gnome_db_browser_tables_show):
	get table description and display it.

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

	* libgnomedb/gnome-db-browser.[ch]: added "progress_message" signal.
	(table_selected_cb): emit "progress_message" signal on lengthy ops.
	(gnome_db_browser_set_connection): ditto.
	(gnome_db_browser_refresh): ditto.

	* libgnomedb/gnome-db-grid.c (gnome_db_grid_class_init): fixed
	copy&pasted code.
	(selection_changed_cb): manage correctly GTK_SELECTION_MULTIPLE.
	(selection_foreach): callback function to emit signal when multiple
	selection grids have their selection changed.

	* libgnomedb/gnome-db-list.c (gnome_db_list_init): set selection mode
	to multiple when creating the list.

	* libgnomedb/gnome-db-model.c (gnome_db_model_to_gtk_tree_view):
	special case BOOLEAN values, to show them as toggle boxes.
	(toggle_value_set_func): new function for managing BOOLEAN values.
	(default_value_set_func): show numbers in a different color.

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

	* libgnomedb/gnome-db-browser.[ch] (gnome_db_browser_refresh): new
	function.

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

	* libgnomedb/gnome-db-util.c (gnome_db_yes_no_dialog): made it use
	GtkMessageDialog, to look nicer.

	* libgnomedb/gnome-db-control-widget.c
	(gnome_db_control_widget_finalize): don't unref the internal Bonobo
	widget, which is destroyed when destroying the container.

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

	* configure.in: don't check for the version of intltool.

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

	* libgnomedb/gnome-db-grid.c: added a GtkSelectionMode member to the
	private structure.
	(setup_grid): set the selection mode to the remembered value.
	(gnome_db_grid_init): default selection mode to MULTIPLE.
	(gnome_db_grid_select_all): use gnome_db_grid_set_selection_mode,
	not gtk_tree_selection_set_mode, since we need to do extra stuff.
	(gnome_db_grid_set_selection_mode): remember selection mode value.
	(menu_select_all_cb, menu_unselect_all_cb): new popup menu items.

	* data/libgnomedb.schemas: added 'ShowShortcut' and 'Show Summary'
	configuration entries.

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

	* libgnomedb/gnome-db-util.[ch] (gnome_db_yes_no_dialog): new function

	* libgnomedb/gnome-db-dsn-config-druid.c (add_to_string): only add
	the parameters that have a value.
	(params_to_string): set retval to an empty string instead of NULL
	when no parameters are given for the connection string.

	* libgnomedb/gnome-db-grid.c (menu_describe_cb, menu_view_detail_cb):
	* libgnomedb/gnome-db-error-dialog.c (gnome_db_error_dialog_new):
	* libgnomedb/gnome-db-login-dialog.c (gnome_db_login_dialog_new):
	set icon for dialog windows.

	* libgnomedb/gnome-db-form.c (create_navigator): create entries for
	all fields in the data model.
	(setup_widgets_for_model): clean up all internal widgets.
	(gnome_db_form_init): initialize all internal widgets, and connect
	to "clicked" signals on buttons.
	(gnome_db_form_finalize): g_list_free list of entries.
	(navigator_first_cb, navigator_back_cb, navigator_fwd_cb,
	navigator_last_cb): callback functions for navigation buttons.

2002-03-03  Abel Cheung  <maddog@linux.org.hk>

	* configure.in: Removed nn from ALL_LINGUAS.

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

	* libgnomedb/gnome-db-browser-tables.c (gnome_db_browser_tables_new):
	replace the GnomeDbTableEditor with a simple GnomeDbGrid widget.

	* libgnomedb/gnome-db-grid.c: use new stock icons for menu items.

2002-02-26  Chris Chabot <chabotc@reviewboard.com>

	* libgnomedb.spec.in: new version.

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

	* libgnomedb/gnome-db-stock.h: new file.

	* libgnomedb/gnome-db-init.c (gnome_db_init): initialize all the
	stock icons we install.

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

	* libgnomedb/gnome-db-form.[ch]: new widget.

	* doc/C/libgnomedb-docs.sgml:
	* doc/C/tmpl/gnome-db-form.sgml: added section for new widget.

	* libgnomedb/gnome-db-util.[ch] (gnome_db_new_popup_menu): new
	function.

	* libgnomedb/gnome-db-grid.c: added popup menu for basic operations.
	(setup_grid): create the popup menu.
	(menu_view_detail_cb): callback for the 'View detail' popup menu item.
	(menu_describe_cb): callback for the 'Describe' popup menu item.

	* libgnomedb/gnome-db-error-dialog.c (gnome_db_error_dialog_init):
	* libgnomedb/gnome-db-login-dialog.c (gnome_db_login_dialog_init): use
	GTK stock names for icons.

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

	* libgnomedb/gnome-db-control.[ch]: added "get_property" and
	"set_property" signals.
	(get_prop_cb): emit "get_property" signal.
	(set_prop_cb): emit "set_property" signal.

	* libgnomedb/gnome-db-report-editor.[ch]: new widget.

	* doc/C/libgnomedb-docs.sgml:
	* doc/C/tmpl/gnome-db-report-editor.sgml: added section for new widget

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

	* libgnomedb/gnome-db-window.[ch] (gnome_db_window_get_ui_component):
	new function.

	* libgnomedb/gnome-db-browser.c (initialize_object_widgets): added
	triggers tab.

	* libgnomedb/gnome-db-init.c (gnome_db_main_quit): use
	gtk_main_quit instead of bonobo_main_quit, since we are
	running loops with bonobo_ui_main.

2002-02-22  Kjartan Maraas  <kmaraas@gnome.org>

	* libgnomedb/gnome-db-util.c: Remove unsupported #ifdef ENABLE_NLS.
	
2002-02-20  Rodrigo Moya <rodrigo@gnome-db.org>

	* libgnomedb/gnome-db-browser.c (initialize_object_widgets): added
	aggregates tab.

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

	Released 0.8.103 version.

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

	* libgnomedb/gnome-db-dsn-config-druid.c (fill_provider_menu):
	removed.
	(gnome_db_dsn_config_druid_init): use a GnomeDbProviderSelector.

	* libgnomedb/gnome-db-provider-selector.[ch]: new widget.

	* libgnomedb/gnome-db-dsn-config.c (fill_provider_menu): removed.
	(gnome_db_dsn_config_init): use a GnomeDbProviderSelector widget.

	* doc/C/libgnomedb-docs.sgml:
	* doc/C/tmpl/gnome-db-provider-selector.sgml:
	* doc/C/tmpl/gnome-db-data-source-selector.sgml: added new widgets.

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

	* libgnomedb/gnome-db-util.[ch] (gnome_db_option_menu_set_selection):
	new function.

	* libgnomedb/gnome-db-dsn-config.c (gnome_db_dsn_config_set_info):
	use gnome_db_option_menu_set_selection to set the provider associated
	with the data source being shown.

	* libgnomedb/gnome-db-login.c (load_data_sources): removed.
	(gnome_db_login_construct): use a GnomeDbDataSourceSelector widget
	instead of GtkOptionMenu.
	(gnome_db_login_get_dsn): call gnome_db_option_menu_get_selection.

	* libgnomedb/gnome-db-data-source-selector.[ch]: new widget.

	* testing/test-dsn-selector.c: new test program.

	* glade/glade-gnomedb.c: added GnomeDbDataSourceSelector widget.

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

	* configure.in: bumped version number to 0.8.103

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

	* doc/C/tmpl/gnome-db-model.sgml:
	* doc/C/tmpl/gnome-db-util.sgml:
	* libgnomedb/gnome-db-browser-procedures.c:
	* libgnomedb/gnome-db-browser-types.c:
	* libgnomedb/gnome-db-control-widget.c:
	* libgnomedb/gnome-db-control.c:
	* libgnomedb/gnome-db-dsn-config-druid.c:
	* libgnomedb/gnome-db-error-dialog.c:
	* libgnomedb/gnome-db-error.c:
	* libgnomedb/gnome-db-gray-bar.c:
	* libgnomedb/gnome-db-grid.c:
	* libgnomedb/gnome-db-init.c:
	* libgnomedb/gnome-db-intl.h:
	* libgnomedb/gnome-db-list.c:
	* libgnomedb/gnome-db-login.c:
	* libgnomedb/gnome-db-util.c:
	* libgnomedb/gnome-db-window.c:
	* testing/test-grid.c: removed compile warnings.

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

	* libgnomedb/gnome-db-dsn-config.c (gnome_db_dsn_config_get_info):
	(gnome_db_dsn_config_set_info): new functions.

	* libgnomedb/gnome-db-util.c (gnome_db_show_error): destroy the
	dialog after running it.

	* libgnomedb/gnome-db-grid.c (gnome_db_grid_select_all): set the
	selection mode to GTK_SELECTION_MULTIPLE.

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

	* libgnomedb/gnome-db-dsn-config-druid.c
	(gnome_db_dsn_config_druid_init): set up signals for general page and
	added provider specific page.
	(general_next_pressed_cb): respond to "next" signal on the general
	page, so that we can set up the specific fields we need in the
	provider parameters page.

	* libgnomedb/gnome-db-util.[ch] (gnome_db_option_menu_get_selection):
	new function.

	* libgnomedb/gnome-db-dsn-config.[ch]: implemented.

	* libgnomedb/gnome-db-grid.[ch] (gnome_db_grid_get_selection):
	(gnome_db_grid_select_all): new function.
	(gnome_db_grid_unselect_all): new function.

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

	* libgnomedb/gnome-db-dsn-config-druid.c
	(gnome_db_dsn_config_druid_init): completed creation of general
	info page.
	(fill_provider_menu): new function for filling up the providers
	option menu.

	* libgnomedb/gnome-db-util.[ch] (gnome_db_new_option_menu_widget):
	new function.
	(gnome_db_option_menu_add_item): new function.

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

        * sv.po: Updated Swedish translation.

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

	* libgnomedb/gnome-db-dsn-config-druid.c
	(gnome_db_dsn_config_druid_init): fixed strings to match the buttons'
	text.

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

	* libgnomedb/gnome-db-util.c (gnome_db_new_tree_view_widget): enable
	rules hint for created tree views.

	* libgnomedb/gnome-db-grid.[ch] (gnome_db_grid_set_selection_mode):
	(gnome_db_grid_get_selection_mode): new function

	* libgnomedb/gnome-db-model.c (gnome_db_model_to_gtk_tree_view): added
	support for sorting
	(sort_values): sorting function

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

	* libgnomedb/gnome-db-browser-private.c:
	* libgnomedb/gnome-db-browser-tables.c:
	* libgnomedb/gnome-db-browser-types.c:
	* libgnomedb/gnome-db-browser-views.c:
	* libgnomedb/gnome-db-browser.c: fixed compilation warnings

	* libgnomedb/gnome-db-browser-private.h: new file for declarations
	needed for all gnome-db-browser* files

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

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

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

	* libgnomedb/gnome-db-control.[ch]: added "activated" signal to GnomeDbControl
	class

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

	* libgnomedb/gnome-db-window.c (gnome_db_window_new): sorted out signal stuff

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

	* configure.in: added glade directory and added libglade-2.0 to list
	of required libraries
	
	* Makefile.am: added glade directory

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

	* libgnomedb/gnome-db-init.c (gnome_db_init): initialize libglade

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

	Added libglade module for GNOME-DB widgets

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

	* doc/C/sgml/gnome-db-combo.sgml:
	* doc/C/libgnomedb-docs.sgml: added GnomeDbCombo widget

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

	* configure.in: bumped version number to 0.8.102

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

	* testing/test-grid.c: assign copyright to the GNOME Foundation.

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

	* libgnomedb/*.[ch]: Changed copyright to the GNOME Foundation.

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

	* libgnomedb/gnome-db-error-dialog.c (gnome_db_error_dialog_init): no need
	to connect to the "response" signal on the dialog, since we call
	gtk_dialog_run in gnome_db_error_dialog_show_errors

	* libgnomedb/gnome-db-combo.[ch]: re-added widget from the stable branch

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-08  Rodrigo Moya <rodrigo@gnome-db.org>

	* libgnomedb/gnome-db-dsn-config.[ch]: new widget

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

	* doc/C/tmpl/gnome-db-dsn-config.sgml:
	* doc/C/libgnomedb-docs.sgml: added new section (GnomeDbDsnConfig widget)

2002-01-08  Duarte Loreto <happyguy_pt@hotmail.com>

        * pt.po: Updated Portuguese translation.

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

	* libgnomedb/gnome-db-error-dialog.c:
	* libgnomedb/gnome-db-gray-bar.c:
	* libgnomedb/gnome-db-grid.c:
	* libgnomedb/gnome-db-list.c:
	* libgnomedb/gnome-db-login-dialog.c
	* libgnomedb/gnome-db-login.c:
	* libgnomedb/gnome-db-window.c:
	* libgnomedb/gnome-db-browser.c: added GParamSpec's for all properties. Fixes
	GNOME #59710

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

	* doc/C/tmpl/libgnomedb.sgml:
	* doc/C/libgnomedb-docs.sgml: added new section (Library initialization)

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

	* libgnomedb/gnome-db-browser.c:
	* libgnomedb/gnome-db-browser-procedures.c:
	* libgnomedb/gnome-db-browser-types.c: added support for more schema types

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

	* libgnomedb/gnome-db-table-editor.c: implemented basic widget

	* libgnomedb/gnome-db-browser-tables.c: use a GnomeDbTableEditor widget to
	display the table's structure

	* libgnomedb/libgnomedb.h:
	* libgnomedb/gnome-db-init.c (gnome_db_init): new function
	(gnome_db_main_run): new function
	(gnome_db_main_quit): new function

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

	* data/libgnomedb.schemas: added /apps/gnome-db/Shell/DefaultComponent
	entry to the GConf schemas

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

	* libgnomedb/gnome-db-grid.c (setup_grid): function to set up all signals and
	properties when creating a new GtkTreeView

	* libgnomedb/libgnomedb-private.h: new private header file

	* libgnomedb/gnome-db-browser.c (initialize_object_widgets): connect to
	GnomeDbList's signals so that we can show the detail when objects
	are selected in the object list
	(table_selected_cb): new function
	(table_selection_cleared_cb): new function

	* libgnomedb/gnome-db-browser-tables.c (gnome_db_browser_tables_show):
	(gnome_db_browser_tables_clear): new functions

	* libgnomedb/gnome-db-list.[ch]: added "row_selected" and "selection_cleared"
	signals.
	(gnome_db_list_get_model): new function

	* libgnomedb/gnome-db-table-editor.[ch]: new widget

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

	* libgnomedb/gnome-db-browser-types.c: new file for the implementation of the
	detail widget for types in the GnomeDbBrowser widget

	* libgnomedb/gnome-db-browser.c (initialize_object_widgets): show types schema
	(gnome_db_browser_init): disable popup menus in GtkNotebook's
	(notebook_page_changed_cb): callback to synchronize the 2 notebooks
	in the widget

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

	* libgnomedb/gnome-db-list.c (gnome_db_list_set_model): hide column titles
	on the internal GnomeDbGrid

	* libgnomedb/gnome-db-browser.c (gnome_db_browser_set_connection): really
	implement this function

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

	* libgnomedb/gnome-db-util.[ch] (gnome_db_set_widget_bg_color): new funtion
	(gnome_db_set_widget_fg_color): new function

	* libgnomedb/gnome-db-browser.[ch] (gnome_db_browser_get_connection):
	(gnome_db_browser_set_connection): new functions

	* libgnomedb/gnome-db-browser-tables.c (gnome_db_browser_tables_new): create
	the 'Data' tab

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

	* data/libgnomedb.schemas: added some more schema entries

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

	* configure.in: bumped version to 0.8.99

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

	* libgnomedb/gnome-db-browser.[ch]: added new GnomeDbBrowser widget

	* libgnomedb/gnome-db-broser-tables.c: new file for the implementation of the
	detail widget for tables in the GnomeDbBrowser widget

	* libgnomedb/gnome-db-list.[ch]: added new GnomeDbList widget

	* libgnomedb/gnome-db-util.[ch] (gnome_db_new_grid_widget): new function

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

	* doc/C/tmpl/*:
	* doc/C/libgnomedb-docs.sgml: added new widgets

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

	* data/*.png: added new pixmaps by Alvaro Peña <cybdeep@bigfoot.com>

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

        * pt.po: Added portuguese translation

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

        * configure.in: Added portuguese to ALL_LINGUAS

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

	* libgnomedb/gnome-db-error-dialog.c (gnome_db_error_dialog_init): connect to
	"response" signal on the dialog, so that we can close it
	(dialog_response_cb): close the dialog on GTK_RESPONSE_CLOSE

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

	* libgnomedb/gnome-db-util.c (gnome_db_new_scrolled_window_widget): set a nice
	default shadow type for all created scrolled windows

	* libgnomedb/gnome-db-model.c (gnome_db_model_to_gtk_tree_view): don't call
	gda_data_model_get_n_columns/rows in each pass in the for loops.
	Just call the functions before entering the loop

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

	* libgnomedb/gnome-db-login-dialog.c (gnome_db_login_dialog_init): set GNOME 2
	order for dialog buttons

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

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

	Made API reference build again

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

	* configure.in: re-enable doc/ directory

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

        * gnome-db-util.[ch] (gnome_db_text_get_text): new function

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

	* libgnomedb/gnome-db-util.[ch] (gnome_db_new_hbutton_box_widget): new function
	(gnome_db_new_vbox_widget): new function

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

	* configure.in: s/AM_GCONF_SOURCE2/AM_GCONF_SOURCE_2

	* libgnomedb.pc.in: also require libgnomeui-2.0 and gtk+-2.0

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

	* libgnomedb/gnome-db-util.c (gnome_db_show_error): replaced gnome_error_dialog
	usage with GtkMessageDialog

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

	* configure.in: added support for GConf schemas

	* Makefile.am: added data/ directory

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

	* libgnomedb/gnome-db-util.c (gnome_db_show_error): new function

	* libgnomedb/gnome-db-login-dialog.c (gnome_db_login_dialog_run): new function
	(gnome_db_login_dialog_get_dsn): new function
	(gnome_db_login_dialog_get_username): new function
	(gnome_db_login_dialog_get_password): new function

	* libgnomedb/gnome-db-login.c (load_data_sources): load available data sources

	* libgnomedb/gnome-db-dsn-config-druid.[ch]: new implementation based in
	libgnomeui2's GnomeDruid

	* libgnomedb/libgnomedb.h: added missing header files

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

	* data/added data/ directory, where all data files will be kept

	* data/libgnomedb.schemas: GConf schema file

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

	* gnome-db.png: moved here from gnome-db

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

	* libgnomedb/gnome-db-control.c (gnome_db_control_construct): gtk_widget_show
	the widget from which to create the BonoboControl

	* libgnomedb/gnome-db-util.c (gnome_db_new_hbox_widget): new function

	* libgnomedb/gnome-db-control-widget.c: some fixes where there were casts from
	GnomeDbControlWidget to BonoboWidget, which is no longer true

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

	* libgnomedb/gnome-db-login.c: s/gnome_db_entry_set_editable/
	gtk_editable_set_editable

	* libgnomedb/gnome-db-util.[ch] (gnome_db_entry_set_editable): removed unneeded
	function

2001-12-07  Cleber Rodrigues <cleberrrjr@bol.com.br>

	* libgnomedb/gnome-db-util.c: fixed gnome_db_new_entry_widget by using 
	gtk_editable_set_editable instead of gnome_db_entry_set_editable

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

	* libgnomedb/gnome-db-dsn-config-druid.[ch]: restarted implementation from the
	one in the GNOME 1.x branch

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

	* libgnomedb/gnome-db-connection-selector.[ch]: new widget

	* libgnomedb/gnome-db-gray-bar.c (gnome_db_gray_bar_set_text): show label's
	text in white and bold

	* libgnomedb/gnome-db-control-widget.c (gnome_db_control_widget_get_objref):
	new function

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

	* libgnomedb/gnome-db-control-widget.c (gnome_db_control_widget_finalize):
	don't gtk_widget_destroy the BonoboWidget, just g_object_unref it

	* libgnomedb/gnome-db-gray-bar.[ch]: new widget

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

	* libgnomedb/gnome-db-control-widget.[ch] (gnome_db_control_widget_construct):
	new function, for child classes
	(gnome_db_control_widget_new): call gnome_db_control_widget_construct

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

	* libgnomedb/gnome-db-util.c (gnome_db_new_label_widget): set all labels we
	create to be selectable

	* libgnomedb/gnome-db-control-widget.[ch]: changed to be based on GtkVBox, and
	not on BonoboWidget, and thus load the BonoboWidget we load into
	the GtkVBox

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

	* libgnomedb/gnome-db-util.c: include glib-object.h, not gobject/*.h

2001-11-21  Carlos Perelló Marín <carlos@gnome-db.org>

	* libgnomedb/gnome-db-intl.h: Added to be able to use i18n with this library.
	* libgnomedb/gnome-db-util.h (_gnome_db_gettext):  Added a private function to
	be able to use gettext at libgnomedb (stolen from glib).
	* libgnomedb/gnome-db-error-dialog.c, gnome-db-error.c, gnome-db-login-dialog.c,
	gnome-db-login.c: Updated to use gnome-db-intl.h.

2001-11-21  Carlos Perelló Marín <carlos@gnome-db.org>

        * configure.in: Changed GETTEXT_PACKAGE from libgnomedb-2.0 to
	libgnomedb-2
	
2001-11-21  Carlos Perelló Marín <carlos@gnome-db.org>

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

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

	* libgnomedb/gnome-db-login.c (gnome_db_login_get_dsn): renamed from
	gnome_db_login_dsn

	* libgnomedb/gnome-db-util.c (gnome_db_text_copy_clipboard): new function
	(gnome_db_text_cut_clipboard): new function
	(gnome_db_text_paste_clipboard): new function
	(gnome_db_new_vpaned_widget): new function

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

	* libgnomedb/gnome-db-util.c (gnome_db_new_entry_widget): add 'gboolean
	editable' parameter, so that we can set the editable property
	of the GtkEntry when creating this type of widget.
	(gnome_db_new_button_widget): new function
	(gnome_db_new_button_widget_from_stock): new function

	* libgnomedb/gnome-db-error.c: removed obsolete information for errors
	(native message, help url, real command)

	* libgnomedb/gnome-db-error-dialog.h: fixed GNOME_DB_IS_ERROR_DIALOG macro

	* libgnomedb/gnome-db-login.c: adapted to changes in gnome_db_new_entry_widget

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

	* libgnomedb/gnome-db-util.[ch] (gnome_db_text_insert_at_cursor): new function
	(gnome_db_text_clear): new function

	* libgnomedb/gnome-db-error.c: replaced GtkText usage with GtkTextView

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

	* libgnomedb/gnome-db-error.[ch]:
	* libgnomedb/gnome-db-error-dialog.[ch]: back-ported from the stable branch

	* libgnomedb/gnome-db-util.[ch] (gnome_db_new_text_widget): new function
	(gnome_db_text_get_char_count): new function
	(gnome_db_text_get_line_count): new function

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

	* libgnomedb/gnome-db-util.[ch] (gnome_db_new_frame_widget): new function
	(gnome_db_new_toolbar_widget): new function

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

	* libgnomedb/gnome-db-util.[ch] (gnome_db_new_notebook_widget): new function

	* libgnomedb/gnome-db-control-widget.[ch] (gnome_db_control_widget_get_id):
	new function

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

	* testing/test-grid.c (create_model): new function that creates a more
	complicated data model to be shown

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

	* libgnomedb/gnome-db-control-widget.[ch]: back-ported from stable branch

	* libgnomedb/gnome-db-control.[ch]: back-ported from stable branch

	* libgnomedb/gnome-db-grid.[ch] (gnome_db_grid_hide_column_titles):
	(gnome_db_show_column_titles): new functions

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

	* libgnomedb/gnome-db-login-dialog.[ch]: new version

	* libgnomedb/gnome-db-login.[ch]: new version

	* libgnomedb/gnome-db-util.[ch] (gnome_db_new_table_widget): new function
	(gnome_db_new_label_widget): new function
	(gnome_db_new_entry_widget): new function
	(gnome_db_new_combo_widget): new function
	(gnome_db_entry_set_editable): new function

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

	* libgnomedb/gnome-db-model.c (value_set_func): fixed parameter order in call
	to gda_data_model_get_value_at

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

	* testing/test-grid.c: test program to test the new grid widget

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

	* libgnomedb/gnome-db-window.[ch]: back-ported from the stable branch

	* libgnomedb/gnome-db-util.[ch] (gnome_db_new_status_bar_widget): new function

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

	* libgnomedb/gnome-db-util.c (gnome_db_new_scrolled_window_widget):
	(gnome_db_new_tree_view_widget): new functions

	* libgnomedb/gnome-db-grid.[ch] (gnome_db_grid_set_from_recordset):
	(gnome_db_grid_new_with_recordset): removed, as GdaRecordset is
	now a subclass of GdaDataModel, so we don't need anymore
	specific GdaRecordset-related methods

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

	* Makefile.am: install libgnomedb.pc

	* libgnomedb.pc.in: adapted to new header locations

	* configure.in: dumped library age to 1

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

	* libgnomedb/gnome-db-model.[ch]: new file for utility functions to convert
	between our data-models and the GtkTreeModel stuff

	* libgnomedb/new location for the library and start of restructuration based on
	the new libgda

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

	* lib/*: removed. The library is now in libgnomedb/

	* configure.in: check for libgda, not libgda-client. Bumped version
	to 0.9.0

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

	* libgnomedb/Makefile.am: Added library age.

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

	* configure.in: Added library age variables.

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

	* configure.in: CERTIFIED_GNOMIE, bye-bye.

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>

	* configure.in(ALL_LINGUAS): Added zh_CN.

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

	* configure.in: Added AZeri (az) to ALL_LINGUAS

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

	* libgnomedb/gnome-db-combo.c: removed the "error" signal
	
	* libgnomedb/gnome-db-component.[ch]: removed, since they are not needed
	anymore

	* libgnomedb/gnome-db-control-widget.c (gnome_db_control_widget_is_supported):
	removed, as this kind of functions (to retrieve information
	about CORBA components) will be present in libgda
	(gnome_db_control_widget_get_repo_id): converted from a #define
	to a function
	Removed all GNOME::Database::UIShellComponent related methods,
	since this will be implemented on the front end level
	

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

	* libgnomedb/gnome-db-list.[ch]: rewritten to be a special case of GnomeDbGrid
	with one-column only

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

	* libgnomedb/gnome-db-model.[ch] (gnome_db_model_to_gtk_tree_model): new function
	for converting a GdaDataModel into a GtkTreeModel

	* libgnomedb/gnome-db-grid.[ch]: started new grid widget, based on the nice
	GTK 2.0 widgets, and not on the ugly GtkCList

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

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

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

	* libgnomedb/gnome-db-control-widget.[ch]:
	* libgnomedb/gnome-db-dataset.[ch]:
	* libgnomedb/gnome-db-dsn-config.[ch]:
	* libgnomedb/gnome-db-icon-list.[ch]:
	* libgnomedb/gnome-db-list.[ch]:
	* libgnomedb/gnome-db-log-viewer.[ch]:
	* libgnomedb/gnome-db-login.[ch]:
	* libgnomedb/gnome-db-combo.[ch]: moved all class members to a private structure

	* libgnomedb/gnome-db-icon-list.[ch] (gnome_db_icon_list_get_row_count): converted
	this #define to a function, as now all class members are private and
	can't be accessed directly

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

	* added all auto*-related files

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

	* libgnomedb/gnome-db-util.h: added some useful #define's

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

	* libgnomedb/gnome-db-error-dlg.[ch]: renamed to gnome-db-error-dialog.[ch], as the
	name of the class is GnomeDbErrorDialog

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

	* libgnomedb/gnome-db-init.c (gnome_db_main_run, gnome_db_main_quit): removed

	* libgnomedb/gnome-db-shortcut.[ch]: re-moved to gnome-db, since they're not
	very useless in a DB-bound widgets library

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

	* libgnomedb/gnome-db-util.h (gnome_db_new_vpaned_widget): new utility function

	* libgnomedb/gnome-db-shell-component*: removed, since these belong to the front
	end, now in gnome-db/lib

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

	* doc/C/moved reference from gnome-db module

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

	* splitted from gnome-db to have the widgets library as an independent
	package/module

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

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

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

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

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

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

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

	* libgnomedb/*.c: added some inline documentation

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	* libgnomedb/gnome-db-control.c (gnome_db_control_get_ui_container): new function
	* libgnomedb/gnome-db-browser.c: remove detail pane when switching between
	notebook tabs
	* libgnomedb/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>

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

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

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

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

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

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

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

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

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

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

	* libgnomedb/gnome-db-dsn-config.c: disable "Global" check box until global data
	sources are allowed
	* libgnomedb/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>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	* libgnomedb/impl_GNOME_DB_Control_do*Clipboard: implemented

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

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

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

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

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

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

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

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

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

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

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

	* libgnomedb/added correct license notices (LGPL) to source files

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

	* libgnomedb/changed GnomeDB subdomain to DB

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

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

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

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

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

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

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

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

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

	* libgnomedb/improved printer setup dialog stuff

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

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

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

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

2000-10-17	Rodrigo Moya <rodrigo@linuxave.net>
	* libgnomedb/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>
	* libgnomedb/created ChangeLog

