summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Collapse)Author
2024-04-23build: bump version to 1.10.9v1.10.9release/1.10Dirk-Jan C. Binnema
2023-11-09build: bump version to 1.10.8v1.10.81.10.8Dirk-Jan C. Binnema
2023-08-30build: bump version to 1.10.7v1.10.7Dirk-Jan C. Binnema
2023-08-30guile: make guile-extension-dir configurableDirk-Jan C. Binnema
We use guile_dep.get_variable(pkgconfig: 'extensiondir') but that's not good for everyone.
2023-08-06build: bump version to 1.10.6v1.10.6Dirk-Jan C. Binnema
2023-08-02Install Guile extension into Guile's extension directoryJeremy Sowden
2023-07-08build: bump version to 1.10.5v1.10.5Dirk-Jan C. Binnema
2023-06-22build: bump version to 1.10.4v1.10.4Dirk-Jan C. Binnema
2023-06-16meson.build: avoid clang build warningDirk-Jan C. Binnema
2023-04-15build: bump version to 1.10.3v1.10.3Dirk-Jan C. Binnema
2023-04-09build: bump version to 1.10.2v1.10.2Dirk-Jan C. Binnema
New stable version; since 1.10.1: - improve unit tests - fix threading issue with file-based logging - re-enable --after option for mu cfind - allow extracting message-parts from message (mu extract) - allow using relative message paths (view/extract/verify) Mu4e: - by default, don't reuse frame with composing in new frame - allow for disabling global modeline items - create random name for newly detached views - documentation update
2023-04-06build: Add gmime 3.2.13 warningDirk-Jan C. Binnema
For #2461, #2429.
2023-04-02build: bump version to 1.10.1v1.10.1Dirk-Jan C. Binnema
Number of fixes: - defcustom typing updates - re-enable json output for mu-find - restore emacs27 compatibility (buffer-local-boundp) - avoid tramp cornercase for mu4e version check - handle function-type bookmarks again - restore terminal colors after error
2023-03-26build: new release 1.10v1.10.0Dirk-Jan C. Binnema
2023-03-25build: bump version 1.9.23Dirk-Jan C. Binnema
2023-03-08build: bump version to 1.9.22Dirk-Jan C. Binnema
2023-02-17build: bump version to 1.9.21, update NEWS.orgDirk-Jan C. Binnema
2023-02-12build: bump version to 1.9.20, update NEWS.orgDirk-Jan C. Binnema
2023-01-31build: bump version to 1.9.19, update NEWS.orgDirk-Jan C. Binnema
2023-01-31build: bump schema version, update contacts-cacheDirk-Jan C. Binnema
Bump schema version to trigger update after we added html processing. Since we're updating the database schema version, let's use the opportunity to remove outdated data from the contacts-cache.
2023-01-29build: bump version to 1.9.18Dirk-Jan C. Binnema
2023-01-24build: bump version to 1.9.17Dirk-Jan C. Binnema
2023-01-17build: bump version 1.9.16, update NEWS.orgDirk-Jan C. Binnema
2023-01-16build: bump version to 1.9.15, update NEWS.orgDirk-Jan C. Binnema
2023-01-14build: bump version to 1.9.14, update NEWS.orgDirk-Jan C. Binnema
2023-01-14build: bump version to 1.9.13Dirk-Jan C. Binnema
2023-01-07build: bump version to 1.9.12, update NEWS.orgDirk-Jan C. Binnema
2023-01-01build: bump version to 1.9.11, update NEWS.orgDirk-Jan C. Binnema
2022-12-30build: bump version to 1.9.10; update NEWS.orgDirk-Jan C. Binnema
2022-12-29guile: don't run test with asan buildsDirk-Jan C. Binnema
They're incompatible.
2022-12-29build: bump version to 1.9.9Dirk-Jan C. Binnema
2022-12-29man: generate manpages from .org filesDirk-Jan C. Binnema
Generate the manpages from org-documents which makes it a bit easier to keep them update to date since I find org-syntax easier than troff, and we can use include files.
2022-12-24build: bump version to 1.9.8Dirk-Jan C. Binnema
2022-12-20build: require emacs >= 26.3Dirk-Jan C. Binnema
Probably already implied, but let's make this explicit
2022-12-19build: bump meson requirement to 56.0Dirk-Jan C. Binnema
We need some of the new functionality in the near-future. Fix build warnings.
2022-12-15build: bump version to 1.9.7Dirk-Jan C. Binnema
2022-12-11build: bump version to 1.9.6Dirk-Jan C. Binnema
2022-12-10build: bump version to 1.9.5Dirk-Jan C. Binnema
And update NEWS.org.
2022-12-08build: bump version to 1.9.4Dirk-Jan C. Binnema
And update NEWS.org
2022-11-17build: bump version to 1.9.3, update NEWS.orgDirk-Jan C. Binnema
2022-11-07build: bump version to 1.9.2Dirk-Jan C. Binnema
2022-10-15build: add explicit check for charconvDirk-Jan C. Binnema
Some older Apple compilers don't have it; error out early. Fixes #2347.
2022-10-03build: bump version 1.9.1Dirk-Jan C. Binnema
2022-10-02meson.build: cosmeticDirk-Jan C. Binnema
Fix whitespace, avoid a warning with clang
2022-08-20autotools: removeDirk-Jan C. Binnema
Since 2008, autotools has served us well - thank you! However, mu is now using meson build, and it's time to remove the autotools support -- one build system is enough.
2022-08-20build: bump version to 1.9.0Dirk-Jan C. Binnema
The start of the new development series.
2022-08-15build: bump version to 1.8.9v1.8.9Dirk-Jan C. Binnema
2022-08-07build: bump version to 1.8.8v1.8.8Dirk-Jan C. Binnema
2022-07-24buld: bump version to 1.8.7v1.8.7Dirk-Jan C. Binnema
2022-07-14build: bump version to 1.8.6v1.8.6Dirk-Jan C. Binnema