2.14.5:

2009-08-13  Johannes Schmid <jschmid@openismus.com>

	* tools/m4/convert_gtk.m4: Fixed build with newer gtk+ version 

2009-08-12  Johannes Schmid <jschmid@openismus.com>

	* configure.ac:
	* NEWS:
	Updated version to 2.14.5 for new maemo package

2009-07-31  Johannes Schmid <jschmid@openismus.com>

	* gtk/src/builder.hg:
	* gtk/src/builder.ccg:
	#590353 - GtkBuilder header is inconsistent in exception/error handling 
	(cherry-picked from master)

2009-07-23  Murray Cumming  <murrayc@murrayc.com>

	Gtk::Builder: Fix a crash when the widget is not found.
	
	* gtk/src/builder.ccg: get_widget_checked(): Prevent a crash if the widget 
	was not found by GtkBuilder.
	Bug #589267 (Alexander Shaduri)

2009-06-19  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with GTK+ 2.17.x
	
	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py
	* tools/m4/convert_gtk.m4: Add a conversion because a 
	gtk_recent_info_get_application_info() parameter's constness has changed.