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

	* generic-destination.h: added virtual methods for this abstract class.

	* generic-destination.c (generic_destination_get_parameters): added
	implementation of virtual methods's wrappers.

	* file-destination.c (fd_class_init): initialize virtual methods.
	(fd_get_parameters): virtual methods implementation.

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

	* generic-destination.[ch]: abstract class for the implementation of
	backup destinations.

	* file-destination.[ch]: implementation of the default backup
	destination (to local file).

	* destination-selector.[ch]: implementation of the destination
	selector widget.

	* main-window.c (main_window_init): create the destination selector
	widget in the main workspace.

	* gnome-backup.h: added new header files.

	* Makefile.am: added new files.

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

	* configuration.c (add_fileset_if_exists): new function to add
	pre-defined file sets depending on file existence.
	(config_get_fileset_list): add Evolution files if present.
	(config_get_fileset_by_name): new function.

	* configuration.h: added new prototypes.

	* file-list.c (fl_init): added missing properties for
	GtkTreeViewColumn's.

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

	* file-list.c (fl_init): create widgets and tree model.

	* configuration.[ch]: configuration management functions.

	* main-window.c (menu_about_cb): implemented about dialog.

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

	Started backup client tool

	* main.c: main program.

	* main-window.[ch]: main window implementation.

	* gnome-backup.h: main header file.

	* file-list.[ch]: fileset list.
