| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-15 | manual: Document inapt-if* slots | Jonas Bernoulli | |
| 2024-11-11 | transient-mode-line-format: Fix typos in documentation | Jonas Bernoulli | |
| 2024-11-04 | Release version 0.7.9v0.7.9 | Jonas Bernoulli | |
| 2024-11-02 | Release version 0.7.8v0.7.8 | Jonas Bernoulli | |
| 2024-11-02 | Re-generate manual | Jonas Bernoulli | |
| 2024-10-23 | Show information about the suffix at point in the echo area | Jonas Bernoulli | |
| Display the same information, using a tooltip, when the mouse is over a command button. Closes #282. | |||
| 2024-10-23 | transient-enable-popup-navigation: Update documentation | Jonas Bernoulli | |
| 2024-10-04 | Release version 0.7.7v0.7.7 | Jonas Bernoulli | |
| 2024-10-01 | Release version 0.7.6v0.7.6 | Jonas Bernoulli | |
| 2024-09-29 | transient-with-help-window: New macro | Jonas Bernoulli | |
| 2024-09-11 | transient-active-prefix: Accept symbol or list of symbols | Joseph Turner | |
| 2024-09-11 | manual: Fix pastos and version | Jonas Bernoulli | |
| 2024-09-01 | Release version 0.7.5v0.7.5 | Jonas Bernoulli | |
| 2024-08-30 | Track generated transient.texi again | Jonas Bernoulli | |
| The ecosystem isn't read; maybe in a few more years. | |||
| 2024-08-20 | Update .orgconfig | Jonas Bernoulli | |
| 2024-08-20 | make: Make .orgconfig a prerequisite of %.texi | Jonas Bernoulli | |
| 2024-08-20 | orgconfig: Avoid using variable unavailable on GNU ELPA server | Jonas Bernoulli | |
| The GNU ELPA build server uses an old Emacs, which lacks `org-texinfo--quoted-keys-regexp'. Hard-code its value instead. | |||
| 2024-08-17 | No longer track generated transient.texi | Jonas Bernoulli | |
| That also means that we can use the (updated) {{{version}}} macro again. | |||
| 2024-08-17 | make: Re-generate %.texi if HEAD changed since previous run | Jonas Bernoulli | |
| 2024-08-16 | make: Ensure documentation is cleaned up and regenerated when needed | Jonas Bernoulli | |
| - Files are not the only inputs to `texi', so we cannot rely on their modification times alone, to determine whether a rebuild is required. The new `redo-docs' always regenerates the texi file and thus all other formats. Use that target before publishing the manual. - Teach `html-dir' to only regenerate if the texi file has actually been touched. - However when `html-dir' does regenerate, we must first remove all existing html files, to avoid files that used to be generated but are not being generated anymore, from sticking around. | |||
| 2024-08-05 | Release version 0.7.4v0.7.4 | Jonas Bernoulli | |
| 2024-08-05 | Apply commit 00adee897ac from Emacs | Jonas Bernoulli | |
| 2024-07-29 | transient-active-prefix: New function | Jonas Bernoulli | |
| 2024-07-13 | Release version 0.7.3v0.7.3 | Jonas Bernoulli | |
| 2024-06-28 | manual: Add an example using :setup-children | Jonas Bernoulli | |
| 2024-06-24 | Release version 0.7.2v0.7.2 | Jonas Bernoulli | |
| 2024-06-19 | Release version 0.7.1v0.7.1 | Jonas Bernoulli | |
| 2024-06-18 | Release version 0.7.0v0.7.0 | Jonas Bernoulli | |
| 2024-06-18 | make: Restore texi kludge | Jonas Bernoulli | |
| This was accidentally removed in [1: 872b19b0]. 1: 2024-06-07 872b19b062653797e997db4907da59315ed16c5b make: Integrate texi target | |||
| 2024-06-18 | make: Fix texi target | Jonas Bernoulli | |
| 2024-06-18 | Fix typos | Jonas Bernoulli | |
| This comes from Emacs commit 3dcac22dd42. | |||
| 2024-06-07 | make: Integrate texi target | Jonas Bernoulli | |
| Now that an Org version (9.6), which contains the necessary changes to ox-texinfo, has been released, we assume that users have the necessary tools. | |||
| 2024-06-04 | manual: Regenerate | Jonas Bernoulli | |
| 2024-06-03 | fixup(0dd64387): manual: Document how to autoload transient commands | Jonas Bernoulli | |
| 2024-05-25 | manual: Document how to autoload transient commands | Jonas Bernoulli | |
| Closes #280. | |||
| 2024-04-21 | transient-define-infix: Update debug specification and documentation | Jonas Bernoulli | |
| 2024-04-15 | Update contact information | Jonas Bernoulli | |
| 2024-03-21 | Release version 0.6.0v0.6.0 | Jonas Bernoulli | |
| 2024-02-27 | Document that :class might be needed if :setup-children is used | Jonas Bernoulli | |
| It was undefined which class would be used if none was specified explicitly and `:setup-children' is used. Using `transient-column' makes sense because, at least for a flat list of suffixes, that is the default for explicitly specified suffixes too. [1: df36bc87] accidentally changed the undefined default behavior to use `transient-columns' instead. This commit reverts that, but it is still considered undefined behavior. We now display a warning if this is encountered, and that will eventually be turned into an error. (Note that while not particularly useful, it is allowed to define a group with neither explicit children nor `:setup-children' (it will be silently omitted). At least for now, we keep it that way.) Closes #277. 1: 2024-02-01 df36bc8745520f4580c8bc9260d57aa53878a053 transient--parse-group: Detect columns beginning with included group | |||
| 2024-02-21 | manual: Fix documentation for transient-toggle-level-limit | Amelia Cuss | |
| We refer to higher numbers as "higher levels", per the last paragraph of this section: > The authors of transients should place certain suffixes on a higher > level, if they expect that it won’t be of use to most users, and they > should place very important suffixes on a lower level, so that they > remain available even if the user lowers the transient level. So `transient-toggle-level-limit' toggles whether suffixes on levels *higher* than `transient-default-level' are available regardless. | |||
| 2024-01-01 | Bump copyright years | Jonas Bernoulli | |
| 2023-12-16 | Release version 0.5.3v0.5.3 | Jonas Bernoulli | |
| 2023-12-09 | make: Remove obsolete org-export kludge | Jonas Bernoulli | |
| 2023-12-05 | Release version 0.5.2v0.5.2 | Jonas Bernoulli | |
| 2023-12-05 | docs: Fix typo | Jonas Bernoulli | |
| 2023-12-05 | docs: Replace all unicode quotes in texi export | Jonas Bernoulli | |
| 2023-12-05 | Release version 0.5.1v0.5.1 | Jonas Bernoulli | |
| 2023-12-05 | docs: Add new contributed introduction | J.D. Smith | |
| This introduction by JD Smith was first published on the wiki [1][2]. At popular demand, we now use it as the official introduction. [1]: https://github.com/magit/transient/wiki [2]: https://github.com/magit/transient.wiki.git Co-authored-by: Jonas Bernoulli <jonas@bernoul.li> Some light editorial work. | |||
| 2023-12-05 | docs: Relegate the old introduction and introduce the term "menu" | Jonas Bernoulli | |
| 2023-11-28 | Release version 0.5.0v0.5.0 | Jonas Bernoulli | |
