branch: scratch/rfc-mode commit 21c966a02cdd4783dc6ea50b807589abc405d929 Author: Nicolas Martyanoff <khae...@gmail.com> Commit: Nicolas Martyanoff <khae...@gmail.com>
update changelog --- changelog.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.org b/changelog.org index d2414cb4ef..df64ca1e72 100644 --- a/changelog.org +++ b/changelog.org @@ -3,12 +3,14 @@ * Next Version ** 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. +** Misc +- Make the dependency on Helm optional (thanks to Jonas Bernoulli). + * 1.3.0 This release improves navigation and introduce section detection, thanks to Daniel MartÃn.