2009-04-06 Tristan Van Berkom * plugins/gtk+/glade-button-editor.c: Properly initialize GValue on stack (fix by Felix Riemann - bug 577822). * plugins/gtk+/glade-gtk.c, plugins/gtk+/glade-store-editor.c: Disabled 'data' property for treestores (oops not supported by GtkBuilder, Bug 577685). * gladeui/[...].h: Fixed failed build on Msys/MinGW (Bug 576851 – fix by Damon Register). 2009-03-25 Tristan Van Berkom Fixed Mal-ordering of atk properties, signals and accelerators in Libglade format output. * gladeui/glade-widget.[ch]: Now export glade_widget_write_signals(), only write signals from the core when in builder format. * plugins/gtk+/glade-gtk.c: glade_gtk_widget_write_widget(), write properties out as "properties -> atk -> signals -> accelerators when in libglade format, leave signals to core when in builder format. 2009-03-21 Tristan Van Berkom * NEWS, configure.ac: Rolling 3.6.1 * gladeui/glade-command.c: Fix win32 crasher (bug 575206) again (seems I missed it was klass->name that was null, fixed it so it would never be null, and added g_assert() where the crash was. * gladeui/glade-widget.c: Fix broken hash table maintenence in glade_widget_remove_property() (bug 575885). 2009-03-21 Tristan Van Berkom * gladeui/glade-command.c: Fix win32 crasher (bug 575206)