2011-10-09 Tristan Van Berkom * gladeui/glade-project.c: Fix glade_project_notify_has_child() to notify that the children are gone only when the last item on that level disappears. Fixes bug 651673 2011-10-09 Fabien Parent * gladeui/glade-property.c, gladeui/glade-xml-utils.c: Fix a bug on the GtkComboBoxText (and probably others) when adding a special char (like '&') in an item's name: every characters following the special char disappeared while writting the xml file. Bug 654609. 2011-10-04 Tristan Van Berkom * plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Ensure 'related-action' and 'use-action-appearance' are serialized in the right order. * gladeui/glade-widget-adaptor.c: Implemented a generic ->depends() routine to ensure that liststores are serialized before treemodelfilters which refer to them (bug 657164). * gladeui/glade-command.[ch]: Exposed glade_command_add() internal command so that plugins can create command groups that play with adding/removing widgets inline without creating copies of them. * plugins/gtk+/glade-gtk.c: Fixed add/remove parent commands so that they work with parentless widget references (i.e. you can add a parent to a GtkToolItemGroup's label widget or a GtkButton's image widget, or remove the parent of a child of a label-widget, etc). * gladeui/glade-widget.c: Fixed glade_widget_hide() in the case that the project is already gone. * gladeui/glade-command.c: Fixed glade_command_remove() to push the command on the right GladeProject pointer. 2011-04-29 Javier Jardón * gladeui/glade-utils.c: Correctly detect the required devhelp version