2001-05-10  Chema Celorio  <chema@celorio.com>

	* main.c (main): upd to the new init method.

2001-05-09  Arturo Espinosa Aldama  <arturo@ximian.com>

	* 0.4 RELEASE

2001-04-27  Arturo Espinosa Aldama  <arturo@ximian.com>

	* e-table.h: changed order for COL enum.

	* e-table.c (boot_value_type): Changed type "Unknown" to "Other".
	(create_extras): justify left, not center.
	Changed column order, to Name|Type, which is more expected.

	* callbacks.c (on_boot_prompt_toggled): change sensitivity on
	the label to make it mor apparent that the feature is not activated.
	Not too pretty.

2001-04-26  Chema Celorio  <chema@celorio.com>

	* Makefile.am: add $(srcdir) to security.in

2001-04-02  Tambet Ingo  <tambet@ximian.com>

	* e-table.c (table_structure_change): New. Save new ETable state.

	* callbacks.c (buttons_set_visibility): New.

	* main.c (main): set initial visibility of buttons which depends
	on complexity.

2001-04-01  Tambet Ingo  <tambet@ximian.com>

	* e-table.c (boot_table_update_state): get ETable state from conf.
	(create_table): Ditto.

2001-03-30  Tambet Ingo  <tambet@ximian.com>

	* Makefile.am: Add gconf cflags.

2001-02-28  Hans Petter Jansson  <hpj@ximian.com>

	* Makefile.am: Disable control-center entry.

2001-02-27  Chema Celorio  <chema@celorio.com>

	* Makefile.am (EXTRA_DIST): distcheck fixes

2001-02-26  Tambet Ingo  <tambet@ximian.com>

	* transfer.c (transfer_check_data): New function.
	(transfer_check_default): Check if "default" tag is valid, remove it if not.

	* e-table.c (boot_value_set_append): delete node if new val is empty, quote if neccesary.
	(boot_value_append): Don't show surrounding quotes.

	* transfer.c (transfer_globals_xml_to_gui): Don't discard timeout val even if prompt
	is not specified.

2001-02-23  Tambet Ingo  <tambet@ximian.com>

	* e-table.c (boot_value_set_append): New function.
	(boot_value_append): New function.

	* *.c : Renamed our "propertary" tag.

2001-02-19  Tambet Ingo  <tambet@ximian.com>

	* e-table.c (boot_value_label_default): Removed.
	(boot_value_type): Add (default) to default row.
	(boot_value_image):
	(boot_value_dev): Deal with extra spaces.

2001-02-17  Chema Celorio  <chema@celorio.com>

	* main.c (main): pass NULL as options

2001-02-16  Tambet Ingo  <tambet@ximian.com>

	* e-table.c (boot_value_dev): Add two spaces before value.
	(boot_value_image): Same.

	* callbacks.c (on_boot_default_clicked): Update ETable, modify dialog

	* boot-settings.c (on_boot_add_clicked): Show "Not Implemented".

	* e-table.c (boot_value_at): Show (default).

2001-02-13  Tambet Ingo  <tambet@ximian.com>

	* boot-settings.c: New file.
	* *.[ch] Started using new galde files.

2001-02-09  Tambet Ingo  <tambet@ximian.com>

	* callbacks.c (boot_settings_dialog_complexity): New function.
	(actions_set_sensitive): Hide advanced stuff when needed.

	* e-table.c: Wrote saving functions.

	* callbacks.c: Enabled "Add" and "Settings" buttons.

2001-02-08  Tambet Ingo  <tambet@ximian.com>

	* main.c (update_complexity): update ETable.
	(main): Enable complexity.
	(connect_signals): Connect signals using xst_dialog_connect_signals.

	* e-table.c: Split ETableSpec to spec and state.
	(boot_value_image): Show ONLY images.
	(boot_value_dev): New function, show devices.
	(boot_table_update_state): New function. Change ETable state.

