[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/markdown-mode f290586c61 3/6: Docs: Update CHANGES.md
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/markdown-mode f290586c61 3/6: Docs: Update CHANGES.md |
Date: |
Fri, 27 Oct 2023 01:01:12 -0400 (EDT) |
branch: elpa/markdown-mode
commit f290586c61cc1a633bd3f9b487f847813adfa745
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>
Docs: Update CHANGES.md
---
CHANGES.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/CHANGES.md b/CHANGES.md
index 0604a9a398..648bb6298b 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,12 +2,19 @@
*Under development*
+* New Features:
+ - Variable `markdown-follow-link-functions` extends
+ `markdown-follow-link-at-point` similarly to Org's
+ `org-open-at-point-functions`, allowing other libraries to
+ handle links specially. [GH-780][]
+
* Bug fixes:
- Don't highlight superscript/subscript in math inline/block [GH-802][]
* Improvements:
- Apply url-unescape against URL in an inline link [GH-805][]
+ [gh-780]: https://github.com/jrblevin/markdown-mode/issues/780
[gh-802]: https://github.com/jrblevin/markdown-mode/issues/802
[gh-805]: https://github.com/jrblevin/markdown-mode/issues/805
- [nongnu] elpa/markdown-mode updated (2a0556c5b7 -> 1cf1c1b270), ELPA Syncer, 2023/10/27
- [nongnu] elpa/markdown-mode 6c39b72f6f 2/6: Add: (markdown-follow-link-functions), ELPA Syncer, 2023/10/27
- [nongnu] elpa/markdown-mode 1cf1c1b270 6/6: Merge pull request #808 from alphapapa/wip/extensible-follow-links, ELPA Syncer, 2023/10/27
- [nongnu] elpa/markdown-mode c89377ad58 5/6: Fix: (markdown-follow-link-at-point) Don't save-excursion, ELPA Syncer, 2023/10/27
- [nongnu] elpa/markdown-mode 37a7b9a26b 1/6: Change/Fix: (-follow-thing-at-point) Use markdown-follow-link-at-point, ELPA Syncer, 2023/10/27
- [nongnu] elpa/markdown-mode 8077373665 4/6: Tidy: (markdown-test-string-mode), ELPA Syncer, 2023/10/27
- [nongnu] elpa/markdown-mode f290586c61 3/6: Docs: Update CHANGES.md,
ELPA Syncer <=