Commit Graph

364 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema e416a5215f autotools: remove
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-20 11:19:29 +03:00
Dirk-Jan C. Binnema cf4201c1ee build: bump version to 1.8.9 2022-08-15 23:18:18 +03:00
Dirk-Jan C. Binnema 84cd6942c4 build: bump version to 1.8.8 2022-08-07 12:02:50 +03:00
Dirk-Jan C. Binnema c4388b78b6 buld: bump version to 1.8.7 2022-07-24 12:47:47 +03:00
Dirk-Jan C. Binnema b64e0b3194 build: bump version to 1.8.6 2022-07-14 08:16:01 +03:00
Dirk-Jan C. Binnema 2433cf7b89 build: bump version to 1.8.5
So tags / releases link up again.
2022-07-06 01:14:42 +03:00
Dirk-Jan C. Binnema 0521b9e9ea build: bump version to 1.8.4 2022-07-06 01:06:41 +03:00
Dirk-Jan C. Binnema a423a8bbcc build: bump version to 1.8.3 2022-07-01 08:31:00 +03:00
Dirk-Jan C. Binnema 98b0353c00 build: bump version to 1.8.2/465
Some of the changes require re-indexing, so we bump the database
version, too.
2022-06-29 08:00:43 +03:00
Dirk-Jan C. Binnema eb790727ed build: bump version to 1.8.1 2022-06-26 11:25:11 +03:00
Dirk-Jan C. Binnema 84974e19fa build: bump version to 1.8.0 2022-06-25 13:47:37 +03:00
Dirk-Jan C. Binnema 06891488d1 build: bump version to 1.7.28 2022-06-18 15:25:45 +03:00
Dirk-Jan C. Binnema 0708033e48 build: update autotools build 2022-06-18 15:21:26 +03:00
Dirk-Jan C. Binnema 5a3306ddfc build: bump version to 1.7.27/464
And update NEWS.org.
2022-06-10 23:29:02 +03:00
Dirk-Jan C. Binnema 9c59e894db build: bump version to 1.7.26 2022-06-02 21:07:41 +03:00
Dirk-Jan C. Binnema 36f4813d01 build: bump version to 1.7.25 2022-05-29 11:10:58 +03:00
Dirk-Jan C. Binnema cf0f72e4a4 mu4e: use mu4e-config instead of mu4e-meta
All these changes to avoid:

,----
| mu4e/meson.build:92: WARNING: Source item '/home/djcb/Sources/mu/build/mu4e/mu4e-meta.el' cannot be converted to File object, because it is a generated file. This will become a hard error in the future
`----

This is because we want to byte-compile a file we just before generated using
configure_file. This does not seem like a crazy thing, but meson threatens with
breaking the build at some point in the future.

So instead, we decide _not_ to compile this (very boring) file. But, users may
still have an older mu4e-meta.elc lying around, leading to confusion.

So, let's rename that file and we're golden.
2022-05-29 11:10:58 +03:00
Dirk-Jan C. Binnema 7e1ecb63eb build: bump version to 1.7.24/463 2022-05-28 00:51:08 +03:00
Dirk-Jan C. Binnema 4cfe78fd02 build: bump version to 1.7.23 2022-05-21 17:48:26 +03:00
Dirk-Jan C. Binnema 4305f47b86 build: bump version to 1.7.22 2022-05-19 23:38:49 +03:00
Dirk-Jan C. Binnema cc63eca8ad autotools: improve build
*almost* works (except for guile/, which does work yet anyway).
2022-05-19 23:38:49 +03:00
Dirk-Jan C. Binnema 559296a3a7 toys: remove
The didn't work for quite some time, and would need quite a few updates to even
compile with the latest.

So remove.
2022-05-19 23:38:49 +03:00
Dirk-Jan C. Binnema f2c0af7413 build: bump version to 1.7.21 2022-05-15 11:34:19 +03:00
Dirk-Jan C. Binnema 9062b9d67f build: bump version to 1.7.20 2022-05-12 08:56:47 +03:00
Dirk-Jan C. Binnema c8e995ed15 build: bump version to 1.7.19 2022-05-09 22:25:28 +03:00
Dirk-Jan C. Binnema f4f217549c build: bump version to 1.7.18/462 2022-05-08 14:52:32 +03:00
Dirk-Jan C. Binnema a03c573355 build: bump version to 1.7.17/461 2022-05-07 16:10:52 +03:00
Dirk-Jan C. Binnema 26f9439579 build:bump version to 1.7.16 / 460 2022-05-06 22:54:41 +03:00
Dirk-Jan C. Binnema d873c231ee build: tweak & update
disable toys & guile for now. Add some extra warnings.
2022-05-06 22:17:53 +03:00
Dirk-Jan C. Binnema e1a0ea49f3 build: bump version to 1.7.15 / 455 2022-05-05 01:38:25 +03:00
Dirk-Jan C. Binnema 25e51bda1f build: bump version to 1.7.14 2022-04-30 10:40:45 +03:00
Dirk-Jan C. Binnema e5512bd3f2 build: bump schema version 2022-04-30 10:40:45 +03:00
Dirk-Jan C. Binnema 9c853acfa3 build: bump version 1.7.13
And some small tweaks, cleanups
2022-04-18 22:40:46 +03:00
Dirk-Jan C. Binnema d7e13a3439 build: bump version to 1.7.12 2022-03-28 23:27:31 +03:00
Dirk-Jan C. Binnema c63755f749 build: bump version to 1.7.11 2022-03-26 17:20:29 +02:00
Dirk-Jan C. Binnema 03993b93b2 autotools: build updates
Ensure things build with autotools, too.
2022-03-26 17:19:10 +02:00
Dirk-Jan C. Binnema 0368a48149 build: bump version to 1.7.10 2022-03-13 12:37:29 +02:00
Dirk-Jan C. Binnema 19a85525b8 build: bump database schema version to 453
This requires a fresh init. All the recent changes with the fields etc., make
requiring a re-init the prudent choice.
2022-03-13 12:37:29 +02:00
Dirk-Jan C. Binnema a51272a2e6 build: bump version to 1.7.9 2022-02-21 23:51:46 +02:00
Dirk-Jan C. Binnema 0f87cedb77 build: bump version to 1.7.8 2022-02-17 23:49:17 +02:00
Dirk-Jan C. Binnema 6becc657c1 build: bump version to 1.7.7 2022-02-03 23:04:18 +02:00
Dirk-Jan C. Binnema aa2ba0f102 build: bump version to 1.7.6 2022-01-18 17:00:01 +02:00
Dirk-Jan C. Binnema 0e420474a2 build: bump version to 1.7.5 2021-11-10 22:32:28 +02:00
Dirk-Jan C. Binnema 48d3f9cfab tests: move to subdir, move to meson
De-clutter the source directories a bit. Ensure tests build with meson, and
remove from autotools in a few places (no need to do things twice).
2021-11-08 23:58:05 +02:00
Dirk-Jan C. Binnema 1242825a46 build: require glib 2.58
This allows for some cleanups
2021-11-02 22:16:17 +02:00
Dirk-Jan C. Binnema b64d58e7e4 build: bump version to 1.7.4
The server <-> mu4e protocol changed, so we need to bump the version.
2021-10-23 11:06:45 +03:00
Dirk-Jan C. Binnema 0e0361fb5c build: bump version to 1.7.3
The previous (mu4e <-> mu protocol update) changes require a version update.
2021-10-20 22:43:42 +03:00
Dirk-Jan C. Binnema 7fe1076471 bump version to 1.7.2 2021-10-20 20:14:25 +03:00
Dirk-Jan C. Binnema 09935cc4b3 build: bump version to 1.7.1 2021-10-20 12:02:26 +03:00
Dr. Rich Cordero 632a54b556
Add Emacs v29 support for enabling mu4e 2021-10-11 08:38:01 -04:00