2025-06-11 Kjell Ahlstedt 1.0.7 2025-06-09 Kjell Ahlstedt Don't specify colors in util/doxygen-extra.css Let Doxygen's css file handle all colors. The result can be unacceptable if some colors are specified in Doxygen's doxygen.css, others in doxygen-extra.css, e.g. background color in one file, text color in the other. Fixes #4 2025-04-23 Philippe Baril Lecavalier configure.ac: subst for mm-common-get 2025-04-12 Kjell Ahlstedt Add skeletonmm/COPYING.tools with GPL 2 * Makefile.am: * meson.build: Add skeletonmm/COPYING.tools. * skeletonmm/COPYING.tools: New file with GNU General Public License 2. * skeletonmm/tools/extra_defs_gen/generate_defs_skeleton.cc: Change license from Lesser GPL to GNU General Public License. 2025-04-03 Kjell Ahlstedt COPYING: Remove obsolete FSF address See https://github.com/libxmlplusplus/libxmlplusplus/pull/72 2025-04-03 Kjell Ahlstedt Meson build: Use the Python installation that Meson uses See glibmm!67 2025-03-09 Kjell Ahlstedt Don't distribute mm-common.doap and .gitlab-ci.yml * meson.build: Add the dont_distribute variable. * util/meson_aux/extra-dist-cmd.py: Make it possible to exclude files and directories from the tarball. 2025-02-14 Kjell Ahlstedt Meson build: Add install_tag keyword argument 2025-01-16 Kjell Ahlstedt CI: Add .gitlab-ci.yml Necessary when making a release. See https://handbook.gnome.org/maintainers/making-a-release.html 2024-12-17 Kjell Ahlstedt Replace gtkmm.org by gtkmm.gnome.org 2024-07-19 Kjell Ahlstedt Meson build: Use Meson's pkgconfig module instead of using the *.pc.in templates. Require meson >= 0.62. Remove the can_add_dist_script variable. It's unnecessary when the meson version >= 0.58. 2024-07-19 Kjell Ahlstedt skeletonmm: Simplify the calls to dependency().get_variable() 2024-07-09 Kjell Ahlstedt skeletonmm: Remove the can_add_dist_script variable It's unnecessary when the meson version >= 0.58. 2024-07-08 Kjell Ahlstedt skeletonmm: Update the generation of .pc files Call pkg_config.generate() after library(). Add uninstalled_variables. 2024-07-02 Kjell Ahlstedt skeletonmm: Use Meson's pkgconfig module and don't link to library.gnome.org. Require python3 >= 3.7. That's what Meson requires. 2024-07-02 Kjell Ahlstedt OVERVIEW.md: Update the meson.build snippet Update the calculation of is_git_build. 2024-06-10 Kjell Ahlstedt skeletonmm/doc/reference/Doxyfile.in: Remove obsolete entries Not used in doxygen 1.9.8. 2024-01-18 Kjell Ahlstedt skeletonmm build: Don't require the 'dot' command Make it possible to build documentation without the dot command. Set the HAVE_DOT option in Doxyfile during configuration of skeletonmm. 2024-01-11 Kjell Ahlstedt NEWS: Remove a duplicate line