[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 6f99ba8ab5 6/8: Revise docs of two deprecations
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 6f99ba8ab5 6/8: Revise docs of two deprecations to mention current development release version |
Date: |
Mon, 22 May 2023 15:57:59 -0400 (EDT) |
branch: externals/denote
commit 6f99ba8ab58e5460f0b48efc8516382da7759715
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Revise docs of two deprecations to mention current development release
version
---
denote.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/denote.el b/denote.el
index 1a45028ddd..6b1def15f1 100644
--- a/denote.el
+++ b/denote.el
@@ -2113,7 +2113,7 @@ This is for use in
`denote-keywords-add',`denote-keywords-remove',
(define-obsolete-function-alias
'denote--rewrite-keywords
'denote-rewrite-keywords
- "1.3.0")
+ "2.0.0")
(defun denote-rewrite-front-matter (file title keywords file-type)
"Rewrite front matter of note after `denote-rename-file'.
@@ -2148,7 +2148,7 @@ values if appropriate."
(define-obsolete-function-alias
'denote--rewrite-front-matter
'denote-rewrite-front-matter
- "1.3.0")
+ "2.0.0")
;;;;; The renaming commands and their prompts
- [elpa] externals/denote updated (4b3ba57386 -> 73dfc1f1bc), ELPA Syncer, 2023/05/22
- [elpa] externals/denote 6837f8df06 1/8: Make the creation of 'denote-directory' its own function, ELPA Syncer, 2023/05/22
- [elpa] externals/denote b054600d84 2/8: BREAKING: change default value of 'denote-allow-multi-word-keywords', ELPA Syncer, 2023/05/22
- [elpa] externals/denote 5dc40e40e4 5/8: Fix typo in doc string, ELPA Syncer, 2023/05/22
- [elpa] externals/denote 583e567f65 4/8: Throw an error if denote-sluggify-keywords does not get a list of strings, ELPA Syncer, 2023/05/22
- [elpa] externals/denote 6f99ba8ab5 6/8: Revise docs of two deprecations to mention current development release version,
ELPA Syncer <=
- [elpa] externals/denote 2c377d4af8 3/8: Clarify 'denote--slug-no-punct' doc string, ELPA Syncer, 2023/05/22
- [elpa] externals/denote af2f2c0831 7/8: Clarify doc string of 'denote-desluggify'; add TODO for more, ELPA Syncer, 2023/05/22
- [elpa] externals/denote 73dfc1f1bc 8/8: Write some unit tests (WORK-IN-PROGRESS), ELPA Syncer, 2023/05/22