0.8.4: 2004-06-30 Murray Cumming * glom/utility_widgets/flowtable.cc on_size_allocate(): Correct x posititioning of 2nd column when using single items. get_field(): Put the recursive stuff in the field(sting id) overload, because that's the one that gets called by the field(field) overload. 2004-06-30 Murray Cumming * glom/utility_widgets/flowtablewithfields.cc: Added add_group() and used it in mode_data/box_table_data.cc fill_layout(). Layout groups are now shown inside a HIG-style frame. * glom/navigation/box_tables.cc on_AddDel_add(), and glom/mode_design/fields/box_db_tabledefnition.cc on_AddDel_add(): Create a default title for tables and fields. 2004-06-29 Gareth Owen * configure.in: Added en_GB to ALL_LINGUAS 2004-06-27 Murray Cumming * glom/utility_widgets/flowtable.cc: get_minimum_column_height(), get_column_height(): Make single items take up the whole width, instead of affecting the width of the first sub-column. 2004-06-26 Murray Cumming * glom/box_db.[h|cc]: Add get_default_button() virtual method, and add implementation in glom/navigation/box_databases.cc, and used it in constructor Dialog_Glom, so that the connect button is the default button, so you can just press return in the password box to connect. 2004-06-25 Murray Cumming * configure.in: Removed AC_CONFIG_AUX_DIRS(), which was causing problems. 2004-06-24 Duarte Loreto * configure.in: Added Portuguese (pt) to ALL_LINGUAS. 0.8.2: