branch: elpa/rfc-mode commit fd7ff4a765dcc9e35e3a2a11c760031aac0e963c Author: Nicolas Martyanoff <khae...@gmail.com> Commit: Nicolas Martyanoff <khae...@gmail.com>
update the changelog --- changelog.org | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/changelog.org b/changelog.org index df64ca1e72..b13e690307 100644 --- a/changelog.org +++ b/changelog.org @@ -1,15 +1,26 @@ #+TITLE: rfc-mode changelog * Next Version +/Work in progress./ + +* 1.4.0 +I should have released minor versions for bug fixes, but it seems everyone is +using the =master= branch from MELPA, and so am I. So major only it is. I will +release a minor version if a severe issue is found of course. ** Features -- ~rfc-mode-read~ now supports a numeric prefix argument, so you can - simply type ~C-u 1 2 3 4 M-x rfc-mode-read~ to read RFC - number 1234. Also, if you call ~rfc-mode-read~ when point is on a - number, you will be offered that number as default. +- ~rfc-mode-read~ now supports a numeric prefix argument, so you can simply + type ~C-u 1 2 3 4 M-x rfc-mode-read~ to read RFC number 1234. Also, if you + call ~rfc-mode-read~ when point is on a number, you will be offered that + number as default. Thanks to Daniel Martín. +- ~rfc-mode-goto-section~ now makes sure the title of the section is at the + top of the page, avoiding annoying edge cases where a section is at the end + of a page (thanks to Štěpán Němec). ** Misc - Make the dependency on Helm optional (thanks to Jonas Bernoulli). +- Code cleaning and simplifications (thanks to Stefan Monnier, Jonas Bernoulli + and Basil L. Contovounesios). * 1.3.0 This release improves navigation and introduce section detection, thanks to