summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2019-08-30manual: Fix broken export rendering by org mistaking `=' for markupŠtěpán Němec
Cf. (info "(org)Escape Character")
2019-08-12Regenerate manualJonas Bernoulli
2019-08-12transient-args: Fall back to set, saved or default valueJonas Bernoulli
2019-08-12Split new transient-get-value from transient-argsJonas Bernoulli
Going forward `transient-args' is only intended for use by regular suffix commands that consume the arguments. The new `transient-get-value' is intended primarily for indirect use by special suffix commands that set or save the value. More precisely by the methods `transient-set-value' and `transient-save-value', which are used by the commands `transient-set' and `transient-save' (as well as by the internal `transient--history-push').
2019-08-11transient-args: No longer support an object as PREFIXJonas Bernoulli
2019-08-11transient-args: Remove SEPARATE argumentJonas Bernoulli
2019-08-06manual: Do not require unused magit-utils and org-manJonas Bernoulli
2019-05-24Support inserting/removing groups and doing it using coordinatesJonas Bernoulli
Closes #36.
2019-05-20transient-read-with-initial-input: New optionJonas Bernoulli
Closes #46.
2019-05-04Update manualJonas Bernoulli
2019-05-04transient-show-popup: Update documentationJonas Bernoulli
2019-03-04Prevent infix commands from being added to command-historyJonas Bernoulli
Closes #23.
2019-03-03transient-base-map: New parent of other shared keymapsJonas Bernoulli
2019-03-03Bind transient-scroll-{up,down} explicitlyJonas Bernoulli
Remapping `scroll-{up,down}-command' does not work.
2019-03-01manual: Add a FAQJonas Bernoulli
2019-03-01Make it trivial to use "q" to quit againJonas Bernoulli
Closes #18.
2019-03-01Add commands to scroll transient windowJonas Bernoulli
2019-03-01transient-mode-line-format: New optionJonas Bernoulli
2019-03-01No longer depend on lv to display the transient bufferJonas Bernoulli
2019-03-01transient--pre-exit: Don't reselect original windowJonas Bernoulli
Doing so would prevent the use of a transient to do window management. It is also not necessary. If a suffix unintentionally selects another window, then that is a bug; don't try to work around such bugs.
2019-02-27Add a changelogJonas Bernoulli
2019-02-27Mention that infixes are suffixesJonas Bernoulli
2019-02-27Stop talking about the "echo area"Jonas Bernoulli
Lv does not use the echo area, it uses a "popup buffer" that is displayed in a way that suggests that the text is shown in the echo area, but technically that is not correct.
2019-02-23manual: Prevent evaluation of code blocksJonas Bernoulli
2019-02-23manual: Call ox-texinfo+-update-copyright-years while exportingJonas Bernoulli
2019-02-15manual: Fix a typoClemens Radermacher
In other works > In other words
2019-02-15manual: ReviseKyle Meyer
2019-02-14Release version 0.1.0v0.1.0Jonas Bernoulli