2015-07-15 Murray Cumming <murrayc@murrayc.com> 3.17.1 2015-07-15 Murray Cumming <murrayc@murrayc.com> Require the latest glibmm. To use the latest gmmproc. 2015-07-15 Murray Cumming <murrayc@murrayc.com> 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 <murrayc@murrayc.com> tests: Don't use deprecated Gtk::Stock API. 2015-07-11 Murray Cumming <murrayc@murrayc.com> CompletionItem: Fix the build with --enable-warnings=fatal. Our (now deprecated) API uses the deprecated Gtk::StockID. 2015-07-11 Murray Cumming <murrayc@murrayc.com> 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 <murrayc@murrayc.com> 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.