[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/blist 785d4725b2 4/5: ChangeLog: Document the new featu
From: |
ELPA Syncer |
Subject: |
[elpa] externals/blist 785d4725b2 4/5: ChangeLog: Document the new feature. |
Date: |
Wed, 7 Aug 2024 00:57:41 -0400 (EDT) |
branch: externals/blist
commit 785d4725b2b7f043dcb0ec32af4299c6bd3a6760
Author: JSDurand <mmemmew@gmail.com>
Commit: JSDurand <mmemmew@gmail.com>
ChangeLog: Document the new feature.
* ChangeLog: Record the addition of this new customisation option
BLIST-SHOW-ITEM-NUM-P which is not recorded in other documentation
info files.
---
ChangeLog | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 54ccd78109..61bfc1c8ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2024-08-07 Durand <durand@jsdurand.xyz>
+
+ * blist.el: The new customisation option `blist-show-item-num-p`
+ controls whether or not to display the number of items in each
+ group's header. Note that this requires ilist at least version
+ 0.4 to work, since the actual counting is done in the function
+ `ilist-string` whose signature is thus changed to incorporate a
+ new argument `show-item-num-p`. This change is too minor to
+ record in the documentation info files in my opinion, by the way.
+
2023-06-19 Durand <durand@jsdurand.xyz>
* blist.el: