[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote f808a67bd8 5/8: Tweak the :package-version of us
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote f808a67bd8 5/8: Tweak the :package-version of user options for renaming buffers |
Date: |
Thu, 18 Jul 2024 03:57:57 -0400 (EDT) |
branch: externals/denote
commit f808a67bd84fcd86b8efff12d4ff1f5e88e12ffa
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Tweak the :package-version of user options for renaming buffers
We update this so that users know when the default value was added or
last changed.
These are related to the contribution by Ashton Wiersdorf in pull
request 392: <https://github.com/protesilaos/denote/pull/392>.
---
denote-rename-buffer.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/denote-rename-buffer.el b/denote-rename-buffer.el
index 3e157f193d..42c41fd5a3 100644
--- a/denote-rename-buffer.el
+++ b/denote-rename-buffer.el
@@ -41,7 +41,7 @@
(defcustom denote-buffer-has-backlinks-string "→ "
"A string used to indicate that a buffer has backlinks pointing to it."
:type 'string
- :package-version '(denote . "2.1.0")
+ :package-version '(denote . "3.1.0")
:group 'denote-rename-buffer)
(defcustom denote-rename-buffer-format "%b%t"
@@ -74,7 +74,7 @@ Any other string it taken as-is. Users may want, for
example, to
include some text that makes Denote buffers stand out, such as
a [D] prefix."
:type 'string
- :package-version '(denote . "2.1.0")
+ :package-version '(denote . "3.1.0")
:group 'denote-rename-buffer)
(defcustom denote-rename-buffer-function #'denote-rename-buffer
- [elpa] externals/denote updated (ba79556066 -> 6b762364f7), ELPA Syncer, 2024/07/18
- [elpa] externals/denote dce9d79b23 6/8: Use plain ASCII for denote-buffer-has-backlinks-string, ELPA Syncer, 2024/07/18
- [elpa] externals/denote 4318efe7e8 1/8: Add indicator for buffer having backlinks to denote-rename-buffer, ELPA Syncer, 2024/07/18
- [elpa] externals/denote 6b762364f7 8/8: Update denote--file-has-backlinks-p docstring to placate the compiler, ELPA Syncer, 2024/07/18
- [elpa] externals/denote 90fcf37de6 2/8: Add denote--file-has-backlinks-p; search for backlinks iff needed, ELPA Syncer, 2024/07/18
- [elpa] externals/denote f808a67bd8 5/8: Tweak the :package-version of user options for renaming buffers,
ELPA Syncer <=
- [elpa] externals/denote aa83497db0 7/8: Document denote-buffer-has-backlinks-string in the manual, ELPA Syncer, 2024/07/18
- [elpa] externals/denote 8abe1bd4f1 4/8: Merge pull request #392 from ashton314/main, ELPA Syncer, 2024/07/18
- [elpa] externals/denote 9be887a963 3/8: Add notes in the manual about the buffer backlink indicator, ELPA Syncer, 2024/07/18