branch: externals/bnf-mode commit 592c7d4149dd4e28d2534b9ee38e1b087d3a3a48 Author: Serghei Iakovlev <serg...@phalconphp.com> Commit: Serghei Iakovlev <serg...@phalconphp.com>
Minor improvements in change log --- CHANGELOG.org | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index af429f1..2f32e6a 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -7,20 +7,21 @@ The format is based on [[http://keepachangelog.com][Keep a Changelog]] and this ** [[https://github.com/sergeyklay/bnf-mode/compare/0.4.1...HEAD][Unreleased]] *** Added -- Introduce ALGOL 60 comments style [[https://github.com/sergeyklay/bnf-mode/pull/4][#4]] +- Introduced ALGOL 60 comments style. Disabled by default. + For more see: [[https://github.com/sergeyklay/bnf-mode/pull/4][#4]] . *** Changed - Only setting =bnf-mode-algol-comments-style= to non-nil will allow use - semicolons as a regular terminal symbols + semicolons as a regular terminal symbols. For more see: [[https://github.com/sergeyklay/bnf-mode/pull/4][#4]] . ** [[https://github.com/sergeyklay/bnf-mode/compare/0.4.0...0.4.1][0.4.1]] - 2019-04-21 *** Fixes -- Minor fix related to build & deploy BNF Mode on Travis CI +- Minor fix related to build & deploy BNF Mode on Travis CI. ** [[https://github.com/sergeyklay/bnf-mode/compare/0.3.2...0.4.0][0.4.0]] - 2019-04-21 *** Added -- Added =comment-start-skip= to help comment commands recognize comments -- Return back =comment-start= and =comment-end= removed in [[https://github.com/sergeyklay/bnf-mode/commit/83f0e0fc144e453bcce459d2d655a7b48e77953e][83f0e0f]] +- Added =comment-start-skip= to help comment commands recognize comments. +- Return back =comment-start= and =comment-end= removed in [[https://github.com/sergeyklay/bnf-mode/commit/83f0e0fc144e453bcce459d2d655a7b48e77953e][83f0e0f]] . - More intelligent terminal syntax recognition. Added support of "=;=" character as an extra character used in terminals. - Provided ability to build installation package. @@ -28,32 +29,35 @@ The format is based on [[http://keepachangelog.com][Keep a Changelog]] and this ** [[https://github.com/sergeyklay/bnf-mode/compare/0.3.1...0.3.2][0.3.2]] - 2019-03-24 *** Changed -- Published package on MELPA [[https://github.com/melpa/melpa/pull/6074][(melpa/melpa#6074)]] +- Published package on MELPA ([[https://github.com/melpa/melpa/pull/6074][melpa/melpa#6074]]). *** Fixed -- In the BNF there are no strings thus treat ' and " as a regular symbols -- Minor code cleanup: removed no longer needed ~comment-*~ variables -- In the BNF there are no grouping brackets except angle ones. Fixed +- In the BNF there are no strings thus treat ' and " as a regular symbols. +- Minor code cleanup: removed no longer needed =comment-*= variables. +- In the BNF there are no grouping brackets except angle ones. Fixed. *** Removed -- 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 [[https://github.com/sergeyklay/bnf-mode/issues/1][(#1)]] +- 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 ([[https://github.com/sergeyklay/bnf-mode/issues/1][#1]]). ** [[https://github.com/sergeyklay/bnf-mode/compare/0.3.0...0.3.1][0.3.1]] - 2019-03-17 *** Fixed -- Fixed BNF rule name definition to follow [[https://www.masswerk.at/algol60/report.htm][ALGOL 60 report]] +- Fixed BNF rule name definition to follow [[https://www.masswerk.at/algol60/report.htm][ALGOL 60 report]] . ** [[https://github.com/sergeyklay/bnf-mode/compare/0.2.0...0.3.0][0.3.0]] - 2019-03-17 *** Changed -- LHS nonterminals may be preceded by an unlimited number of spaces +- LHS nonterminals may be preceded by an unlimited number of spaces. ** [[https://github.com/sergeyklay/bnf-mode/compare/0.1.0...0.2.0][0.2.0]] - 2019-03-16 *** Changed -- Comments are no longer use syntax table. For more see ~comment-use-syntax~ +- Comments are no longer use syntax table. For more see =comment-use-syntax=. *** Fixed -- Changed comment syntax from ~#~ to ~;~ to follow [[https://tools.ietf.org/html/rfc822#section-2.8][RFC822#2.8]] +- Changed comment syntax from =#= to =;= to follow [[https://tools.ietf.org/html/rfc822#section-2.8][RFC822#2.8]] . ** 0.1.0 - 2019-03-16 *** Added - - Initial stable release + - Initial stable release. + +[[https://www.gnu.org/software/emacs/][GNU Emacs]]