2006-09-03  Vivien Malerba <malerba@gnome-db.org>

	Released 1.9.103 (AKA 2.0 Beta1).

2006-09-03  Vivien Malerba <malerba@gnome-db.org>

	* libgnomedb/gnome-db-plugin.h:
	* libgnomedb/data-entries/*
	* libgnomedb/gnome-db-tools.[ch]: re-implement the plugin feature for custom
	GnomeDbDataEntry widgets and GtkCellRenderer objects
	* libgnomedb/data-entries/*:
	* libgnomedb/gnome-db-data-entry.[hc]: added support to enable/disable user 
	editing of a GnomeDbDataEntry
	* testing/test-handlers.c: corrected test
	* doc/C: doc. update

2006-08-29  Vivien Malerba <malerba@gnome-db.org>

	* doc/C: doc. update

2006-08-29  Vivien Malerba <malerba@gnome-db.org>

	* libgnomedb/data-entries/gnome-db-data-entry-common-time.[ch]: new file
	to serve as a common class to other data entry widgets
	* s/IS_GNOME_DB_ENTRY/GNOME_DB_IS_ENTRY/g
	* libgnomedb/data-entries/gnome-db-entry-date.[ch]:
	* libgnomedb/data-entries/gnome-db-entry-timestamp.[hc]: new files
	* libgnomedb/testing/test-handlers.c: make it work again

2006-08-28  Vivien Malerba <malerba@gnome-db.org>
	
	* libgnomedb/gnome-db-dbms-update-viewer.c: discover what will get updated
	from the DBMS from the GdaDict object itself
	* other: updated due to libgda's API changes

2006-08-20  Vivien Malerba <malerba@gnome-db.org>

	* doc/C: doc update
	* libgnomedb/gnome-db-provider-selector.[ch]: added gnome_db_provider_selector_get_selected_provider_obj()
	* other files: minor modifications

2006-08-11  Vivien Malerba <malerba@gnome-db.org>

	* libgnomedb/gnome-db-data-widget-info.c: corrected a bug when all rows are 
	selected or no row is selected using the contextual menu
	* libgnomedb/gnome-db-server-operation.c: remove non used widgets when
	using a Glade loaded GUI

2006-08-10  Daniel Espinosa Ortiz <esodan@gmail.com>

	* libgnomedb/GObject: Most widgets modified in order to
	better use of GObject properties. It allows Glade3 to modify the most common
	properties using g_object_set function.
	* libgnomedb/Widgets: Better integreation with Glade3, by
	init the widgets in _init object's function, in order to see the totaly created
	widget when you use Glade3 to create a UI.
	* libgnomedb/gnome-db-selector.[ch]: the GnomeDbSelector widget now inherits
	GtkComboBox instead of GtkOptioMenu

2006-07-29  Vivien Malerba <malerba@gnome-db.org>

	* extra/gnome-db-browser.c: applied patch by Carlos Savoretti to add 
	DELETE query support

2006-07-29  Vivien Malerba <malerba@gnome-db.org>
	
	* libgnomedb/gnome-db-server-operation.c: various improvements
	* libgnomedb/gnome-db-combo.c: changed the behaviour of the 
	gnome_db_combo_set_model() method, documentation updates
	* po/POTFILES.in: added missing files to translate
	* testing/test-dyn-widgets.c: improved testing program for
	server operations testing
	* libgnomedb/gnome-db-login.[ch]: added gnome_db_login_get_enable_create_button()
	and gnome_db_login_get_show_dsn_selector()

2006-07-21  Vivien Malerba <malerba@gnome-db.org>

	* data/server_operation.glade: new file which contains the GUI used by the
	GnomeDbServerOperation widget
	* libgnomedb/gnome-db-server-operation.c: Major improvements in GUI rendering
	(now using glade file to specify GUIs)
	* other files: minor improvements

2006-07-14  Vivien Malerba <malerba@gnome-db.org>

	* libgnomedb/gnome-db-server-operation.[ch]: new GnomeDbServerOperation widget
	used to provide a default GUI for the GdaServerOperation object
	* various files: minor bug fixes an improvements

2006-06-17  Gintautas Miliauskas  <gintas@akl.lt>

	* configure.in: added "lt" to ALL_LINGUAS

2006-05-24  Vivien Malerba <malerba@gnome-db.org>
	
	* extra/gnome-db-browser.c: improvements from Carlos Savoretti
	* libgnomedb/gnome-db-raw-grid.c: fixed a bug when deleting several rows at once
	* libgnomedb/gnome-db-data-widget-info.c: fixed a bug when new rows have been inserted
	in the widget and not yet committed to the model
	* adaptations to libgda's API changes

2006-05-16  Vivien Malerba <malerba@gnome-db.org>

	* libgnomedb/gnome-db-raw-grid.c: display a warning if a query commit fails
	* examples/SampleApp/src/main.c: bug fixes
	
2006-05-10  Vivien Malerba <malerba@gnome-db.org>

	* examples/SampleApp/src/main.c: corrected data type names which were
	wrong after the removal of GdaValue in Libgda

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

	* configure.in: ALL_LINGUAS in a single line.

2006-05-08  Vivien Malerba <malerba@gnome-db.org>

	* Modifications required by the GdaValue removal from libgda
	* extra/gnome-db-browser.c: quit if the requested DSN does not exist
	* extra/gnome-db-browser.c: quit if the user does not want to login
	* libgnomedb/gnome-db-login.c: make gnome_db_login_set_dsn() emit a
	warning if the DSN does not exist.
	* doc/C/Makefile.am: avoid to override HTML_DIR
	* s/occured/occurred/g

2006-04-22  Vivien Malerba <malerba@gnome-db.org>
	
	* control-center/dsn-properties-dialog.c: close the DSN properties
	dialog when the browser successfully has been opened
	* libgnomedb/gnome-db-basic-form.c:
	* libgnomedb/gnome-db-raw-grid.c: s/handler_plugin/entry_plugin/g

2006-04-18  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Remove obsolete entry for no_NO
	* po/no.po: And the translation

2006-04-04  Vivien Malerba <malerba@gnome-db.org>

	* testing/test-dyn-widgets.c: applied patch from Thomas Klausner to 
	fix bug #336982.
	* libgnomedb/gnome-db-data-import.[ch]: new widget to import data from
	a file (CSV or XML)
	* libgnomedb/gnome-db-data-widget-info.c: correctly handle data models
	for which the total number of rows is not known
	* testing/test-dyn-widgets.c: new test added
	* Adaptations to Libgda API changes