summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2020-08-08 13:50:02 +0200
committerDavid Bremner <david@tethera.net>2020-08-09 21:14:36 -0300
commit42781f18214a4adf277c4bf52dd191ccf74e1b3b (patch)
tree715fa3928b3df1efff9cdb2be4a8448798b21db4
parentb614d3cc0bb5f7c30cd28576360891853416e0b2 (diff)
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.
-rw-r--r--NEWS5
-rw-r--r--emacs/notmuch-pkg.el.tmpl3
2 files changed, 6 insertions, 2 deletions
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")))