Commit Graph

305 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema f583207842 build: create mu 1.6 release 2021-07-27 22:28:49 +03:00
Dirk-Jan C. Binnema cc890d8688 build: Bump version to 1.5.14 2021-07-17 15:01:23 +03:00
Dirk-Jan C. Binnema 6d67e146fe build: bump version to 1.5.13 2021-05-02 23:48:30 +03:00
Dirk-Jan C. Binnema c5219778af bump version to 1.5.12
Next development release.
2021-04-24 22:46:09 +03:00
Dirk-Jan C. Binnema 84044a87d2 build: don't error out with missing makeinfo
Seemingly, we get a build error in some cases with a missing
makeinfo... let's try to avoid that.

This should help with issue: #1964.
2021-04-06 20:54:29 +03:00
Dirk-Jan C. Binnema 9bb84f2742 build: Bump version to 1.5.11 2021-03-17 01:25:30 +02:00
Dirk-Jan C. Binnema 1b5b04ff97 guile: Fix doc building 2021-03-17 01:19:25 +02:00
Dirk-Jan C. Binnema cbda30efe0 configure.ac: fix mu-memcheck setup
and some whitespace cleanups
2021-03-13 14:54:39 +02:00
Dirk-Jan C. Binnema 6e9bfb6300 build: bump version to 1.5.10 2021-03-11 19:41:53 +02:00
Dirk-Jan C. Binnema f46a714cd4 configure.ac: bump version to 1.5.9 2021-03-07 17:36:59 +02:00
Dirk-Jan C. Binnema 451fa65ffb build: fix compiler flags 2021-01-23 01:00:47 +02:00
Dirk-Jan C. Binnema a850370d68 bump version to 1.5.8, update NEWS 2021-01-22 23:24:53 +02:00
Dirk-Jan C. Binnema bd9e020ab4 configure.ac: make build flags a bit less magical
Don't set compiler flags based on version numbers.
2021-01-22 23:24:53 +02:00
Juan Jose Garcia-Ripoll 34964509f7 Make libreadline really optional. 2020-12-24 10:19:02 +01:00
Dirk-Jan C. Binnema a00918ac93 guile: small build cleanups 2020-11-16 10:16:39 +02:00
Dirk-Jan C. Binnema 064c68b8b7 configure: improve guile check 2020-11-15 18:15:53 +02:00
Dirk-Jan C. Binnema c28eff66ed configure.ac: search for emacs sources 2020-11-11 21:42:56 +02:00
Dirk-Jan C. Binnema d94f685c89 configure: bump version to 1.5.7 2020-11-07 11:43:11 +02:00
Dirk-Jan C. Binnema bc1d1a84bd configure: improve guile check 2020-11-07 11:43:11 +02:00
Dirk-Jan C. Binnema 6b8ccff572 guile: avoid need for muldef 2020-11-01 14:04:15 +02:00
Dirk-Jan C. Binnema 5e80556251 macos: check for muldef linker flag 2020-10-31 15:07:19 +02:00
Dirk-Jan C. Binnema 0346978df5 build: fix typo 2020-10-31 14:42:50 +02:00
Dirk-Jan C. Binnema 7353c87778 mu: avoid some linker errors on MacOS 2020-10-31 14:36:19 +02:00
Danny O'Brien 623cf787ad guile: support version 3.0.
Includes an update to the guile m4 package, and tweaks the build so that
both 2.2 and 3.0 should work fine.
2020-10-31 10:43:49 +02:00
Dirk-Jan C. Binnema d2aa1f91b0 mu: support json output directly
Allow for dumping json directly from the Sexp structures, so we don't
need any external libs (i.e. json-glib) anymore.
2020-10-26 18:39:56 +02:00
Dirk-Jan C. Binnema 02321e8d50 bump version to 1.5.6, update NEWS.org 2020-10-17 15:38:24 +03:00
Juan Jose Garcia-Ripoll 4cdd819d03 Remove configuration check for timegm()
timegm() is no longer used in the mu source base.
2020-10-02 09:33:15 +02:00
Dirk-Jan C. Binnema fdc88dee1e configure: Bump version to 1.5.5 2020-07-13 21:43:59 +03:00
Dirk-Jan C. Binnema dbf0e460a8 bump version to 1.5.4 2020-06-27 17:07:00 +03:00
Dirk-Jan C. Binnema 4e6bd7dfdf lib/index: Implement new indexer
Implement a new message indexer consisting of a single-threaded scanner
and a multi-threaded indexer.

This allows for a number of optimizations as well as background
indexing, though this initial version should be behave similar to the
old indexer.
2020-06-27 17:07:00 +03:00
Dirk-Jan C. Binnema 3de80993df build: bump version to 1.5.3 2020-06-13 16:56:41 +03:00
Dirk-Jan C. Binnema 2a9a69c31d build: bump version to 1.5.2 2020-06-07 09:57:49 +03:00
Dirk-Jan C. Binnema 0a49cead33 build: don't require glib 2.58 for g_canonicalize_file
GLib version is probably still a bit too new, so simply lift the
function needed.

Fixes: #1712.
2020-05-28 00:37:29 +03:00
Dirk-Jan C. Binnema 9ffef7bace configure.ac: require emacs 25.3 at least
Probably we were already silently requiring that... but let's make it a
configure-time check.
2020-05-26 20:17:50 +03:00
Dirk-Jan C. Binnema 7e530f265f bump version to 1.5.1
Let's start development once again!
2020-05-25 15:11:11 +03:00
Dirk-Jan C. Binnema 118d9198f6 bump version to 1.4.7 2020-05-24 20:22:42 +03:00
Dirk-Jan C. Binnema 45bcad1f7e bump version to 1.4.6 2020-05-17 14:53:18 +03:00
Dirk-Jan C. Binnema 099d41f3b5 bump version to 1.4.5 2020-05-10 11:58:58 +03:00
Dirk-Jan C. Binnema da314e9e48 bump version to 1.4.4 2020-05-04 09:31:52 +03:00
Dirk-Jan C. Binnema 75c9079463 configure.ac: bump version to 1.4.3 2020-04-29 09:54:44 +03:00
Dirk-Jan C. Binnema 4fde201fb0 bump version to 1.4.1 2020-04-20 00:01:07 +03:00
Dirk-Jan C. Binnema 06e63d9f09 bump version to 1.4 2020-04-18 13:28:21 +03:00
Dirk-Jan C. Binnema db7e0ee130 configure.ac: Disable msg2pdf 2020-04-04 15:27:36 +03:00
Dirk-Jan C. Binnema 08d2e78d61 toys/msg2pdf: incomplete port to new webkitgtk3
Compiles, doesn't work yet.
2020-04-04 13:32:20 +03:00
Dirk-Jan C. Binnema 441f005316 bump to 1.3.10, update NEWS.org 2020-03-15 14:57:12 +02:00
Dirk-Jan C. Binnema a76720af42 make OP_WILDCARD non-conditional
Since we require Xapian 1.4 anyway, there's no need to make OP_WILDCARD
conditional.
2020-03-02 23:02:17 +02:00
Dirk-Jan C. Binnema 19dcf9a98f configure.ac: Use xapian-core.pc when available
Only fall back to xapian-config if it isn't.
2020-02-29 12:16:37 +02:00
Dirk-Jan C. Binnema 68784452fb configure.ac: Fix --disable-guile
Fixes #1588
2020-02-25 23:51:48 +02:00
Dirk-Jan C. Binnema 95d9a398f1 configure.ac: fix typo in guile check
Fixes #1588
2020-02-25 22:57:45 +02:00
Dirk-Jan C. Binnema 20eea6153f fix guile build 2020-02-25 07:40:00 +02:00