summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-05-03render: move docstring to mode-line with exit-key displayexternals/keymap-popupThanos Apollo
2026-05-03keep-pred: use and with t inside with-current-bufferThanos Apollo
2026-05-03prepare-buffer: extract settings into keymap-popup-buffer-parametersThanos Apollo
2026-05-03prefix: detect prefix-arg commands via this-commandThanos Apollo
2026-05-03entry-command: use plain lambda for lexical captureThanos Apollo
2026-05-03meta: namespace pseudo-keys and shorten property namesThanos Apollo
2026-05-01Version bump: 0.2.3Thanos Apollo
2026-05-01readme: Fix read-string exampleThanos Apollo
2026-04-30docs: clarify defcustom and annotate keyword defaults in docstringsThanos Apollo
2026-04-30readme: annotate example with dynamic descriptions and submenusThanos Apollo
2026-04-30annotate: accept :popup-key, :exit-key, :description keywordsThanos Apollo
Unify exit-key type from char to string across the codebase. Add defcustom defaults for popup-key and exit-key. Refactor the keyword extractor to be a pure parser (no baked defaults).
2026-04-29packaging: Version bump 0.2.2Thanos Apollo
* Should have been included in b8012d7
2026-04-29refactor: replace post-command-hook with explicit refresh callsThanos Apollo
2026-04-28feat: user-pluggable display backend via function defcustomThanos Apollo
2026-04-28readme: typoThanos Apollo
2026-04-28readme: use as canonical demo.Thanos Apollo
2026-04-28feat: skip text properties for desc when already propertizedThanos Apollo
2026-04-28feat: pluggable display backend with child-frame supportThanos Apollo
2026-04-28cleanup: use mapconcant consistentlyThanos Apollo
2026-04-28fix: guard keep-pred against dead popup bufferThanos Apollo
2026-04-28refactor: extract collect-entries helperThanos Apollo
2026-04-28packaging: Add author email address.Thanos Apollo
2026-04-28fix: inapt guard as layer over specialized handlers.Thanos Apollo
2026-04-28version bump: 0.2.1Thanos Apollo
2026-04-28refactor: tighter callback ownership for reentering stateThanos Apollo
2026-04-28readme: Make c-u more obvious.Thanos Apollo
2026-04-28packaging: commentary: mention annotateThanos Apollo
2026-04-28readme: Update for refactorThanos Apollo
2026-04-28tests: Update for refactorThanos Apollo
2026-04-28refactor: set-transient-map, drop option type, pseudo-key metadataThanos Apollo
2026-04-27cleanup: use string-pad, drop keymap-popup--pad-lineThanos Apollo
2026-04-27Add elpaignoreThanos Apollo
2026-04-27feat: Add keymap-popup-annotateThanos Apollo
2026-04-27tests: Add group predicateThanos Apollo
2026-04-27feat: group-level: Add :if and :inapt-if predicatesThanos Apollo
2026-04-27readme: use real examplesThanos Apollo
2026-04-27packaging: Copyright to FSFThanos Apollo
2026-04-27style: apply review suggestions by PhilipThanos Apollo
* Suggested by Philip Kaludercic <philipk@posteo.net> via emacs-devel.
2026-04-26cleanup: remove transient jargonThanos Apollo
2026-04-26Add makefileThanos Apollo
2026-04-26Add guix.scmThanos Apollo
2026-04-26tests: Add read-loop tests and fix indentationThanos Apollo
2026-04-26packaging: use codeberg urlThanos Apollo
* Point to a forge so they can report bugs easily
2026-04-26adjust indentation and whitespaceThanos Apollo
2026-04-26keymap-popup: Rename macro to keymap-popup-define, add :exit-keyThanos Apollo
2026-04-26keymap-popup: Extract --map-groups to deduplicate row traversalThanos Apollo
2026-04-26readme: Update intro to match commentary.Thanos Apollo
2026-04-26readme: Add actual usage examplesThanos Apollo
2026-04-26keymap-popup: Add parent inheritance, inapt state, C-u prefix mode, key ↵Thanos Apollo
alignment
2026-04-26keymap-popup: Add sub-menus, C-u prefix mode, column rows, and review fixesThanos Apollo