[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/bnf-mode a3edaae 08/43: Cleaned up NEWS file
From: |
Stefan Monnier |
Subject: |
[elpa] externals/bnf-mode a3edaae 08/43: Cleaned up NEWS file |
Date: |
Mon, 20 Jan 2020 13:39:00 -0500 (EST) |
branch: externals/bnf-mode
commit a3edaae4c6eab5d7ec44d932f9b0745112d3305f
Author: Serghei Iakovlev <address@hidden>
Commit: Serghei Iakovlev <address@hidden>
Cleaned up NEWS file
---
NEWS | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 974eb71..fb259f8 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ 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.
** Use semicolons as a comments.
@@ -17,8 +18,10 @@ semicolons as a regular terminal symbols.
** Minor fix related to build & deploy BNF Mode on Travis CI.
* BNF Mode 0.4.0
-** Added comment-start-skip to improve recognize comments..
+** Added comment-start-skip to improve recognize comments.
+
** Return back comment-start and comment-end.
+
** Use more intelligent terminal syntax recognition.
Added support of ";" character as an extra character used in terminals.
@@ -29,8 +32,11 @@ See make help for more.
** 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.
@@ -43,7 +49,8 @@ interactively if they want to get this information.
* BNF Mode 0.2.0
** Comments are no longer use syntax table.
-** Changed comment syntax from "#" to ";" to follow RFC822#2.8 .
+
+** Changed comment syntax from "#" to ";" to follow RFC822#2.8.
* BNF Mode 0.1.0
** Initial stable release.
- [elpa] externals/bnf-mode updated (a1f2a93 -> 3b2f66a), Stefan Monnier, 2020/01/20
- [elpa] externals/bnf-mode 79acaa0 03/43: Added installation note, Stefan Monnier, 2020/01/20
- [elpa] externals/bnf-mode 68c0815 04/43: Added Customization documentation section, Stefan Monnier, 2020/01/20
- [elpa] externals/bnf-mode e6c2acb 01/43: Update installation documentation, Stefan Monnier, 2020/01/20
- [elpa] externals/bnf-mode 16986ab 02/43: Simplified installation documentation, Stefan Monnier, 2020/01/20
- [elpa] externals/bnf-mode 565dbad 05/43: Removed no longer needed license note, Stefan Monnier, 2020/01/20
- [elpa] externals/bnf-mode a3edaae 08/43: Cleaned up NEWS file,
Stefan Monnier <=
- [elpa] externals/bnf-mode eb1a2ed 11/43: Fixed link to ABNF Wikipedia page, Stefan Monnier, 2020/01/20
- [elpa] externals/bnf-mode 6aa0bcf 09/43: Add sample EBNF syntax for future testing and references, Stefan Monnier, 2020/01/20
- [elpa] externals/bnf-mode dc8c013 10/43: Fixed link to EBNF Wikipedia page, Stefan Monnier, 2020/01/20
- [elpa] externals/bnf-mode 178eafb 12/43: [WIP]: Initial GitHub workflow skeleton, Stefan Monnier, 2020/01/20
- [elpa] externals/bnf-mode 285c533 06/43: Convert change log to recognized by ELPA format, Stefan Monnier, 2020/01/20
- [elpa] externals/bnf-mode 97fd624 07/43: Cleaned up NEWS file, Stefan Monnier, 2020/01/20
- [elpa] externals/bnf-mode 87ffd61 13/43: Fast Makefile Test, Stefan Monnier, 2020/01/20
- [elpa] externals/bnf-mode 349ca9b 14/43: Check for Errors in the Documentation, Stefan Monnier, 2020/01/20
- [elpa] externals/bnf-mode 0ab0ebd 16/43: Correct build workflow step, Stefan Monnier, 2020/01/20
- [elpa] externals/bnf-mode 0bfead1 17/43: Fixed misspelling, Stefan Monnier, 2020/01/20