From: Jonas Bernoulli Date: Sat, 8 Aug 2020 11:50:02 +0000 (+0200) Subject: NEWS: At least Emacs 25.1 is required now X-Git-Tag: 0.31_rc0~18 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=42781f18214a4adf277c4bf52dd191ccf74e1b3b NEWS: At least Emacs 25.1 is required now Some backward incompatible changes follow in the next few commits and going forward contributors don't have to worry about Emacs 24 at all anymore. --- diff --git a/NEWS b/NEWS index 3790204b..4160e39c 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ Notmuch 0.31 (UNRELEASED) ========================= +Emacs +----- + +The minimum supported major version of GNU Emacs is now 25.1. + Notmuch 0.30 (2020-07-10) ========================= diff --git a/emacs/notmuch-pkg.el.tmpl b/emacs/notmuch-pkg.el.tmpl index 9d0999c1..85c631de 100644 --- a/emacs/notmuch-pkg.el.tmpl +++ b/emacs/notmuch-pkg.el.tmpl @@ -3,5 +3,4 @@ "notmuch" %VERSION% "Emacs based front-end (MUA) for notmuch" - '((emacs "24") - (cl-lib "0.6.1"))) + '((emacs "25.1")))