3.1.8:

2011-06-29  Murray Cumming  <murrayc@murrayc.com>

	Add -Wformat-security to the --enable-warnings=fatal build.

	* configure.ac: This seems to be popular now.

2011-06-29  Murray Cumming  <murrayc@murrayc.com>

	ComboBoxText: Constructor: Set entry-text-column and id-column.

	* gtk/src/comboboxtext.ccg: gtk_combo_box_text_new() does this, 
	instead of setting them in some construct or init function, so we need to 
	too. It's arguably a GtkComboBoxText bug.
	Bug #653579 (Glus Xof)