[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org-remark 032e7572bf 3/4: docs: update NEWS
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org-remark 032e7572bf 3/4: docs: update NEWS |
Date: |
Thu, 23 Jan 2025 15:58:55 -0500 (EST) |
branch: externals/org-remark
commit 032e7572bf9e135ea60e791beb9c5c87c0744150
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@nobiot.com>
docs: update NEWS
---
NEWS | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/NEWS b/NEWS
index fe2482d552..e6a5e26250 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ Current development version (release candidate 1.3.0)
Features:
+ - feat: Define `org-remark-report-no-highlights`
+ krisbalintona/chatty-no-highlights (#86)
+
- Ability to highlight a whole line and show a mark on the margin (#71)
- Option to delete the whole notes entry when highlight is removed if
@@ -12,8 +15,18 @@ Current development version (release candidate 1.3.0)
Fixes:
+ - fix: org-remark-info-mode interfering with isearch-forward (#93)
+
+ - fix: fix: args-out-of-range error during loading highlights (#89)
+
+ - fix: `org-remark-link` gets wrongly referenced (#83)
+
+ - fix: josephmturner/fixes (#87): typo in package description
+
- fix: compiler warning ‘org-remark-highlight-save’ is an obsolete...
+ - fix(highlights-delay-load): rm window-state-change-functions (#82)
+
Version 1.2.2 - 2024-03-25
- fix: program error #78 mapconcat's 3rd arg is not optional in Emacs 28