2012-02-25  Jürg Billeter  <j@bitron.ch>

	Release 0.15.2

	gtk+-3.0: Add Widget.get_preferred_width_for_height_internal

2012-02-24  Jens Georg  <mail@jensge.org>

	libsoup2.4: Fix arguments for MessageHeaders.get_range
	https://bugzilla.gnome.org/show_bug.cgi?id=670602

2012-02-23  Jürg Billeter  <j@bitron.ch>

	gdk-3.0: Fix gdk_window_destroy binding again

2012-02-21  Stefano Debenedetti  <ste@demaledetti.net>

	posix: Add SockAddrIn6, In6Addr and inet_pton
	Fixes bug 670492.

2012-02-17  Luca Bruno  <lucabru@src.gnome.org>

	glib-2.0: Make SourceFuncs a struct
	Thanks to Paula Jakma for the patch.

	Fixes bug 669756.

2012-02-13  Evan Nemerson  <evan@coeus-group.com>

	glib-2.0: add g_thread_new and g_thread_try_new bindings

2012-02-12  Evan Nemerson  <evan@coeus-group.com>

	gtk+-3.0: update to 3.3.15

2012-02-11  Luca Bruno  <lucabru@src.gnome.org>

	gio-2.0: Include gunixfdlist.h for UnixFDList

2012-02-11  Jens Georg  <mail@jensge.org>

	gstreamer-0.10: Add returns_floatin_reference to Element.make_from_uri
	https://bugzilla.gnome.org/show_bug.cgi?id=669166

2012-02-10  Luca Bruno  <lucabru@src.gnome.org>

	codegen: Allow usage of gtype structs inheriting non-gtype struct
	The behavior of type_id is different, but get/set/take/marshaller aren't
	as specific as type_id. Therefore this patch enhances without breaking.

	Fixes bug 669604.

2012-02-10  Evan Nemerson  <evan@coeus-group.com>

	glib-2.0: add some missing deprecation information

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

	gio-2.0: send_message_with_reply.out_serial is not out in vala
	Fixes a regression introduced by the switch to GIR.

	Support initializer list for structs that have a base type
	Fixes bug 669580.

2012-02-08  Jesse van den Kieboom  <jesse.vandenkieboom@epfl.ch>

	Added bindings for Object.new_valist
	https://bugzilla.gnome.org/show_bug.cgi?id=669654

	Added bindings for HashTable<K,V>.foreach_remove
	https://bugzilla.gnome.org/show_bug.cgi?id=669653

	Added error when not exporting any namespaces for GIR
	https://bugzilla.gnome.org/show_bug.cgi?id=669551

2012-02-07  Luca Bruno  <lucabru@src.gnome.org>

	gdk-pixbuf-2.0: Fix regression against PixbufSaveFunc
	The regression was introduced by the switch to gir.

	Fixes bug 669518.

2012-02-06  Luca Bruno  <lucabru@src.gnome.org>

	codegen: Fix C warning when passing lambda free functions
	Fixes bug 663651.

2012-02-06  Alexander Kurtz  <kurtz.alex@googlemail.com>

	sdl: Make AudioSpec a struct, then fix Audio.open(), load() and mix()
	Fixes bug 669279.

2012-02-06  Luca Bruno  <lucabru@src.gnome.org>

	codegen: Add support for delegate_target_cname in CCode

2012-02-05  Philip Withnall  <philip@tecnocode.co.uk>

	vapi: Add glib-unix.h functions to glib-2.0.vapi
	To bind the things in glib-unix.h. Creating a separate glib-unix-2.0.vapi is
	unneccessary because these functions are present in libglib-2.0.so itself,
	rather than a separate library. They just require the glib-unix.h header to
	be included.

	Closes: https://bugzilla.gnome.org/show_bug.cgi?id=667894

2012-02-05  Ryan Lortie  <desrt@desrt.ca>

	glib: add .data to StringBuilder
	To do the same thing as string.data, but without the strlen() (since we
	already know this from the GString's length field).

	https://bugzilla.gnome.org/show_bug.cgi?id=669313

2012-02-03  Ryan Lortie  <desrt@desrt.ca>

	gtk+-3.0: some updates
	 - complete the move of the app-menu and menubar properties into
	   GtkApplication

	 - add GtkActionable interface and its implementations

	 - add gtk_menu_(bar_)new_from_model() APIs

	 - drop a premature add of gtk_window_setup_persistent_state()

2012-02-02  Alexander Kurtz  <kurtz.alex@googlemail.com>

	glib-2.0: Mark OptionEntry.arg_description as nullable
	Fixes bug 669241.

	glib-2.0: AsyncQueue.try_pop() and timed_pop() may return null
	Fixes bug 669242.

2012-02-01  Luca Bruno  <lucabru@src.gnome.org>

	clutter-1.0: Add Box.layout_manager to not break code using old clutter
	The Box.layout_manager property has been removed in commit 81cade2a
	and broke code using old clutter versions.

2012-02-01  Nathan Phillip Brink  <binki@gentoo.org>

	tests: Honor CFLAGS, LDFLAGS, and CPPFLAGS
	Fixes bug 664606.

2012-02-01  Jens Georg  <mail@jensge.org>

	gstreamer-0.10: Add returns_floating_reference to gst_parse_bin_*
	https://bugzilla.gnome.org/show_bug.cgi?id=669060

2012-02-01  Evan Nemerson  <evan@coeus-group.com>

	libsoup-2.4: add type arguments for datalist arguments to form funcs

	x11: add GIR name for XID

	Add gir-bindings and gidl-bindings Makefile targets in vapi/

	poppler-glib: switch to GIR

	clutter-1.0: update bindings

	girparser: support changing names of virtual methods without wrappers
	Fixes bug 668991.

	codegen: support virtual functions with vfunc_name but no invokers
	Partially fixes 668991.

2012-01-31  Luca Bruno  <lucabru@src.gnome.org>

	gtk+-2.0, gtk+-3.0: Mark Button.set_label parameter as nullable
	Fixes bug 669058.

2012-01-29  Luca Bruno  <lucabru@src.gnome.org>

	cogl-1.0: Use a static method instead of a constructor for Cogl.Path
	The Cogl.Path constructor never worked, use a static method instead.

	codegen: Fix getting NoAccessorMethod properties of real struct type

	libpeas-1.0: Fix ExtensionSetForeachFunc binding
	Fixes bug 660362.

2012-01-28  Luca Bruno  <lucabru@src.gnome.org>

	gtk+-3.0: Mark WidgetPath.iter_has_region.flags as out
	Fixes bug 668854.