branch: scratch/rfc-mode commit 02546beecf4c495940885e7b7b911d84b12646ef Author: Nicolas Martyanoff <khae...@gmail.com> Commit: Nicolas Martyanoff <khae...@gmail.com>
v1.3.0 --- changelog.org | 4 ++++ rfc-mode.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.org b/changelog.org index b98922b347..d2199ad363 100644 --- a/changelog.org +++ b/changelog.org @@ -2,6 +2,10 @@ * Next Version +* 1.3.0 +This release improves navigation and introduce section detection, thanks to +Daniel MartÃn. + ** Features - ~imenu~ integration. If you use a graphical user interface, the menu bar will show a new menu, "RFC Contents", with links to the diff --git a/rfc-mode.el b/rfc-mode.el index 0f3e6d02a6..50d0030e5f 100644 --- a/rfc-mode.el +++ b/rfc-mode.el @@ -2,7 +2,7 @@ ;; Author: Nicolas Martyanoff <khae...@gmail.com> ;; URL: https://github.com/galdor/rfc-mode -;; Version: 1.2.0 +;; Version: 1.3.0 ;; Package-Requires: ((emacs "25.1") (helm "3.2")) ;; Copyright 2019 Nicolas Martyanoff <khae...@gmail.com>