[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/transient updated (35bbc35929 -> 645f1b2cd4)
From: |
Jonas Bernoulli |
Subject: |
[elpa] externals/transient updated (35bbc35929 -> 645f1b2cd4) |
Date: |
Tue, 3 Dec 2024 14:34:59 -0500 (EST) |
tarsius pushed a change to branch externals/transient.
from 35bbc35929 Update changelog
new 32e8150226 Use mapcan instead of cl-mapcan
new 24a1be509b docs: Fix word order
new aaefee0d01 Remove comments mentioning a legacy Emacs bug
new 75f0aef8d7 Add new "Scope" top-level section
new 9259f77e14 transient-args: Allow PREFIX to be a list of prefixes
new d0cba152dc transient-scope: Add PREFIX argument
new deb1569c9c transient-prefix-value: New generic function
new 6b83a02151 transient-init-scope: Add stub method for prefixes
new b3f3aa034a transient-init-value: Define noop method for
transient-suffix
new c9a62d5a16 Improve doc-strings of functions dealing with values
new 4130f62966 transient--show: Run transient-setup-buffer-hook later
new 3b28a2f8d6 transient-hide-during-minibuffer-read: Change default to
t
new c93c35f567 transient--show: Fix window height for more setups
new 7e50a8fa8e Check validity of transient-display-buffer-action
new 4de5812992 transient-scope: Fix recent regression
new ecdee415fb transient-scope: Fully revert behavior with no argument
new d64b73efbc transient-scope: Return nil if all prefixes are nil
new cb5e1e5594 transient-scope: Redesign
new e3e2e1112f Improve options for showing menu during minibuffer use
new 3539231b98 fixup(e3e2e111): Improve options for showing menu during
minibuffer use
new 590181262b transient-prefix: Add display-action slot
new 23cb5b109d transient-prefix: Add mode-line-format slot
new 37be15575a fixup(e3e2e111): Improve options for showing menu during
minibuffer use
new 51f25c21b8 Fix typos in documentation
new 645f1b2cd4 transient--stack-push: Preserve the value
Summary of changes:
CHANGELOG | 26 +++-
docs/transient.org | 54 ++++++-
docs/transient.texi | 56 +++++++-
lisp/transient.el | 397 +++++++++++++++++++++++++++++++++++++---------------
4 files changed, 410 insertions(+), 123 deletions(-)
- [elpa] externals/transient updated (35bbc35929 -> 645f1b2cd4),
Jonas Bernoulli <=
- [elpa] externals/transient c9a62d5a16 10/25: Improve doc-strings of functions dealing with values, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient deb1569c9c 07/25: transient-prefix-value: New generic function, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient c93c35f567 13/25: transient--show: Fix window height for more setups, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient aaefee0d01 03/25: Remove comments mentioning a legacy Emacs bug, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient 3b28a2f8d6 12/25: transient-hide-during-minibuffer-read: Change default to t, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient 3539231b98 20/25: fixup(e3e2e111): Improve options for showing menu during minibuffer use, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient 645f1b2cd4 25/25: transient--stack-push: Preserve the value, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient d64b73efbc 17/25: transient-scope: Return nil if all prefixes are nil, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient ecdee415fb 16/25: transient-scope: Fully revert behavior with no argument, Jonas Bernoulli, 2024/12/03
- [elpa] externals/transient b3f3aa034a 09/25: transient-init-value: Define noop method for transient-suffix, Jonas Bernoulli, 2024/12/03