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

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

[elpa] externals/bnf-mode 97fd624 07/43: Cleaned up NEWS file


From: Stefan Monnier
Subject: [elpa] externals/bnf-mode 97fd624 07/43: Cleaned up NEWS file
Date: Mon, 20 Jan 2020 13:38:59 -0500 (EST)

branch: externals/bnf-mode
commit 97fd6240fb3a86a2a34740dbf2c31c06d06e8f23
Author: Serghei Iakovlev <address@hidden>
Commit: Serghei Iakovlev <address@hidden>

    Cleaned up NEWS file
---
 NEWS | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/NEWS b/NEWS
index 4dc7bf3..974eb71 100644
--- a/NEWS
+++ b/NEWS
@@ -6,13 +6,12 @@ See the end of the file for license conditions.
 This file is about changes in BNF Mode.
 
 * BNF Mode 0.4.2
+** First release in ELPA.
 ** Introduced ALGOL 60 comments style. Disabled by default.
-For more see: https://github.com/sergeyklay/bnf-mode/pull/4 .
 
 ** Use semicolons as a comments.
 Only setting bnf-mode-algol-comments-style to non-nil will allow use
 semicolons as a regular terminal symbols.
-For more see: https://github.com/sergeyklay/bnf-mode/pull/4 .
 
 * BNF Mode 0.4.1
 ** Minor fix related to build & deploy BNF Mode on Travis CI.
@@ -27,19 +26,17 @@ Added support of ";" character as an extra character used 
in terminals.
 See make help for more.
 
 * BNF Mode 0.3.2
-** Published package on MELPA.
-For more see https://github.com/melpa/melpa/pull/6074 .
+** First release in MELPA.
 
 ** Treat ' and " as a regular symbols.
 ** Removed no longer needed comment-* variables.
 ** In the BNF there are no grouping brackets except angle ones.
 ** Removed the bnf-mode-version function.
 Users can easily call describe-package or pkg-info-package-version
-interactively if they want to get this information. For more see: 
https://github.com/sergeyklay/bnf-mode/issues/1 .
+interactively if they want to get this information.
 
 * BNF Mode 0.3.1
 ** Fixed BNF rule name definition to follow ALGOL 60 report.
-For more see: https://www.masswerk.at/algol60/report.htm .
 
 * BNF Mode 0.3.0
 ** Nonterminals may be preceded by an unlimited number of spaces.
@@ -47,7 +44,6 @@ For more see: https://www.masswerk.at/algol60/report.htm .
 * BNF Mode 0.2.0
 ** Comments are no longer use syntax table.
 ** Changed comment syntax from "#" to ";" to follow RFC822#2.8 .
-For more see: https://tools.ietf.org/html/rfc822#section-2.8 .
 
 * BNF Mode 0.1.0
 ** Initial stable release.



reply via email to

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