2006-05-28 Tristan Van Berkom * configure.ac, NEWS: Rolling 3.2.2 2007-05-18 Tristan Van Berkom * gladeui/glade-widget-adaptor.[ch]: Added glade_widget_adaptor_from_pspec() and made glade_widget_adaptor_from_pclass() always return the owning adaptor and not the adaptor for the class which the property was originally created for. * gladeui/glade-editor-property.c: Use glade_widget_adaptor_from_pspec() where appropriate (Fixing bug 423425) 2007-05-16 Tristan Van Berkom * plugins/gtk+/gtk+.xml.in: Set "response-id" property to be "save-always" fixing bug 410272. 2007-05-09 Tristan Van Berkom * plugins/gtk+/gtk+.xml.in: Set "resize" and "shrink" properties to be "save-always" since gtkpaned.c does some hardcoded stuff when adding widgets. Fixes bug 364215. 2007-05-08 Juan Pablo Ugarte * gladeui/glade-property-class.c, gladeui/glade-property-class.h: added save_always member in GladePropertyClass. * gladeui/glade-property.c: always save if class or property save_always is true. * gladeui/glade-xml-utils.h: added GLADE_TAG_SAVE_ALWAYS tag. * plugins/gtk+/glade-gtk.c: removed, now unnecesary, call to glade_widget_property_set_save_always() in glade_gtk_dialog_post_create() * plugins/gtk+/gtk+.xml.in: set save-always true in GtkDialog's "type-hint" and GtkScrolledWindow's "can-focus" properties..