2022-02-11 Kjell Ahlstedt 1.0.4 2022-02-11 Kjell Ahlstedt Update README 2022-02-07 Kjell Ahlstedt meson.build: Don't use deprecated find_program().path() 2022-02-06 Kjell Ahlstedt meson.build: Specify 'check' option in run_command() The default value will be changed in future Meson releases. Don't use deprecated python3.path() and execute(..., gui_app: ...). Let import('python').find_installation() always find the python installation used to run Meson. 2021-08-16 Kjell Ahlstedt Add doc_postprocess.py and doc_install.py Generating documentation does not require Perl in Meson builds. util/build_scripts/doc-reference.py calls doc_postprocess.py and doc_install.py instead of doc-postprocess.pl and doc-install.pl. The Perl scripts are kept. They are used in Autotools builds. mm-common-prepare still copies them. 2021-07-17 Kjell Ahlstedt Python scripts: Specify file encoding The default file encoding is platform dependent in Python. Better tell which encoding to use when text files are written.