2014-02-18  Jürg Billeter  <j@bitron.ch>

	Release 0.23.3

2014-02-18  Rico Tzschichholz  <ricotz@t-online.de>

	gtk+-3.0: Update to 3.11.6

2014-02-17  Evan Nemerson  <evan@coeus-group.com>

	gedit: deprecate in favor of bindings distributed by gedit.
	See bug #724172.

2014-02-16  Paolo Borelli  <pborelli@gnome.org>

	gio-2.0: fix add_main_option_entries

2014-02-16  Rico Tzschichholz  <ricotz@ubuntu.com>

	gio-2.0: Update to 2.39.5+

2014-02-16  Evan Nemerson  <evan@coeus-group.com>

	gio-2.0: update to 2.39.5

	glib-2.0: add new symbols for 2.40

	glib-2.0: add missing symbols from 2.38

2014-02-15  Rico Tzschichholz  <ricotz@ubuntu.com>

	gtk+-3.0: Update from git

2014-02-11  Ryan Lortie  <desrt@desrt.ca>

	vala.m4: honour CC, CPPFLAGS, CFLAGS, LDFLAGS
	These variables may be set to values that are required to build
	executables.  Make sure we honour them from vala.m4 when attempting to
	check for packages.

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

2014-02-09  Ryan Lortie  <desrt@desrt.ca>

	gen-introspect: pretend to be lint
	Some system headers (notably <stdarg.h> on FreeBSD) get upset when they
	see an unexpected compiler.  We go out of our way to pass -U__GNUC__ to
	cpp from the scanner code during gen-introspect and this is causing
	problems.

	As a workaround, we can pretend to be lint, which fixes the issue at
	least for FreeBSD.

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