2013-12-19  Murray Cumming  <murrayc@murrayc.com>

	Add a comment.

2013-12-19  Murray Cumming  <murrayc@murrayc.com>

	tests_field_file_format: Set the locale and test several locales.

	* Makefile_tests.am:
	* tests/test_field_file_format_in_locales.sh:
	Add a script that runs test_field_file_format in various locales,
	because GdaNumeric seems to be doing some locale-sensitive
	atof().
	* tests/test_field_file_format.cc: Use the current locale.

2013-12-19  Murray Cumming  <murrayc@murrayc.com>

	Add a test of Field::to/form_file_format().

2013-12-17  Richard Hughes  <richard@hughsie.com>

	AppData file: Fix the ID to match the name of the installed desktop file

2013-12-16  Murray Cumming  <murrayc@murrayc.com>

	Added tests for some utility methods.

2013-12-15  Murray Cumming  <murrayc@murrayc.com>

	configure.ac: Check that we have the pg_config utility.

2013-12-03  Marek Černocký  <marek@manet.cz>

	Updated Czech translation

2013-12-02  Murray Cumming  <murrayc@murrayc.com>

	Simplify some test code.

2013-11-29  Murray Cumming  <murrayc@murrayc.com>

	Update .gitignore

2013-11-29  Murray Cumming  <murrayc@murrayc.com>

	Tests: Added a test of getting field values via the python record[] API.

2013-11-29  Murray Cumming  <murrayc@murrayc.com>

	Python: Take the Document as const.

2013-11-29  Murray Cumming  <murrayc@murrayc.com>

	Require the latest libgda.

	This has several fixes that Glom needs.

2013-11-28  Murray Cumming  <murrayc@murrayc.com>

	DbUtils: get_database_preferences(): Use a specific locale.

2013-11-28  Murray Cumming  <murrayc@murrayc.com>

	Report Tests: Use a specific locale, so these work everywhere.

	* glom/libglom/data_structure/glomconversions.[h|cc]:
	Add a get_text_for_gda_value() overload that takes a locale name,
	so we do not need to just use the current locale.
	* glom/report_builder.cc: Use the new overload instead of ignoring
	the provided locale for this.
	* tests/test_selfhosting_new_then_report.cc
	* tests/test_selfhosting_new_then_report_summary.cc:
	Pass the en_US.UTF-8 locale name to the ReportBuilder constructor,
	instead of depending on the system's current locale,
	so this tests can pass regardless of the current locale.

2013-11-28  Murray Cumming  <murrayc@murrayc.com>

	Base_DB: Move get_record_field_values() to libglom.

	This lets us use it in tests.

2013-11-21  Daniel Mustieles  <daniel.mustieles@gmail.com>

	Updated Spanish translation