2008-01-28 Murray Cumming * glom/libglom/document/document_glom.cc: load_after_layout_item_field(): Call set_full_field_details() on the layout item, so we load the correct formatting for that field type. For instance, this means we do not lose the multiline formatting option when loading. Thanks to Göran (TEK-en) for finding this bug. 2007-12-20 Murray Cumming * glom/libglom/data_structure/glomconversions.cc: get_text_for_gda_value(): Return escaped text for images, instead of using to_string(). This fixes the loading of images from the document, so they are not lost when closing the document.