1.8.7: 2009-02-24 Armin Burgmeier * glom/mode_data/flowtablewithfields.cc (add_field_at_position): Don't leak the Gtk::EventBox. 2009-02-24 Murray Cumming * glom/utility_widgets/flowtable.cc: on_size_allocate(): Change an accidental += to the = that it should be, to stop columns getting increasingly large amounts of extra width when there are >2 columns. Bug #539369 (maximiliano) 2009-02-16 Murray Cumming * glom/libglom/data_structure/glomconversions.cc: get_text_for_gda_value(), parse_value(): Use std::setprecision() to avoid showing the awkward scientific e notation, raising the limit from 7 digits to 15. We don't know how to avoid it always. Noticed by Arq. Maximiliano Meilán.