emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] scratch/rfc-mode 7819cb64b9 25/52: add a changelog


From: Stefan Monnier
Subject: [nongnu] scratch/rfc-mode 7819cb64b9 25/52: add a changelog
Date: Wed, 12 Oct 2022 16:29:19 -0400 (EDT)

branch: scratch/rfc-mode
commit 7819cb64b9b3ac74818989281f58174af668ba28
Author: Nicolas Martyanoff <khaelin@gmail.com>
Commit: Nicolas Martyanoff <khaelin@gmail.com>

    add a changelog
---
 changelog.org | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/changelog.org b/changelog.org
new file mode 100644
index 0000000000..ab727c2953
--- /dev/null
+++ b/changelog.org
@@ -0,0 +1,44 @@
+#+TITLE: rfc-mode changelog
+
+* 1.2.0
+This new release is driven by suggestions from Stefan Monnier and some issues
+which were open on Github. Thanks everyone!
+
+** Features
+- Let the module load without Helm since some features can be used without it.
+- Auto load ~rfc-mode-read~.
+- Improved accuracy for section title detection.
+- Offer the possibility to keep original buffer names with
+  ~rfc-mode-use-original-buffer-names~.
+
+** Fixes
+- Compute the index path dynamically so that ~rfc-mode-directory~ can be
+  modified after the module has been loaded.
+
+** Misc
+- Follow Emacs conventions in docstrings.
+- Derive ~rfc-mode~ from ~text-mode~.
+- Use ~expand-file-name~ instead of ~concat~.
+
+* 1.1.1
+** Features
+- Automatically download missing files.
+
+* 1.1.0
+** Fixes
+- Require missing modules.
+- Fix invalid escape sequence.
+
+** Misc
+- Make some functions private.
+
+* 1.0.1
+*** Fixes
+- Various fixes for checkdoc.
+
+* 1.0.0
+First public version.
+
+** Features
+- Helm-based RFC browser.
+- RFC document reader with highlighting.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]