[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/blist abf7cc1d6d 2/2: ChangeLog: Document the new featu
From: |
ELPA Syncer |
Subject: |
[elpa] externals/blist abf7cc1d6d 2/2: ChangeLog: Document the new feature. |
Date: |
Sat, 8 Feb 2025 00:57:31 -0500 (EST) |
branch: externals/blist
commit abf7cc1d6dc1075c64f158ee296d4567d30b3bcf
Author: JSDurand <mmemmew@gmail.com>
Commit: JSDurand <mmemmew@gmail.com>
ChangeLog: Document the new feature.
---
ChangeLog | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 61bfc1c8ba..9d80867995 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2025-02-07 Durand <durand@jsdurand.xyz>
+
+ * blist.el: Add an option to open each bookmark in a new tab. Now
+ `blist-select-manner` has two options related to tabs: `onetab`
+ and `one-per-tab`. The former just opens all selected bookmarks
+ in a new tab, while the latter opens one tab for each selected
+ bookmark. In the latter case, all other window-related options
+ are ignored as a dedicated tab is used which contains no other
+ windows at all.
+
2024-08-07 Durand <durand@jsdurand.xyz>
* blist.el: The new customisation option `blist-show-item-num-p`