emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/bnf-mode 76d21dec66 07/15: GNU Emacs < 25.1 is no longe


From: ELPA Syncer
Subject: [elpa] externals/bnf-mode 76d21dec66 07/15: GNU Emacs < 25.1 is no longer supported
Date: Wed, 7 Dec 2022 19:57:25 -0500 (EST)

branch: externals/bnf-mode
commit 76d21dec66a272c6d237cf70e7ad2f6960995ccc
Author: Serghei Iakovlev <egrep@protonmail.ch>
Commit: Serghei Iakovlev <egrep@protonmail.ch>

    GNU Emacs < 25.1 is no longer supported
---
 NEWS          | 9 +++++++++
 README.org    | 2 +-
 bnf-mode.el   | 2 +-
 bnf-mode.texi | 2 +-
 4 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index a6583ed376..0733ce4f52 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,15 @@ See the end of the file for license conditions.
 
 This file is about changes in BNF Mode.
 
+* BNF Mode 0.5.0
+** GNU Emacs < 25.1 is no longer supported.
+It is tricky to maintain bnf-mode tests and its environament
+for GNU Emacs older than 25.1 in the end of 2022. BNF Mode still may
+work with older versions of GNU Emacs, like 24.3, or with other
+flavors of Emacs (e.g. XEmacs) but this is not guaranteed due to
+the fact that it is difficult to test and even more difficult to
+automate these tests.
+
 * BNF Mode 0.4.5
 ** Tests were migrated from ert-runner to buttercup.
 Previously BNF Mode used `ert' through `ert-runner' for testing
diff --git a/README.org b/README.org
index 76f7a4d414..1bc9bfe9f6 100644
--- a/README.org
+++ b/README.org
@@ -33,7 +33,7 @@ When developing this mode, the following documents were taken 
into account:
 
 ** Installation
 
-Known to work with GNU Emacs 24.3 and later.  BNF Mode may work with
+Known to work with GNU Emacs 25.1 and later.  BNF Mode may work with
 older versions of Emacs, or with other flavors of Emacs (e.g. XEmacs)
 but this is /not/ guaranteed.  Bug reports for problems related to using
 BNF Mode with older versions of Emacs will most like not be addressed.
diff --git a/bnf-mode.el b/bnf-mode.el
index 0f5e95b828..d001302c94 100644
--- a/bnf-mode.el
+++ b/bnf-mode.el
@@ -7,7 +7,7 @@
 ;; Version: 0.4.5
 ;; URL: https://github.com/sergeyklay/bnf-mode
 ;; Keywords: languages
-;; Package-Requires: ((cl-lib "0.5") (emacs "24.3"))
+;; Package-Requires: ((cl-lib "0.5") (emacs "25.1"))
 ;; Revision: $Format:%h (%cD %d)$
 
 ;;;; License
diff --git a/bnf-mode.texi b/bnf-mode.texi
index 8f42a6ff0a..9186e71981 100644
--- a/bnf-mode.texi
+++ b/bnf-mode.texi
@@ -127,7 +127,7 @@ Bellow canonical BNF notation represented with a BNF is 
presented.  The syntax o
 
 @cindex Installation
 
-BNF Mode known to work with GNU Emacs 24.3 and later.  BNF Mode may
+BNF Mode known to work with GNU Emacs 25.1 and later.  BNF Mode may
 work with older versions of Emacs, or with other flavors of Emacs
 (e.g. XEmacs) but this is @i{not} guaranteed.  Bug reports for problems
 related to using BNF Mode with older versions of Emacs will most like



reply via email to

[Prev in Thread] Current Thread [Next in Thread]