2018-11-09  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	3.24.0

2018-11-09  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	Require gtkmm-3.0 >= 3.24.0 and link to gtkmm 3.24

2018-11-09  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	Replace most Gtk::manage() calls with Gtk::make_managed()

2018-11-08  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	Create only .tar.xz tarballs

	* configure.ac: This is what ftp.gnome.org wants, so this avoids
	it doing any repackaging. This is what gtkmm does.

2018-11-08  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	Avoid '<' and '>' in code snippets in the docbook file

	Use &lt; and &gt; except in CDATA sections.

2018-11-07  Daniel Boles  <dboles.src@gmail.com>

	Document the new make_managed() & prefer to use it

	This performs creation and manage()ment in a single step and therefore
	avoids the user having to write the discouraged new operator, looks more
	like Standard C++ things like make_shared(), etc. So, move our examples
	to it, and elaborate on why it is preferable to manage() or new/delete.

	https://gitlab.gnome.org/GNOME/gtkmm/issues/33

2018-11-07  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	Add Gtk::FileChooserNative example

	Bug 783801