]> code.delx.au - gnu-emacs-elpa/shortlog
gnu-emacs-elpa
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 KrehelREADME.md: update
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-07 Oleh KrehelREADME.md: update
2015-02-06 Oleh Krehel`hydra/body' will pass the initial `current-prefix...
2015-02-06 Jason Lewisfix typo - single not singe
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 Krehelhydra-test.el: update the test to not fail for older...
2015-02-05 Oleh KrehelBump version
2015-02-05 Oleh Krehelhydra-test.el: add test
2015-02-05 Oleh KrehelAdd amaranth (immortal) Hydras
2015-02-04 Oleh KrehelREADME.md: update for 0.7.0
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 Krehelhydra-examples.el: splitters take numeric argument
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-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-30 Oleh KrehelREADME.md: update
2015-01-29 Oleh Krehelhydra-examples.el: Update commentary
2015-01-29 Oleh KrehelAdd automated testing
2015-01-29 Oleh Krehelhydra.el (defhydra): new macro to create hydras.
2015-01-24 Oleh KrehelBump version
2015-01-22 Oleh Krehelhydra-examples.el: add a `windmove' Hydra
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 KrehelMake sure `windmove-wrap-around' is nil during tests
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 KrehelREADME.md: update doc
2015-01-20 Oleh KrehelSplit away the examples
2015-01-20 Oleh KrehelInitial import