monnier pushed a change to branch externals/hydra. from 4532f40ae4 Fix some quoting problems in doc strings new ab67b29835 Declare the third argument of `defhydra’ as a (potential) docstring. new b4fb3298cd hydra.el (hydra--hint-heads-wocol): Ignore dynamic hints new b12d37ac00 hydra.el (hydra--format): Detect macroexpand new df3025f7e3 hydra.el (hydra-key-regex): Add "\\" new 6eaf10f52c hydra-test.el (hydra-format-5): Fix failing test new a23046b7d5 hydra.el (hydra--hint-from-matrix): Refactor new 49611c1509 hydra.el (hydra--generate-matrix): Refactor new e228432bb6 hydra.el (hydra--hint-from-matrix): Adjust for "%" in key new 1deed8a00e fix typo in readme new 03eeea324c Make first line of hydra docstrings more informative. new 462202d7fc hydra.el (hydra--doc): Fixup new cf96140079 hydra-test.el: Regenerate tests for the last commit new 8119d82fe9 hydra.el (hydra--make-defun): require hydra new 62e0f37462 hydra-test.el: Fix tests for previous commit new 1e72f96a14 hydra.el (defhydra): Add :base-map option to body plist new 5b8f662992 hydra.el (hydra--format): Allow e.g. "M-?" in docstring new 87cc74b264 hydra.el (hydra--format): Make no docstring equivalent to :hint nil new 44b42598ee Fix Typos new c30e04d3f6 lv.el (lv-window): Turn off display-line-numbers new d071278fcc hydra.el (hydra--format): Fix off-by-one new 5c5b9ca326 Silence byte-compiler on Emacs 25 new 67098cc914 hydra.el (hydra--format): Add extra newline new ffff068d7f Update readme.md, add repo name and melpa badges new e01a79e4b7 hydra.el (defhydra): Declare "/params" and "/docstring" new 2ad0b01611 hydra.el (hydra--normalize-body): Fixup for Emacs24 new 05871dd6c8 hydra.el (defhydra): Document the :column feature new 425f20e7ed README.md: Link to :column code new 9ca93bdffb hydra.el (defhydra+): Add new 67e454bf10 hydra.el (defhydra+): Update indent spec new 1e423933a9 hydra.el: sexp hints are now supported for :columns new 16563fbc4c hydra.el (hydra--hint-row): Extract new 3846e2728f hydra.el (hydra-interpose): Extract new b7279c7c19 hydra.el (hydra--hint-row): Prep to return list new f0745366ff hydra.el (hydra--hint-from-matrix-1): Extract new 1dab16cd2a hydra.el (hydra--hint-from-matrix): Prep to return list new 38a567fc5b hydra.el (hydra--hint-from-matrix): Return a list new aa55bbd196 hydra.el (hydra--hint-from-matrix): Don't wrap with concat new 9c4a4711bc hydra.el (hydra-key-doc-function-default): Accept also sexp as doc new e0e3282efa hydra.el (hydra-hint-display-type): Add new d96180865c hydra.el (hydra-hint-display-alist): Add new 8e3698fb53 hydra-examples.el (hydra-rectangle): Change "p" to "x" new 480ae63137 Declare dependency on separate lv package new 6842731f08 hydra.el (hydra-lv): Declare obsolete new acb69859f3 hydra-test.el: Update tests for the last commit new f27fce1b2f hydra.el: Bump version new 7081ee6d44 Merge commit 'f27fce1b2f0a9162e159557bdeb2c0c94defb4d2' into externals/hydra
Summary of changes: README.md | 13 +- doc/Changelog.org | 69 +++++ hydra-examples.el | 11 +- hydra-test.el | 783 ++++++++++++++++++++++++++++++++---------------------- hydra.el | 469 ++++++++++++++++++++------------ lv.el | 3 + 6 files changed, 866 insertions(+), 482 deletions(-) create mode 100644 doc/Changelog.org