2017-08-25  Murray Cumming  <murrayc@murrayc.com>

	2.41.4

2017-08-25  Murray Cumming  <murrayc@murrayc.com>

	Use glibmm-2.56 instead of glibmm-2.54.

	We have changed the ABI name in glibmm.

2017-07-13  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	Fontset: Remove GLIBMM_EXCEPTIONS_ENABLED

2017-06-26  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	AttrString: Let _MEMBER_GET convert from const char*

	It's better to invoke a _CONVERSION that converts from a constant character
	array. _MEMBER_GET shall not modify or delete the array. The used _CONVERSION
	from non-const char* will be removed from convert_glib.m4. Bug 783360

2017-06-11  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	Make enum Weight implicitly convertible to int

	Add CONV_TO_INT to _WRAP_ENUM. Bug 86864