2022-09-21  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  2.46.3

2022-09-12  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Convert README to README.md

2022-05-24  Chun-wei Fan  <fanchunwei@src.gnome.org>

  meson/MSVC: Re-organize warning-related compiler flags

  Add a short description for each of the warning-related compiler flags that we
  apply globally.
  
  Also, apply '/wd4267' only when we are building a 64-bit build, as that warning
  should only be related to 64-bit builds.

2022-05-23  Chun-wei Fan  <fanchunwei@src.gnome.org>

  Meson: Apply /wd4828 for building gendef.exe only

  ...as that warning is only generated when building gendef.exe.  Also, only
  build gendef.exe when glibmm's gmmproc is unable to produce pangomm headers
  that can export pangomm symbols via compiler directives.
  
  Move the '/utf-8' check to be with the other compiler flags.

2022-05-20  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  meson.build: Avoid configuration warnings

2022-02-27  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  meson.build: Check if Perl is required for building documentation

  New versions of mm-common use the Python scripts doc_postprocess.py
  and doc_install.py instead of the Perl scripts doc-postprocess.pl and
  doc-install.pl when documentation is built.

2022-02-22  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Context::get_font_map(): Fix reference count

  pango_context_get_font_map() returns "(transfer none)".
  See https://mail.gnome.org/archives/gtkmm-list/2022-February/msg00031.html

2022-02-15  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  meson.build: Specify 'check' option in run_command()

  The default value will be changed in future Meson releases.
  
  Don't use deprecated python3.path().
  Let import('python').find_installation() always find the python
  installation used to run Meson.