2020-06-04  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  1.0.1

2020-06-02  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  skeletonmm: Remove PERL_PATH from Doxygen.in

  Doxygen since version 1.8.0 does not use PERL_PATH and MSCGEN_PATH.

2020-04-28  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  skeletonmm/skeleton/meson.build: Minor fix of generated .pc file

  libdir=${exec_prefix}/lib, as when it's generated with Autotools.

2020-04-15  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  skeletonmm: Some fixes in the Meson build system

  * meson.build: Remove dist-cmd.py from the skeletonmm tarball.
  * skeletonmm/doc/reference/meson.build:
  * skeletonmm/skeleton/skeletonmm/meson.build: Don't use dist-cmd.py.
  * skeletonmm/meson.build: Don't use dist-cmd.py. Add a better error message
  if mm-common-get is required but not found. If not maintainer-mode, check
  that generate-binding.py exists.
  * skeletonmm/meson_options.txt: Default value of warnings is 'min'.
  Add dist-warnings.
  * skeletonmm/tools/dist-cmd.py: Removed file. It's not necessary in
  add_dist_script() when the first parameter is python3.path().

2020-04-04  Chun-wei Fan  <fanchunwei@src.gnome.org>

  util: Add script to check gmmproc version

  This adds a new utility script for Meson builds to check on what gmmproc
  version was used (or is to be used) to generate the sources, so that we
  can know whether we are ready to use compiler directives to export
  symbols by defining macros during the build of the various -mm C++
  modules.

2020-01-13  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  skeletonmm Meson build: Improve internal dependencies

  * skeletonmm/doc/reference/meson.build: Less difference between
  maintainer-mode and not maintainer-mode.
  * keletonmm/skeleton/skeletonmm/meson.build: Make separate lists of
  built .h files and built .cc files.

2020-01-02  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  skeletonmm/doc/reference/meson.build: Check if perl is found

  Don't use perl.path() when configuring Doxyfile, if perl is not found.
  Perl is not required, if build-documentation=false.
  See https://github.com/libsigcplusplus/libsigcplusplus/issues/53

2019-12-27  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  skeletonmm/meson.build: Check if .git is a directory or a file

  In a git worktree, .git is a regular file.
  
  See MR pangomm!8

2019-12-20  Chun-wei Fan  <fanchunwei@src.gnome.org>

  Make libstdc++.tag retrieval work for Windows

  With this, the mm-common package will now build for Windows/MSVC; it
  is still a long way to go to actually make it usable for Windows
  
  This ensures that we use the curl.exe and wget.exe that we happen to
  find, and the corresponding DLLs of the libraries can be loaded.