2014-09-15  Jürg Billeter  <j@bitron.ch>

	Release 0.25.4

2014-09-14  Luca Bruno  <lucabru@src.gnome.org>

	girwriter: Write accessor methods for interface properties
	Fixes bug 733115

2014-09-11  Rico Tzschichholz  <ricotz@ubuntu.com>

	gtk+-3.0: Update to 3.13.9~

	bindings: Update GIR-based bindings

2014-09-09  Luca Bruno  <lucabru@src.gnome.org>

	Resolve symbols in named arguments
	Fixes bug 736235

2014-09-07  Evan Nemerson  <evan@nemerson.com>

	gtk+-2.0, gtk+-3.0: add missing GObject interface prerequisite

2014-09-06  Luca Bruno  <lucabru@src.gnome.org>

	Fix critical on method varargs introduced by 7b6ee1be
	Fixes bug 736168

2014-09-05  Luca Bruno  <luca.bruno@immobiliare.it>

	Fix regression when assigning owned expressions to unowned variables.
	The regression was introduced by db462e6f919da758fb.

	Fixes bug 736016

2014-09-03  Richard Wiedenhöft  <richard@wiedenhoeft.xyz>

	Added option --vapi-comments to include comments in vapi-files

2014-09-03  Rico Tzschichholz  <ricotz@ubuntu.com>

	bindings: Update GIR-based bindings

2014-09-02  Florian Brosch  <flo.brosch@gmail.com>

	xcb: re-add GetPropertyReply.format

	GirWriter: do not generate <errordomain> elements
	Invalid:
	  <errordomain name="..." get-quark="..." codes="...">
	  <enumeration ...>

	Valid:
	  <enumeration name="..." c:type=".." glib:error-domain="...">