2018-11-09 Kjell Ahlstedt 3.24.0 2018-11-09 Kjell Ahlstedt Require gtkmm-3.0 >= 3.24.0 and link to gtkmm 3.24 2018-11-09 Kjell Ahlstedt Replace most Gtk::manage() calls with Gtk::make_managed() 2018-11-08 Kjell Ahlstedt 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 Avoid '<' and '>' in code snippets in the docbook file Use < and > except in CDATA sections. 2018-11-07 Daniel Boles 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 Add Gtk::FileChooserNative example Bug 783801