2018-12-04 Murray Cumming 3.91.1 2018-12-04 Murray Cumming Build: Don't disable deprecated Pango API This only affects the --enable-warnings=fatal build, and this is hopefully only temporary. 2018-12-04 Murray Cumming Add m4 ustring conversions to fix the build. Needed by recent gmmproc versions, because there is no good default. 2018-12-04 Kip Warner StyleSchemeChooserWidget: Correct the underlying GType name. So this class can be instantiated. Bug #793204 2018-12-04 Murray Cumming Regenerated _docs.xml file Using codegen/gen_scripts/ 2018-12-04 Murray Cumming Adapt to changed gtksourceview function names In gtksourceview-4 the 2 suffixes have been removed. 2018-12-04 Murray Cumming Regenerate .defs Using the codegen/gen_scripts/ 2018-12-04 Murray Cumming Completion: show(): Rename to start(). As in the C API: https://git.gnome.org/browse/gtksourceview/commit/?id=c37730e7fbccc958e9ef34f85c67f4f8aab94714 2018-12-04 Murray Cumming tests: Remove Gtk::Container::show_all() calls. 2018-12-04 Murray Cumming configure.ac: Don't try to get m4 conversions from cairomm. It doesn't have any, because it doesn't use gmmproc. And this was requesting the wrong version anyway. 2018-12-04 Murray Cumming Remove deprecated API. 2018-12-04 Murray Cumming Completion: Remove get/set_draw_spaces(). Because it was removed from the C API. 2018-12-04 Murray Cumming Regenerate methods .defs. 2018-12-04 Murray Cumming Regenerate enums .defs. 2016-11-14 Murray Cumming Use gtksourceview-4 instead of gtksourceview-3.0. 2016-11-14 Murray Cumming Change ABI from gtksourceviewmm-3.0 to gtksourceviewmm-4.0. This installs in parallel with gtksourceviewmm-3.0. 2016-11-14 Murray Cumming tests: Avoid deprecated Gtk::HBox and Gtk::VBox. 2016-11-14 Murray Cumming tests: Use the libsigc++-3.0 syntax.