2011-01-21  Jürg Billeter  <j@bitron.ch>

	Release 0.11.5

2011-01-21  Luca Bruno  <lucabru@src.gnome.org>

	Add test for throwing errors from catch clauses

2011-01-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>

	gstreamer-pbutils-0.10: Use custom ref/unref functions for Gst.EncodingTarget

2011-01-21  Arun Raghavan  <arun.raghavan@collabora.co.uk>

	gstreamer-pbutils-0.10: Update for 0.10.32
	Main change is the addition of encoding profiles and related API.

2011-01-20  Jürg Billeter  <j@bitron.ch>

	glib-2.0: Add string.last_index_of_char
	This deprecates string.rchr.

	glib-2.0: Add string.last_index_of
	This deprecates string.rstr.

2011-01-20  Michal Hruby  <michal.mhr@gmail.com>

	girwriter: Fix methods returning arrays

2011-01-20  Luca Bruno  <lucabru@src.gnome.org>

	Add *~ to .gitignore

2011-01-20  Jürg Billeter  <j@bitron.ch>

	GAsync: Fix capturing parameters in async methods

	codegen: Set closure pointers to NULL after unref

	codegen: Revert not_in_coroutine convenience parameter
	Commit fb0c4bb7 broke closures in async methods.

	Add test for closures in async methods

2011-01-20  Evan Nemerson  <evan@coeus-group.com>

	glib-2.0: Make GLib.Log.default_handler a GLib.LogFunc
	Fixes bug 638682.

	tokyocabinet: Fix delegate target cname for Tree.cmp

2011-01-19  Evan Nemerson  <evan@coeus-group.com>

	girparser: Support unnamed arguments for all types
	Fixes bug 636996.

2011-01-19  Geert Jordaens  <geert.jordaens@telenet.be>

	libusb-1.0: Add TransferFlags, use Posix.timeval not GLib.TimeVal

2011-01-19  Luca Bruno  <lucabru@src.gnome.org>

	codegen: Rename append_array_size and get_array_sizes to *_length(s)
	The code of these two functions actually append a length C expression to
	the array expression, not its size.

	codegen: Add not_in_coroutine convenience parameter to get an lvalue

	codegen: Add convenience is_in_coroutine() function

2011-01-19  Jürg Billeter  <j@bitron.ch>

	codegen: Use store_local in visit_local_variable
	Based on patch by Luca Bruno.

	codegen: Move main declaration to the beginning in visit_local_variable

	codegen: Simplify visit_local_variable

	codegen: Remove unnecessary temporary variables in visit_local_variable

	codegen: Simplify visit_local_variable

2011-01-19  Evan Nemerson  <evan@coeus-group.com>

	gstreamer-0.10: Correct metadata order and use void* instead of pointer

	vapigen: Fix handling of arrays and nullability when parsing types

2011-01-19  Luca Bruno  <lucabru@src.gnome.org>

	codegen: Add CCodeFunction.add_assignment convenience function

	codegen: Add get_parameter_cvalue and load_parameter

	Fix capturing delegate parameters in async method.
	Fixes bug 639591.

2011-01-19  Michael Terry  <mike@mterry.name>

	gio-2.0: Set Settings.get_string as transferring ownership

2011-01-18  Luca Bruno  <lucabru@src.gnome.org>

	codegen: Use get_local_cvalue to unref local variables

2011-01-18  Michal Hruby  <michal.mhr@gmail.com>

	girwriter: Fix methods returning non-null structs

2011-01-18  Jürg Billeter  <j@bitron.ch>

	D-Bus: Fix use of dbus-glib interfaces in multiple source files

2011-01-17  Luca Bruno  <lucabru@src.gnome.org>

	gtk+-3.0, gdk-3.0: Set gir namespace version to 3.0.

	unique-1.0: Fix MessageData.set binding.
	Fixes bug 639694.

2011-01-16  Jürg Billeter  <j@bitron.ch>

	Move handling of common attributes from Field and Parameter to Variable

	vapigen: Fix metadata pattern handling

2011-01-15  Javier Jardón  <jjardon@gnome.org>

	posix: Add writev and readv POSIX compliant functions.
	Fixes bug 639306.