]> code.delx.au - gnu-emacs-elpa/history - hydra-test.el
hydra-test.el: Add a require hydra
[gnu-emacs-elpa] / hydra-test.el
2015-10-30 Oleh Krehelhydra-test.el: Add a require hydra
2015-10-16 Oleh KrehelFix failing test on Emacs 25
2015-07-23 Oleh KrehelUse quote instead of function to prevent compiler warnings
2015-07-21 Oleh KrehelRemove trailing whitespace from :columns docstring
2015-07-20 Oleh KrehelAdd :columns option for hydra body
2015-07-18 Oleh KrehelAllow binding heads to "%"
2015-07-17 Oleh KrehelAllow for "_[_" and "_]_" in docs
2015-05-19 Oleh KrehelAllow access to the current hydra body
2015-04-30 Oleh Krehelhydra.el (hydra-fontify-head-default): Fixup
2015-04-25 Oleh KrehelFix the regex once more and add test
2015-04-16 Oleh KrehelDeclare the hint early to avoid compile warnings
2015-04-15 Oleh KrehelAdd integration test for red hydras temporarily exiting
2015-04-15 Oleh KrehelFix red heads not exiting temporarily
2015-04-13 Oleh KrehelMove `this-command' setter
2015-04-13 Oleh KrehelSet `this-command' when appropriate
2015-04-13 Oleh Krehelhydra.el (hydra--head-color): Remove
2015-04-13 Oleh Krehelhydra.el (hydra--head-color): Simplify
2015-04-13 Oleh KrehelAdd an integration test for digit args in amaranth
2015-04-13 Oleh KrehelFinalize head inheritance
2015-04-11 Oleh KrehelUse a variable instead of a function for the hint
2015-04-11 Oleh KrehelSimplify `keyboard-quit'
2015-04-11 Oleh KrehelDon't double-call :post
2015-04-11 Oleh KrehelUpdate the tests for the new `hydra-set-transient-map'
2015-03-31 Oleh KrehelUpdate testing setup
2015-03-31 Oleh KrehelAdd integration testing
2015-03-31 Oleh KrehelUse `hydra-keyboard-quit' instead of `hydra-cleanup'
2015-03-28 Oleh KrehelUse set/defvar for keymap
2015-03-28 Oleh KrehelDefine a keymap var for each hydra and re-use it
2015-03-28 Oleh Krehelhydra.el (hydra--make-funcall): Add
2015-03-27 Oleh KrehelDisable key-chord for the duration of the hydra
2015-03-27 Oleh Krehelhydra-test.el (hydra-format-4): Add test
2015-03-24 Oleh KrehelFix argument to `replace-match'
2015-03-23 Oleh KrehelFix blue/red heads with same cmd
2015-03-23 Oleh KrehelAllow for the "%s`foo" spec.
2015-03-14 jhonnysevenFix switch-frame handling.
2015-03-12 Oleh KrehelBind [switch-frame] to `hydra-keyboard-quit'
2015-03-10 Oleh Krehel"C-g" (`hydra-keyboard-quit' ) should run :post
2015-02-27 Oleh KrehelDon't wrap `hydra-repeat'
2015-02-27 Oleh KrehelAdd some features for generating tables
2015-02-25 Oleh Krehelhydra.el (hydra-key-format-spec): set default to "%s"
2015-02-24 Oleh KrehelRemove hydra-exit
2015-02-24 Oleh KrehelDon't bind nil heads in outside keymaps
2015-02-24 Oleh KrehelImprove handling of heads with duplicate cmd
2015-02-23 Oleh KrehelRename compat toggle - :nonheads -> :foreign-keys
2015-02-23 Oleh Krehelhydra.el (hydra-keyboard-quit): Add
2015-02-23 Oleh KrehelFix :exit t / :exit nil inheritance issue
2015-02-21 Oleh Krehelhydra-examples.el: Add example 9
2015-02-21 Oleh KrehelAllow sexps in Ruby-style docstrings
2015-02-21 Oleh Krehelhydra-test.el (hydra-format): New test
2015-02-20 Oleh KrehelIntercept quit signals
2015-02-19 Oleh KrehelAdd compat color-less syntax
2015-02-19 Oleh KrehelGenerate a global resetter in `defhydradio'
2015-02-19 Oleh KrehelAllow for Ruby-style Hydra docstrings
2015-02-17 Oleh KrehelFix unintentional recursion in Emacs 25
2015-02-17 Oleh Krehelhydra.el (defhydradio): New macro
2015-02-17 Oleh KrehelDon't clutter Echo Area
2015-02-14 Oleh Krehelhydra.el (hydra--make-defun): simplify
2015-02-06 Oleh Krehel`hydra/body' will pass the initial `current-prefix...
2015-02-06 Oleh KrehelFix "catch 'hydra-disable"
2015-02-05 Oleh Krehelhydra.el (hydra-keyboard-quit): New custom var
2015-02-05 Oleh KrehelMove defun-creating code into a defun
2015-02-05 Oleh Krehelhydra-test.el: update the test to not fail for older...
2015-02-05 Oleh Krehelhydra-test.el: add test
2015-02-03 Oleh KrehelUpdate the call order and allow called functions to...
2015-02-03 Oleh KrehelAdd support for `universal-argument' and `digit-argument'
2015-02-02 Oleh Krehelhydra-test.el: Add licence
2015-02-01 Oleh KrehelDistinguish red and blue hydra heads
2015-01-30 Oleh Krehelhydra.el (defhydra): fix a bug for old Emacs versions
2015-01-29 Oleh KrehelAdd automated testing