]> code.delx.au - gnu-emacs-elpa/history - hydra.el
hydra-test.el (hydra-format): New test
[gnu-emacs-elpa] / hydra.el
2015-02-21 Oleh Krehelhydra-test.el (hydra-format): New test
2015-02-21 Oleh Krehelhydra.el (hydra--handle-nonhead): Update signature
2015-02-20 Oleh KrehelFix pink and teal Hydras running :post
2015-02-20 Oleh Krehelhydra.el (hydra--handle-nonhead): Fix bug
2015-02-20 Oleh Krehelhydra.el: remove no :pre, :post restriction for Emacs...
2015-02-20 Oleh KrehelImprove compatibility for Emacs <= 24.3
2015-02-20 Oleh KrehelAdd an option to fontify heads in a custom way
2015-02-20 Oleh KrehelIntercept quit signals
2015-02-20 Oleh KrehelAllow `format'-style width specifiers in docstring
2015-02-20 Oleh Krehelhydra.el (hydra-add-font-lock): Add `defhydradio'
2015-02-19 Oleh Krehelhydra.el (hydra--head-color): Improve
2015-02-19 Oleh KrehelAdd compat color-less syntax
2015-02-19 Oleh KrehelGenerate a global resetter in `defhydradio'
2015-02-19 Oleh Krehelhydra.el (defhydra): Fix typo
2015-02-19 Oleh Krehelhydra.el (hydra-pink-fallback): Add
2015-02-19 Oleh KrehelFix typos
2015-02-19 Oleh Krehelhydra.el (hydra--hint): Add exception
2015-02-19 Oleh Krehelhydra.el (hydra--head-color): fix for teal color
2015-02-19 Oleh KrehelAdd teal body color
2015-02-19 Oleh Krehelhydra.el (hydra--hint): Take same arguments as `defhydra'
2015-02-19 Oleh KrehelUpdate faces
2015-02-19 Oleh Krehelhydra.el (hydra--hint): Take same arguments as `defhydra'
2015-02-19 Oleh Krehelhydra.el (hydra--message): Take same arguments as ...
2015-02-19 Oleh KrehelMinor refactoring
2015-02-19 Oleh KrehelAllow for Ruby-style Hydra docstrings
2015-02-19 Oleh KrehelAdd pink body color
2015-02-18 Oleh Krehelhydra.el (defhydra): Update doc
2015-02-17 Oleh Krehelhydra.el (hydra-cleanup): reorder
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-17 Oleh KrehelRemove obsoletes
2015-02-15 Oleh Krehel`defhydra' should be indented as `defun'
2015-02-14 Oleh KrehelAdd option to font-lock `defhydra'
2015-02-14 Oleh Krehelhydra.el (hydra--make-defun): simplify
2015-02-13 Oleh KrehelWarn about explict red heads on amaranth body
2015-02-09 Oleh KrehelFix head color for heads with nil as HINT
2015-02-09 Oleh Krehelhydra.el (hydra--hint): allow duplicate functions in...
2015-02-09 Oleh KrehelAllow some heads with no hints
2015-02-08 Oleh KrehelAllow a sexp as head's CMD paramater
2015-02-08 Oleh KrehelUpdate comments and mark the old examples obsolete
2015-02-07 Oleh KrehelAllow lambda :bind property for body and heads
2015-02-06 Oleh Krehel`hydra/body' will pass the initial `current-prefix...
2015-02-06 Oleh KrehelFix "catch 'hydra-disable"
2015-02-06 Oleh KrehelUpdate semantics for local heads to `:bind nil'
2015-02-05 François FévotteSupport local hydra heads
2015-02-05 Oleh Krehelhydra.el (defhydra): Declare indent 2
2015-02-05 Oleh KrehelAllow :pre and :post to be function symbols
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 KrehelUpdate :post for amaranth Hydras
2015-02-05 Oleh KrehelBump version
2015-02-05 Oleh KrehelAdd amaranth (immortal) Hydras
2015-02-04 Oleh KrehelAdd :pre and :post clauses to Hydra body
2015-02-03 Oleh KrehelUpdate the call order and allow called functions to...
2015-02-03 Oleh KrehelImprove the names of functions generated from lambdas
2015-02-03 Oleh KrehelBump version
2015-02-03 Oleh Krehelhydra.el (hydra-disable): adapt to Emacs 24.4.1
2015-02-03 Oleh KrehelAdd support for `universal-argument' and `digit-argument'
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-30 Oleh KrehelBump version
2015-01-30 Oleh Krehelhydra.el (defhydra): Use `clear-temporary-overlay-map'
2015-01-30 Oleh KrehelWhen calling `prefix/nil', make sure there's something...
2015-01-29 Oleh Krehelhydra.el (defhydra): new macro to create hydras.
2015-01-24 Oleh KrehelBump version
2015-01-22 Oleh KrehelAvoid evaling METHOD.
2015-01-21 Oleh KrehelPrepare for the first version in GNU ELPA
2015-01-21 Oleh Krehelhydra-examples.el (hydra-example-goto-error): add doc
2015-01-21 Oleh KrehelSimplify and improve the generated defuns
2015-01-21 Oleh KrehelAdd a `next-error'/`previous-error'/`first-error' example
2015-01-21 Oleh KrehelDon't undefine BODY's map binding when it's a prefix
2015-01-21 Oleh KrehelDon't undefine BODY's global binding when it's a prefix
2015-01-21 Oleh Krehel`hydra-create' will also define `hydra-...-body'
2015-01-21 Oleh KrehelAllow to add one head that disables the Hydra
2015-01-21 Oleh KrehelFix `kbd' interpretting "<tab>" char-by-char
2015-01-21 Oleh KrehelRequire cl at compile time
2015-01-20 Oleh KrehelFix the bugged `global-set-key' version
2015-01-20 Oleh KrehelDon't unbind hydra's body, unless using global-set-key
2015-01-20 Oleh KrehelUpdate `hydra-create' format
2015-01-20 Oleh KrehelAdd `hydra-is-helpful' custom var
2015-01-20 Oleh KrehelAllow to use minor-mode-maps and more
2015-01-20 Oleh KrehelDepend on cl-lib v0.5 for `cl-mapcar'
2015-01-20 Oleh KrehelUnbind hydra's body unconditionally to avoid error
2015-01-20 Oleh KrehelSplit away the examples
2015-01-20 Oleh KrehelInitial import