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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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>

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

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

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

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

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

	* 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

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

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

	* libgnomedb.h: added missing header files

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	* gnome-db-intl.h: Added to be able to use i18n with this library.
	* gnome-db-util.h (_gnome_db_gettext):  Added a private function to
	be able to use gettext at libgnomedb (stolen from glib).
	* 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-20  Rodrigo Moya <rodrigo@gnome-db.org>

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

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

	* 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	* Makefile.am: Added library age.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	* *.c: added some inline documentation

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

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

	* 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

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

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

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

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

	* 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	* impl_GNOME_DB_Control_do*Clipboard: implemented

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

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

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

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

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

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

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

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

	* started GnomeDbMoniker class, for easing the addition
	of monikers

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

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

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

	* added correct license notices (LGPL) to source files

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

	* changed GnomeDB subdomain to DB

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

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

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

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

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

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

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

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

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

	* improved printer setup dialog stuff

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

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

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

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

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