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

	Small Business Example: Restore a Relationship title.

	* examples/example_small_business.glom: Somehow only the
	German translation was there.

2013-10-31  Murray Cumming  <murrayc@murrayc.com>

	DbAddDel: Replace use of TreeView::remove_all_columns().

	* glom/utils_ui.[h|cc]:
	Add a treeview_delete_all_columns() method to explicitly
	delete the columns instead of just removing them and sometimes
	implicitly deleting them with Gtk::TreeView::remove_all_columns().
	* glom/mode_data/db_adddel/db_adddel.[h|cc]:
	* glom/utility_widgets/adddel/adddel.cc:
	* glom/import_csv/dialog_import_csv.cc: Use it.

	This seems to fix a crash when switching between Data and Find mode,
	though that might just have been due to not resetting the pointer
	to the button column.

2013-10-24  Matej Urbančič  <mateju@svn.gnome.org>

	Updated Slovenian translation

2013-10-23  Enrico Nicoletto  <liverig@gmail.com>

	Updated Brazilian Portuguese translation

2013-10-21  Murray Cumming  <murrayc@murrayc.com>

	Print Layouts: Avoid crash when opening.

	* glom/frame_glom.cc: This was another ! error from the commits to
	avoid clang warnings.

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

	More fixes for clang compiler and analyzer warnings.

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

	Fix some clang compiler and analyzer warnings.

	These are mostly checks after getting widgets from glade files.

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

	.gitignore: Ignore .log and .trs test files.

	These seem to be generated by recent versions of autotools.
	Also ignore more recently-added test executables.