2015-07-15 Murray Cumming 3.17.1 2015-07-15 Murray Cumming Require the latest glibmm. To use the latest gmmproc. 2015-07-15 Murray Cumming configure.ac: Use MM_AX_CXX_COMPILE_STDCXX_11() from mm-common. Instead of a copy of AX_CXX_COMPILE_STDCXX_11(). 2015-07-11 Murray Cumming tests: Don't use deprecated Gtk::Stock API. 2015-07-11 Murray Cumming CompletionItem: Fix the build with --enable-warnings=fatal. Our (now deprecated) API uses the deprecated Gtk::StockID. 2015-07-11 Murray Cumming CompletionInfo: Use the deprecated _WRAP_METHOD parameter. Instead of manually adding the @deprecated documentation and manually adding the ifdef. Remove the unnecessarily (and now outdate) hand-written documentation so that our deprecated comment is added as a @deprecated line. 2015-07-11 Murray Cumming Require C++11. configure.ac: Use AX_CXX_COMPILE_STDCXX_11 to check for compiler support for C++11 and use it (--std=c++11 for current versions of g++). Among other reasons, this is because glibmm now requires C++11, and its gmmrpoc generates C++11 code.