2.31.16:

2012-01-30  TS  <t.sailer@alumni.ethz.ch>

	Dispatcher: Fix the build on win32.

	* glib/glibmm/dispatcher.cc: Mention the new Threads:: namespace in the
	ifdefed win32 code.

2011-12-08  Haikel Guemar  <karlthered@gmail.com>

	thread.h: Move calls to deprecated glib functions into thread.cc.

	* glib/src/thread.[hg|ccg]: Move calls to deprecated glib functions 
	from thread.h into new public helper functions, so they are only
	used in our .cc file. This avoids warnings in application compiles 
	just because they happen to include this header.