[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNU ELPA] Transient version 0.3.7
From: |
ELPA update |
Subject: |
[GNU ELPA] Transient version 0.3.7 |
Date: |
Mon, 25 Oct 2021 17:09:27 -0400 |
Version 0.3.7 of package Transient has just been released in GNU ELPA.
You can now find it in M-x package-list RET.
Transient describes itself as:
Transient commands
More at https://elpa.gnu.org/packages/transient.html
Recent NEWS:
# -*- mode: org -*-
* v0.3.7 2021-10-25
- Added an additional safety hatch to prevent Emacs from entering an
inconsistent state when an unexpected error occurs. 99e48369
- Added support for implementing section movement commands in
third-party packages. This was requested by the maintainer of
Emacspeak. Because they would be of very limited use to sighted
users no such commands are added to Transient itself. 769219b5
- ~transient-read-number-{N0,N+,N}~ now support infix arguments that
have three different states: disabled, enabled without an empty
value, and enabled with a non-empty value. 626d105e
- If a command is called as a suffix of itself, then the help command
shows the function definition instead of the man-page as it usually
does for prefixes. e17e2b2f
- Give users more control over how the transient buffer is displayed.
Various aspects that were previously hardcoded can now be changed
using the ~transient-display-buffer-action~ option. 7c677737
- Added support for adding suffixes that might be neither defined nor
autoloaded when the prefix is invoked. This usually results in an
error and while it is now possible to override that using an extra
step, it is still discouraged. 6842305e
Bug fixes:
- 1e740608 transient-map: Bind C-u to universal-argument
- e9048100 Explicitly call transient--pre-command in button action
- be119ee4 Export variables for transient non-infix suffixes
- b526b9c7 transient-infix-set: Consider all incompatibility rules
- 7126d6aa Fix hydra-inspired colors
- 0c2255a2 transient-get-value: Add an emergency exit
Also contains various documentation updates and code clean-ups.
* v0.3.6 2021-07-01
- Added new option ~transient-force-single-column~, which may be useful
for low vision. #122
- Added new option ~transient-highlight-higher-levels~, which is
intended for package authors. 90a05622
* v0.3.5 2021-06-16
- Added a kludge to work around some unexpected Emacs behavior.
ef921d30
- When showing help for a suffix that is also a subprefix, then also
consider the manpage that is set for the prefix, if any. a9bdd013
* v0.3.4 2021-05-25
- Very minor changes.
* v0.3.3 2021-05-24
- Added SPDX-License-Identifier library header. 7d3d8d79
* v0.3.2 2021-04-20
- Fixed an error message. c145229a
* v0.3.1 2021-04-19
- Changed ~transient-prefix~'s ~suffix-description~ slot to be initially
unbound, as was always intended. c28b8a4
- Added new functions ~transient-read-file~ and
~transient-read-existing-file~. a3b44224
* v0.3.0 2021-02-21
- Added a temporary kludge to prevent a transient from being invoked
while the minibuffer is active. A future release will enable
this again, once we are sure that cannot cause Emacs to enter an
inconsistent state, that causes most events to be ignored. #112
- Improved the backtrace that is shown when a fatal error occured in a
critical context. This involved some back and forth. See commits
mentioning the "emergency exit".
- Added support for defining a per-prefix fallback suffix description
function, which is used for suffixes that do not explicitly provide
a description. The new ~suffix-description~ slot is used to specify
that function. The new ~transient-command-summary-or-name~ function
is useful, not just as an example. 8b22b52b
- Added ~transient-arg-value~, which can be used to extract the values
of individual arguments in the output of ~transient-args~. d76f73f8
- Added support for using variables in group and suffix definitions
of a prefix. Such indirect specifications are resolved when the
transient prefix is being defined. #101
- No longer bind ~M-<key>~ to any common suffix commands; freeing this
namespace for a variety of uses in individual transient. A few
existing bindings had to be changed because of this. 990eb0a2
- Added ~transient-suffixes~ function, which is useful when
~transient-args~ is not sufficient because ...
...
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNU ELPA] Transient version 0.3.7,
ELPA update <=