[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] scratch/rfc-mode d4ca95b973 37/52: Add changelog entries for th
From: |
Stefan Monnier |
Subject: |
[nongnu] scratch/rfc-mode d4ca95b973 37/52: Add changelog entries for the next version |
Date: |
Wed, 12 Oct 2022 16:29:20 -0400 (EDT) |
branch: scratch/rfc-mode
commit d4ca95b9735916127999cfa42979dfc9812844c5
Author: Daniel Martín <mardani29@yahoo.es>
Commit: Daniel Martín <mardani29@yahoo.es>
Add changelog entries for the next version
---
changelog.org | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/changelog.org b/changelog.org
index ab727c2953..b98922b347 100644
--- a/changelog.org
+++ b/changelog.org
@@ -1,5 +1,24 @@
#+TITLE: rfc-mode changelog
+* Next Version
+
+** Features
+- ~imenu~ integration. If you use a graphical user interface, the menu
+ bar will show a new menu, "RFC Contents", with links to the
+ different parts of an RFC document.
+- RFC links can now be navigated using the mouse, or by pressing
+ ~<Tab>~/~<S-Tab>~.
+- Pressing ~g~ in a ~rfc-mode~ buffer lets you navigate to an RFC
+ section by name.
+- You can navigate to previous and next RFC sections by pressing ~p~ and
+ ~n~, respectively.
+
+** Misc
+- Derive ~rfc-mode~ from ~special-mode~.
+- Make ~rfc-mode-read~ display the document in a separate window,
+ without switching buffers. This follows the typical Emacs convention
+ for displaying help buffers, like ~help-mode~ or ~man-mode~ follow.
+
* 1.2.0
This new release is driven by suggestions from Stefan Monnier and some issues
which were open on Github. Thanks everyone!
- [nongnu] scratch/rfc-mode 02d8dfeb70 16/52: do not fail if helm is not available, (continued)
- [nongnu] scratch/rfc-mode 02d8dfeb70 16/52: do not fail if helm is not available, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode 7819cb64b9 25/52: add a changelog, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode e2608adbac 36/52: Make hyperlinks clickable with the mouse too, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode 390659e19c 10/52: automatically download indices and documents if they don't exist, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode e7d9e2f4cb 12/52: add melpa badges to readme, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode 55d28321b4 26/52: 1.2.0, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode e34df2b983 46/52: Free rfc-mode-browse of the dependency on Helm, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode 408bd186c8 49/52: Use closures instead of quoted lambda lists, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode a734721104 52/52: rfc-mode: Simplify the code by fetching&reading more lazily, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode 8fbf469c9b 19/52: improve function name and docstring, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode d4ca95b973 37/52: Add changelog entries for the next version,
Stefan Monnier <=
- [nongnu] scratch/rfc-mode ec4269cc91 38/52: fix backtab key name, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode 02546beecf 39/52: v1.3.0, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode bec092989b 30/52: Add imenu support for rfc-mode, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode 918d38f901 24/52: compute the index path dynamically, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode 4454af644e 13/52: update version tag, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode 088d81002e 04/52: make checkdoc happy, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode 88e6577a0e 27/52: update the readme regarding document download, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode 234890d3a8 23/52: Use expand-file-name instead of concat, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode 8aff885877 07/52: fix formatting escape sequence, Stefan Monnier, 2022/10/12
- [nongnu] scratch/rfc-mode 9ec648cdf7 14/52: cosmetic, Stefan Monnier, 2022/10/12