summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2024-11-15manual: Document inapt-if* slotsJonas Bernoulli
2024-11-11transient-mode-line-format: Fix typos in documentationJonas Bernoulli
2024-11-04Release version 0.7.9v0.7.9Jonas Bernoulli
2024-11-02Release version 0.7.8v0.7.8Jonas Bernoulli
2024-11-02Re-generate manualJonas Bernoulli
2024-10-23Show information about the suffix at point in the echo areaJonas Bernoulli
Display the same information, using a tooltip, when the mouse is over a command button. Closes #282.
2024-10-23transient-enable-popup-navigation: Update documentationJonas Bernoulli
2024-10-04Release version 0.7.7v0.7.7Jonas Bernoulli
2024-10-01Release version 0.7.6v0.7.6Jonas Bernoulli
2024-09-29transient-with-help-window: New macroJonas Bernoulli
2024-09-11transient-active-prefix: Accept symbol or list of symbolsJoseph Turner
2024-09-11manual: Fix pastos and versionJonas Bernoulli
2024-09-01Release version 0.7.5v0.7.5Jonas Bernoulli
2024-08-30Track generated transient.texi againJonas Bernoulli
The ecosystem isn't read; maybe in a few more years.
2024-08-20Update .orgconfigJonas Bernoulli
2024-08-20make: Make .orgconfig a prerequisite of %.texiJonas Bernoulli
2024-08-20orgconfig: Avoid using variable unavailable on GNU ELPA serverJonas Bernoulli
The GNU ELPA build server uses an old Emacs, which lacks `org-texinfo--quoted-keys-regexp'. Hard-code its value instead.
2024-08-17No longer track generated transient.texiJonas Bernoulli
That also means that we can use the (updated) {{{version}}} macro again.
2024-08-17make: Re-generate %.texi if HEAD changed since previous runJonas Bernoulli
2024-08-16make: Ensure documentation is cleaned up and regenerated when neededJonas 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-05Release version 0.7.4v0.7.4Jonas Bernoulli
2024-08-05Apply commit 00adee897ac from EmacsJonas Bernoulli
2024-07-29transient-active-prefix: New functionJonas Bernoulli
2024-07-13Release version 0.7.3v0.7.3Jonas Bernoulli
2024-06-28manual: Add an example using :setup-childrenJonas Bernoulli
2024-06-24Release version 0.7.2v0.7.2Jonas Bernoulli
2024-06-19Release version 0.7.1v0.7.1Jonas Bernoulli
2024-06-18Release version 0.7.0v0.7.0Jonas Bernoulli
2024-06-18make: Restore texi kludgeJonas Bernoulli
This was accidentally removed in [1: 872b19b0]. 1: 2024-06-07 872b19b062653797e997db4907da59315ed16c5b make: Integrate texi target
2024-06-18make: Fix texi targetJonas Bernoulli
2024-06-18Fix typosJonas Bernoulli
This comes from Emacs commit 3dcac22dd42.
2024-06-07make: Integrate texi targetJonas 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-04manual: RegenerateJonas Bernoulli
2024-06-03fixup(0dd64387): manual: Document how to autoload transient commandsJonas Bernoulli
2024-05-25manual: Document how to autoload transient commandsJonas Bernoulli
Closes #280.
2024-04-21transient-define-infix: Update debug specification and documentationJonas Bernoulli
2024-04-15Update contact informationJonas Bernoulli
2024-03-21Release version 0.6.0v0.6.0Jonas Bernoulli
2024-02-27Document that :class might be needed if :setup-children is usedJonas 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-21manual: Fix documentation for transient-toggle-level-limitAmelia 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-01Bump copyright yearsJonas Bernoulli
2023-12-16Release version 0.5.3v0.5.3Jonas Bernoulli
2023-12-09make: Remove obsolete org-export kludgeJonas Bernoulli
2023-12-05Release version 0.5.2v0.5.2Jonas Bernoulli
2023-12-05docs: Fix typoJonas Bernoulli
2023-12-05docs: Replace all unicode quotes in texi exportJonas Bernoulli
2023-12-05Release version 0.5.1v0.5.1Jonas Bernoulli
2023-12-05docs: Add new contributed introductionJ.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-05docs: Relegate the old introduction and introduce the term "menu"Jonas Bernoulli
2023-11-28Release version 0.5.0v0.5.0Jonas Bernoulli