2021-12-05  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  2.46.2

2021-11-12  Chun-wei Fan  <fanchunwei@src.gnome.org>

  NMake Makefiles: Fix header installation

  ...when the release tarball is built with `meson dist`, as we did not correctly
  copy the *_p.h headers from untracked\pango\pangomm\private.

2021-11-10  Chun-wei Fan  <fanchunwei@src.gnome.org>

  NMake Makefiles: Correct VS2019 toolset number

  It should be 142, not 141, due to a mishap in the previous commit.

2021-11-10  Chun-wei Fan  <fanchunwei@src.gnome.org>

  build: Support Visual Studio 2022 builds

  Make these builds distinct from the Visual Studio 2019 builds.

2021-09-07  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  docs/reference/Doxyfile.in: Remove obsolete entry

2021-08-25  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Don't include individual pango headers, part 2

2021-08-25  Matthias Clasen  <mclasen@redhat.com>

  Don't include individual pango headers

  As in every gnome library, you are only supposed
  to include the main pango.h header from the outside.
  
  This was causing build failures after some recent
  pango header rearrangements.

2021-07-31  Matthias Clasen  <mclasen@redhat.com>

  Use pango from the main branch

  Change the Pango subproject to use the main branch.
  
  This depends on
  https://gitlab.gnome.org/GNOME/pango/-/merge_requests/379