2011-10-11  Juan Pablo Ugarte <juanpablougarte@gmail.com>

	* configure.ac, NEWS: Rolling 3.10.2

2011-10-11  Johannes Schmid <jhs@gnome.org>

	* gladeui/glade-project.c: Avoid crashing if glade-previewer is not installed, bug 650899.

2011-10-11  Tristan Van Berkom <tvb@gnome.org>

	* gladeui/glade-app.h: Make Glade 3.10 use new environment variables for proper
	parallel installability.

	* doc/catalogintro.sgml: Update docs about environment vars.

	* doc/Makefile.am: Make documentation parallel installable. (bug 646997)

2011-10-11  Benjamin Otte <otte@redhat.com>

	* gladeui/glade-editor-property.c:
	Make size groups widget selection work (bug 647984)

2011-10-09  Tristan Van Berkom <tvb@gnome.org>

	* 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 <parent.f@gmail.com>

	* 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-06  Juan Pablo Ugarte <juanpablougarte@gmail.com>

	* configure.ac, NEWS: Rolling 3.10.1

2011-10-06  Juan Pablo Ugarte <juanpablougarte@gmail.com>

	* plugins/gtk+/gtk+.xml.in: Make n-row and n-column save false.
	  Fixes bug #660607 "Warnings when using GtkGrid created in Glade 3.10"

	* gladeui/glade-project.c:
	  Emit parse-finished signal before setting loading state to false.

	* plugins/gtk+/glade-gtk-grid.c: infer n-row and n-column virtual
	  properties value from children packing props.

2011-10-06  Tristan Van Berkom <tvb@gnome.org>

	* gladeui/glade-widget-adaptor.c: Implemented a generic ->depends() routine
	to ensure that liststores are serialized before treemodelfilters which refer to them (bug 657164).

2011-10-04  Juan Pablo Ugarte <juanpablougarte@gmail.com>

        * gladeui/glade-previewer.c:
          o Fixed bug #660874 "glade-previewer fails to open UI files without top windows"
          o Fixed bug 660872 "glade-previewer crashes on non-existent files"
          o Fixed runtime warnings in option parsing.

        * gladeui/glade-base-editor.c, gladeui/glade-project.c: fixed spelling errors

2011-10-05  Tristan Van Berkom <tvb@gnome.org>

	* plugins/gtk+/glade-gtk-grid.c: Update placeholders when a grid child's
	  width or height child properties change.

2011-10-04  Tristan Van Berkom <tvb@gnome.org>

	* plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Ensure 'related-action'
	and 'use-action-appearance' are serialized in the right order.

2011-04-29  Javier Jardón <jjardon@gnome.org>

	* gladeui/glade-utils.c: Correctly detect the required devhelp version

2011-04-22  Tristan Van Berkom <tvb@gnome.org>

	* src/main.c: Fixed loading correct application icon (bug 648487
	  fix by Stéphane Maniaci).

2011-04-21  Juan Pablo Ugarte <juanpablougarte@gmail.com>

	* gladeui/glade-design-layout.c: fixed bug while grabbing resize grip
	  (Child offset was missing from dx and dy)

2011-05-20  Juan Pablo Ugarte <juanpablougarte@gmail.com>

	* gladeui/glade-base-editor.c,
	  gladeui/glade-catalog.c
	  gladeui/glade-design-layout.c
	  gladeui/glade-editor-property.c
	  gladeui/glade-inspector.c
	  gladeui/glade-named-icon-chooser-dialog.c
	  gladeui/glade-palette.c
	  gladeui/glade-placeholder.c
	  gladeui/glade-project.c
	  gladeui/glade-property.c
	  gladeui/glade-widget.c
	  plugins/gtk+/glade-accels.c
	  plugins/gtk+/glade-attributes.c
	  plugins/gtk+/glade-gtk.c
	  plugins/gtk+/glade-model-data.c
	  src/glade-window.c:
	    Fixed "variable set but not used" warnings (-Wunused-but-set-variable)

2011-04-13  Juan Pablo Ugarte <juanpablougarte@gmail.com>

	* gladeui/glade-design-view.c:
	  o removed progress bar
	  o draw wilber when there is no project loaded
	  o set widget bg on GtkWidget::style-updated signal

	* gladeui/glade-design-layout.c:
	  o set widget bg and update frame colors on GtkWidget::style-updated signal
	  o removed deprecated GtkStyle use and replaced with GtkStyleContext

	* src/main.c: added loading time output if --verbose is set
        
	* src/glade-window.c:
	  o added % to progress bar string
	  o only update progressbar if percentage changed

	* gladeui/glade-project.c: slightly optimized glade_project_add_object()
	
	* gladeui/glade-path.h: new file containing a cairo_path_t of GLADE's old
          logo remake by Franco Dodorico.