2011-07-03 Pierre Wieser <pwieser@trychlos.org>

	* NEWS: Update before releasing.

	* TODO: Update before releasing.

	* src/utils/na-gconf2key.sh.in:	Update comment.

	* docs/nact/C/nact-conditions.xml:
	* docs/nact/C/nact-execution.xml:
	* docs/nact/C/nact-where.xml:
	Fix #652664 - [doc] couple of spelling and improvement suggestions;
	patch provided by Christian Kirbach.

2011-06-10 Pierre Wieser <pwieser@trychlos.org>

	* src/core/na-boxed.c (string_to_array):
	Accepts now both semi-comma-separated list of strings and
	comma-separated between square brackets (à la GConf) from string lists.

	* src/io-xml/naxml-reader.c (slist_to_string):
	Formats string list as a semi-comma-separated list of strings for NABoxed.

	* src/utils/na-gconf2key.sh.in: No more obsolete the GConf reading,
	as it may sometimes be needed to re-migrate a newly inserted item.

	* src/io-gconf/nagp-reader.c (get_boxed_from_path):
	Only allocate a new box when a non-null value has been read.

	* src/core/na-settings.c (read_key_value_from_key_file):
	Also dump the value read from a key file.

	* src/core/na-gconf-utils.c (dump_entry): Also dump list values.

2011-06-08 Pierre Wieser <pwieser@trychlos.org>

	* src/api/na-object-api.h:
	* docs/reference/nautilus-actions-sections.txt
	(na_object_is_file, na_object_is_dir, na_object_is_multiple):
	Macros are moved from the official API as deprecated.

	* src/core/na-icontext-factory.c
	(ISFILE, ISDIR): No more declare properties for deprecated data.
	(SCHEMES): Declare 'file' as the default.

	* src/core/na-factory-object.c:
	* src/core/na-factory-object.h (na_factory_object_is_set): New function.

	* src/core/na-object-action.c (ifactory_object_read_done):
	Dump the rough read data.
	First create a v2 profile before converting it to last version.

	* src/core/na-object-menu.c (ifactory_object_read_done):
	Dump the rough read data.

	* src/core/na-object-profile.c
	(ifactory_object_read_done): Dump the rough read data.
	(convert_pre_v3_isfiledir): Test if 'isfile' is set before using it.

	* src/io-desktop/nadp-reader.c (nadp_iio_provider_read_items):
	* src/io-gconf/nagp-reader.c (nagp_iio_provider_read_items):
	* src/io-xml/naxml-reader.c (naxml_reader_import_from_uri):
	Dump the whole read item, maybe after conversion.

2011-05-22 Pierre Wieser <pwieser@trychlos.org>

	* src/core/na-iimporter.c (na_iimporter_manage_import_mode):
	Setup default values.

	* src/io-desktop/nadp-reader.c (nadp_reader_iimporter_import_from_uri):
	Add trace message before unreffing the imported object.

	* src/nact/nact-assistant-import.c (assistant_apply):
	Do not try to import an empty list.

	* src/nact/nact-tree-ieditable.c (nact_tree_ieditable_insert_items):
	Check for non empty list.

2011-05-20 Pierre Wieser <pwieser@trychlos.org>

	* tools/release-tarball.sh: Use new Gnome release script ftpadmin.

	* nautilus-actions.doap: Update download page and mailing list infos.

	* configure.ac: Post release version bump.