diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-01-21 21:11:11 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-01-21 21:11:11 +0100 |
| commit | 7226aa8cdc5ca30c48d667312b5f8a3848b0b595 (patch) | |
| tree | 2677f85f4a1de4cc6e5f363b34a698dfb7f3524c /CHANGELOG | |
| parent | 6e453663cee786144f74b5877934493a7fcd7b00 (diff) | |
transient-scope: Add CLASSES argument
Closes #334.
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -58,10 +58,14 @@ Bug fixes: - Added documentation for ~inapt-if*~ slots to manual. 179545a6 -- ~transient-args~ and ~transient-scope~ now both take a prefix command or - a list of prefix commands as argument. ~transient-scope~ can still be - called without an argument, but that should only be done in functions - that take part in setting up a menu, not in a suffix command. +- ~transient-args~ now takes a prefix command or a list of prefix + commands as argument. + +- ~transient-scope~ now takes a prefix command or a list of prefix + commands and/or a prefix class or list of prefix classes as + arguments. It can still be called without any argument, but that + should only be done in functions that take part in setting up a + menu, not in a suffix command. - Added new generic function ~transient-prefix-value~, giving finer control over how the value returned by ~transient-args~ is determined. |
