1.8.11:

2009-07-10  Murray Cumming  <murrayc@murrayc.com>

	Export: Don't open the format dialog behind the FileChooser dialog.
	
	* glom/frame_glom.cc: on_menu_file_export(): Set the FileChooser dialog as 
	transient so that the other dialog (opened from the FileChooser) is not 
	behind the FileChooser.
	Ubuntu Launchpad bug https://bugs.launchpad.net/ubuntu/+source/glom/+bug/397409
	(elmergato)

2009-07-10  Murray Cumming  <murrayc@murrayc.com>

	Really save field changes again.
	
	* glom/libglom/document/document_glom.cc: set_table_fields():
	Avoid the broken attempt at optimization, so that field changes are always 
	saved, for instance when changing them via the Field Definition dialog.
	Ubuntu Launchpad bug 
	https://bugs.launchpad.net/ubuntu/+source/glom/+bug/394507
	(elmergato)