Commit Graph

198 Commits

Author SHA1 Message Date
887e75c4ee Child processes should be session leaders.
If not, when the session of mu is killed, these child processes are also
killed. This scenario shows up when using mu4e: a PDF attachment, for
example, is opened by Evince, but as soon as Emacs exits, Evince is also
killed.
2016-12-28 13:51:20 +02:00
50ba087b7a update build instructions 2016-12-13 23:03:25 +02:00
edcef28ac4 bump version to 0.9.19, extra warnings
Bump version to 0.9.19; add some extra warnings (using some new m4 macros)
2016-12-11 18:30:12 +02:00
1f232b6737 bump version to 0.9.18 2016-12-04 21:18:18 +02:00
3aee179bf1 mu: lower required gmime version
To appease travis.
2016-11-16 21:10:59 +02:00
c2e4b26cd4 mu: slightly bump up required gmime/glib versions
Let's mildly bump up versions of gmime/glib to the late-2012 versions,
so we can start using newer things. And find out if anyone is still
using those ancient versions.
2016-11-16 20:18:14 +02:00
f7e6d77c9a disable perl for now to unbreak make dist 2016-11-06 10:48:45 +02:00
ff4d146357 Support Emacs 26 in configure.ac
The version under development is now 26. I installed Emacs from source
via Git recently, it gives:

emacs-version
     => "26.0.50.2"
2016-10-31 19:28:50 +08:00
6b366e7d25 perl: Integrate the mup interface from https://github.com/StAlphonsos/mup 2016-08-26 15:32:24 -05:00
8155d29da8 Start 0.9.17 development series
Start development on the 0.9.17 series, leading to the 0.9.18 release at
some point.
2016-01-24 12:30:37 +02:00
1c0bfe81a7 mu 0.9.16 2016-01-20 20:19:35 +02:00
ef5c864d76 configure: bump version to 0.9.15
We'll use odd minor version numbers (.15) for development releases; this
ultimately leads to the next stable 0.9.16.
2015-10-21 08:08:21 +03:00
403e2dbc2f Bump version to 0.9.9.13 2015-09-22 19:00:41 +03:00
29230a787b Install NEWS.org, mu4e-about.org 2015-06-09 21:08:02 +03:00
7eb244b3b0 mu: don't use __FUNCTION__, use __func__
__FUNCTION__ is deprecated and gives compilation warnings. __func__ is
standardized in c99.
2015-04-22 21:06:31 +03:00
1fa9aea6e2 Bump version to 0.9.12
Enough changes to warrant a new version
2015-04-16 22:27:38 +03:00
ffe25e6786 Update address for reporting issues
Use the github one instead of the (obsolete) google-code one.
2014-12-20 14:08:17 -08:00
8f2d4f38d5 configure.ac: bump version to 0.9.11 2014-11-27 01:08:29 +02:00
1a19abdc8a Allow for gmime-2.6.7
See a86138a5. Apparently gmime 2.6.7 works fine as well.
2014-09-25 22:34:43 +03:00
7888ba38f0 Bump version to 0.9.10 2014-09-23 07:31:43 +03:00
a86138a5b4 Check for specific gmime-2.6 version (fixes #473)
Apparently, some gmime-2.5 versions match gmime-2.6 (pkgconfig) but
don't have the required API.

2.6.10 (2+ years old) is reported to work; test for this.
2014-09-23 00:41:12 +03:00
a6f6c54d67 * bump version to 0.9.9.6pre3 2014-04-14 03:37:58 +03:00
44cc0bdd27 * mu4e/Makefile: allow configuring the lispdir
`lispdir` is no longer hardcoded in the Makefile.

Users can set the desired `lispdir` at configure time, with `./configure
--with-lispdir='...'`; or at install time with `make lispdir='...' install`.

The default install path is the folder `mu4e/` inside whatever AM_PATH_LISP
finds, which is probably what the original default intended.

This change fixes #320.
2013-12-01 01:36:18 +01:00
cba85156cd * merge branch 'master' of github.com:djcb/mu 2013-10-07 00:51:59 +03:00
c898265ee5 * use timegm instead of the tzset hack 2013-10-07 00:50:36 +03:00
a2c9b267bb * goes with the previous 2013-10-05 13:33:12 -07:00
85309a8a04 * bump version to 0.9.6-pre2 2013-10-05 13:31:32 -07:00
80622ebb07 * fix pmccabe check 2013-08-14 21:45:26 +03:00
b7324d5af6 * cleanup: drop gmime-2.4 support 2013-07-21 14:44:44 +03:00
b19ab68d3b * configure.ac: report on guile version 2013-05-30 06:14:27 -07:00
24fa47dbef * cosmetics 2013-05-15 00:05:21 +03:00
1f24e224a9 * more more copyright year updates 2013-03-30 11:38:01 +02:00
cfb4db1a9b * configure.ac: remove gtk+2 support (only gtk+3) 2013-03-17 16:19:53 +02:00
84477bc88a * configure.ac: fix gtk2/3 test 2013-03-17 14:08:47 +02:00
e21c9802d5 * configure.ac: bump database schema version to trigger a database --rebuild 2012-12-27 16:00:53 +02:00
06648060da * bump version to 0.9.9.5-dev6 2012-12-25 19:43:37 +02:00
35195f8c47 * configure: bump version to v5 2012-12-17 22:26:40 +02:00
8e70ec38a3 * bump version to 0.9.9.5-dev4 2012-11-11 20:22:47 +02:00
e5425081cc * remove hard dependency on wordexp.h (OpenBSD does not have it) 2012-11-08 22:19:28 +02:00
3c06758928 * bump version to 0.9.9.5-dev3 2012-11-04 20:42:12 +02:00
8505f6c316 * configure.ac: bump version to 0.9.9.5-dev2 2012-11-02 09:26:54 +02:00
32c0173b4e * lib: doxygen support (WIP, just starting...) 2012-10-27 14:42:21 +03:00
b16a42a48c * guile: move scripts to scripts/ (from scripts/stats) 2012-10-22 20:26:32 +03:00
3aac82ccd1 * configure.ac: bump version to 0.9.9.5-dev1 2012-10-20 17:50:44 +03:00
37f51515ed * fix guile / mu4e doc building 2012-10-20 15:49:53 +03:00
1565cf5b85 * fix `make distcheck' 2012-10-20 12:51:19 +03:00
b4e9a761a2 * use texi/ 2012-10-20 12:22:16 +03:00
f0be196209 * guile/mu4e: refactor doc building a bit 2012-10-19 16:00:41 +03:00
578a4c7a54 * guile: install guile script 2012-10-17 23:37:30 +03:00
51f5f5ed5d * NEWS, TODO, configure.ac: prepare for 0.99 release 2012-10-14 17:00:54 +03:00