1.5.3: 2007-09-03 Murray Cumming * glom/frame_glom.cc: Fix an if, adding a !, stopping us from updating the fields in the document unnecessarily. This avoid a warning about unsaved changes when closing, even in operator mode. * glom/libglom/document/document_glom.cc: set_modified(): Do nothing if the user is not in developer mode, because there are legitimate times when things can change temporarily in operator mode. 2007-09-03 Murray Cumming * glom/libglom/connectionpool.cc: When the first postgres shutdown fails (as happens under valgrind, and in bug #420962) try again, though that seems to fail too. 2007-09-02 Murray Cumming * glom/libglom/document/document_glom.cc: save_before_layout_item_field_formatting(), load_after_layout_item_field_formatting(), * glom/utility_widgets/datawidget.cc: constructor: Ignore the multiline formatting options for non-text fields, so that these will not be used for number fields if they were used before changing the field from text to number. Bug #443360 (Harry Mills) 2007-09-02 Murray Cumming * glom/libglom/connectionpool.cc: start_self_hosting(): Specify a Linux/Unix SIGSEGV signal handler so we stop postgres when we crash. I wonder if there is a way to still have bug-buddy's crash reports while doing this.