1.0.7: 2006-10-05 Murray Cumming * glom/libglom/sharedptr.h: cast_*(): Make the new sharedptr share the refcount with the original, avoiding early deletions of the object that they share. That was stupid of me. 2006-10-02 Murray Cumming * glom/mode_data/box_data.cc: get_find_where_clause(): When multiple fields are specified in a Find, join them together in the SQL where clause with AND, instead of just joining them together, because that would be an invalid SQL statement. Obviously. * glom/utility_widgets/db_adddel/glom_db_treemodel.cc: refresh_from_database(): When the SQL command fails, output it to stdcerr, to help debugging. 1.0.6: 2006-10-02 Murray Cumming * glom/libglom/utils.cc: string_separate(): Correct an if so that we really check for quoted separators when specified. This fixes a loss of rows when adding example data from an example glom file. 2006-09-23 Murray Cumming * glom/libglom/document/document_glom.cc: * glom/libglom/document/document_glom.h: Override set_file_uri() to avoid the call to set_modified() triggering a save of the file to the old filename. This is necessary because we override/hack set_modified(). 2006-09-17 Murray Cumming * glom/utility_widgets/db_adddel/db_adddel.cc: * glom/utility_widgets/db_adddel/db_adddel.h: Added get_fixed_cell_height(). construct_specified_columns() Use CellRenderer::set_fixed_size(), using get_fixed_cell_height(), which asks Pango how high some example text should be. This should prevent multiline rows, and might be necessary for optimization. This is the glom-1-0 branch. See the HEAD branch for new features.