summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2026-04-22Release version 0.13.0HEADv0.13.0mainJonas Bernoulli
2026-03-07make: Use portable sed argumentJonas Bernoulli
Closes #428.
2026-03-07make: CosmeticsJonas Bernoulli
2026-03-03manual: Update recommendation for visually impaired usersJonas Bernoulli
2026-03-03transient-use-accessible-values: New optionJonas Bernoulli
2026-03-03transient-use-accessible-formats: New optionJonas Bernoulli
2026-03-03transient-prefer-reading-value: New optionJonas Bernoulli
2026-03-03manual: Use term visually impaired where appropriateJonas Bernoulli
2026-03-03manual: Fix typoJonas Bernoulli
2026-02-27manual: Update some FAQJonas Bernoulli
2026-02-23transient-get-summary: Optionally echo even duplicated documentationJonas Bernoulli
2026-02-23manual: Document inactive slotJonas Bernoulli
2026-02-23manual: Move description of advise and advise* slotsJonas Bernoulli
2026-02-23manual: Extend information about summary slotJonas Bernoulli
2026-02-23manual: Improve Accessibility Options nodeJonas Bernoulli
2026-02-23manual: Reorder Accessibility Options nodeJonas Bernoulli
2026-02-23manual: Update outdated example configurationJonas Bernoulli
2026-01-30transient-enable-menu-navigation: Improve documentationJonas Bernoulli
2026-01-13transient-force-single-column: Improve documentationJonas Bernoulli
2026-01-13transient-describe-menu: New optionJonas Bernoulli
2026-01-08manual: Provide example configuration for blind usersJonas Bernoulli
2026-01-08transient-navigate-to-group-descriptions: New optionJonas Bernoulli
2026-01-08transient-enable-menu-navigation: Renamed optionJonas Bernoulli
2026-01-08transient-show-menu: Renamed optionJonas Bernoulli
2026-01-08Update manualJonas Bernoulli
2026-01-04Fix typosJonas Bernoulli
2026-01-04manual: Fix typoJonas Bernoulli
2026-01-04make: Also clean .revdesc and docs/stats/Jonas Bernoulli
2026-01-01Release version 0.12.0v0.12.0Jonas Bernoulli
2026-01-01Bump copyright yearsJonas Bernoulli
2025-12-15manual: Fix typoJonas Bernoulli
2025-12-15manual: Fix misplaced syntaxJonas Bernoulli
2025-11-30make: Add new EMACS_Q_ARG variableJonas Bernoulli
It defaults to "-Q" but users can instead use "-q", which is useful if "site-start.el" contains essential settings. Also add `EMACS_BATCH' and `EMACS_ORG', and rework use of related variables.
2025-11-18Release version 0.11.0v0.11.0Jonas Bernoulli
2025-11-14Improve documentation of some optionsJonas Bernoulli
2025-11-13Update links to manualsJonas Bernoulli
2025-11-13make: Use absolute urls in exported manualsJonas Bernoulli
2025-11-13Publish manual and statistics using webdavJonas Bernoulli
Re magit/magit#5472.
2025-11-13make: CosmeticsJonas Bernoulli
2025-11-08manual: Add some missing @codeJonas Bernoulli
2025-11-08manual: Add some missing @code around booleansJonas Bernoulli
2025-10-06Release version 0.10.1v0.10.1Jonas Bernoulli
2025-09-01Release version 0.10.0v0.10.0Jonas Bernoulli
2025-08-16Support automatically remembering the prefix valueJonas Bernoulli
Closes #287.
2025-08-16transient-get-value: Replace with three functionsJonas Bernoulli
`transient-get-value' was added in [1: d33fe5ab]. At this time it was only used by commands that save the value. We didn't make a distinction between `transient--suffixes' and `transient-current-suffixes' at this time. In [2: 1b9929ec] the `unsavable' suffix slot was added and this function started to drop the values of unsavable suffixes. In [3: 8db5f0fd] we started to also use it to preserve the value across refreshes. That made it necessary to use `transient--suffixes'. It would have made sense to only use that variable. Instead we started to use it, if non-nil, and fall back to `transient-current-suffixes' otherwise (which previously was used exclusively). Sometime along the way, package authors started to need the value of the prefix or of another suffix while setting up the menu and its suffixes. `transient-args' is not intended for that purpose and I started to tell them to use `transient-get-value'. So now `transient-get-value' is being used for at least three distinct purposes. They have in common that they deal with the value of the extant prefix (so `transient-args' is not appropriate); but they need different subsets of that value. We could deal with that by adding arguments to `transient-get-value'. Instead we use three different functions, and give them names that make these differences obvious. - New `transient--get-savable-value' obviously filters out the non- savable parts of the value and is obviously used when saving the value. - New `transient--get-extended-value' returns the full value. This includes the parts that are currently inactive, but have to be preserved because they may become active again. This is used to preserve the value across refreshes. This also includes unsavable parts of the value, since we still want to use those parts. - `transient-get-value' now returns the "effective" value. This includes the "unsavable" (but "intend for use") parts. It does not include the "inactive" parts. Keep the current name of this function because that is being used in third-party package. Note that while this now filters out the value of suffixes whose `inapt' slot is non-nil, that doesn't make a difference just yet. Such suffixes are not being added to `transient--suffixes' yet, but we will start doing that in a few commits. In other words, there effectively is no change in how this deals with inapt parts of the value. However, the behavior changes with regards to unsavable parts of the value. Those are no longer dropped. That is a bugfix. 1: 2019-08-12 d33fe5abaf5d0de2a8e80e7e52555d725ebdc6e5 Split new transient-get-value from transient-args 2: 2020-10-20 1b9929eca9b1076fb04794b6736d42a1d394fadb Add new `unsavable' infix slot 3: 2024-06-22 8db5f0fd4469f3b2af34e07a283372ca273fa685 transient--refresh-transient: Preserve value
2025-08-16transient-prefix-value: Clarify documentationJonas Bernoulli
2025-08-01Release version 0.9.4v0.9.4Jonas Bernoulli
2025-07-01Release version 0.9.3v0.9.3Jonas Bernoulli
2025-06-09Release version 0.9.2v0.9.2Jonas Bernoulli
2025-06-06manual: Mention transient-copy-menu-text in relevant FAQJonas Bernoulli