2021-12-05 Kjell Ahlstedt 2.46.2 2021-11-12 Chun-wei Fan 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 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 build: Support Visual Studio 2022 builds Make these builds distinct from the Visual Studio 2019 builds. 2021-09-07 Kjell Ahlstedt docs/reference/Doxyfile.in: Remove obsolete entry 2021-08-25 Kjell Ahlstedt Don't include individual pango headers, part 2 2021-08-25 Matthias Clasen 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 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