]> code.delx.au - gnu-emacs-elpa/history - hydra.el
Fix byte-compiler warning
[gnu-emacs-elpa] / hydra.el
2015-12-08 Oleh KrehelFix byte-compiler warning
2015-10-30 Oleh Krehelhydra.el (hydra-disable): Call the exit action only...
2015-10-19 Oleh KrehelAllow head-hint to be dynamic
2015-10-16 Oleh KrehelBump version
2015-09-01 Oleh Krehelhydra.el (hydra-disable): Deactivate key-chord advice...
2015-08-30 Oleh KrehelAllow "_", "!", and "&" as keys in docstrings
2015-08-12 Oleh Krehelhydra.el (hydra--format): Allow "@" key in the docs
2015-08-06 Oleh KrehelAllow #'command syntax for heads, just to have it
2015-08-02 Oleh KrehelMake find-function work with defhydra
2015-07-23 Oleh KrehelUse quote instead of function to prevent compiler warnings
2015-07-21 Oleh KrehelAllow to specify :face for each head
2015-07-21 Oleh KrehelRemove trailing whitespace from :columns docstring
2015-07-20 Oleh KrehelAdd :columns option for hydra body
2015-07-19 Oleh Krehelhydra.el (hydra-head-format): Customize the key formatting
2015-07-18 Oleh KrehelAllow binding heads to "%"
2015-07-17 Oleh KrehelAllow for "_[_" and "_]_" in docs
2015-06-24 Oleh KrehelAllow to pause arbitrary hydras to the stack
2015-06-23 Oleh Krehelhydra.el (hydra-face-blue): Customize for dark themes
2015-05-19 Oleh KrehelAllow access to the current hydra body
2015-05-13 Oleh Krehelhydra.el (hydra-fontify-head-default): Add "%" exception
2015-05-12 Oleh KrehelAllow to escape ^ in docstrings
2015-05-01 Oleh Krehelhydra.el: Bump version
2015-05-01 Stefan Monnierhydra.el: Use add/remove-function. Fix warning.
2015-04-30 Oleh Krehelhydra.el (hydra-cell-format): Change to defvar
2015-04-30 Oleh Krehelhydra.el (hydra-key-format-spec): Declare obsolete
2015-04-30 Oleh Krehelhydra.el (hydra-fontify-head-default): Fixup
2015-04-30 Oleh KrehelRepurpose `hydra--complain' for debugging
2015-04-28 Oleh KrehelAdd a work-around for pop-to-buffer / dedicated bug
2015-04-26 Oleh KrehelAdd lv-force-update
2015-04-25 Oleh KrehelUse one less ; for local vars
2015-04-25 Oleh KrehelUpdate `outline-regexp' and `indent-tabs-mode' file...
2015-04-25 Jonas BernoulliAdd `lv-delete-window' function
2015-04-25 Oleh KrehelFix the regex once more and add test
2015-04-23 Oleh Krehelhydra.el (hydra-face-teal): Fixup doc
2015-04-23 Oleh Krehelhydra.el (hydra--format): Be non-greedy with width...
2015-04-23 Oleh KrehelMatch e.g. "C-d C-o" in docstring
2015-04-23 Oleh KrehelAllow heads to conditionally exit
2015-04-18 Oleh Krehelhydra.el (hydra--input-method-function): Move before...
2015-04-16 Oleh KrehelUse `condition-case-unless-debug'
2015-04-16 Oleh KrehelDeclare the hint early to avoid compile warnings
2015-04-16 Oleh Krehelhydra.el: Bump version
2015-04-15 Oleh KrehelDon't re-activate key chords too early
2015-04-15 Oleh Krehelhydra.el (defhydra): Re-throw a caught error when debug...
2015-04-15 Oleh KrehelAdd an idle message timeout option
2015-04-15 Oleh Krehelhydra.el (hydra--format): Fix "s-t" issue
2015-04-15 Oleh KrehelFix red heads not exiting temporarily
2015-04-14 Oleh Krehelhydra.el (hydra--format): Match alnum for the "_.....
2015-04-14 Oleh KrehelWork around `overriding-terminal-local-map' being termi...
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 KrehelMake digit and negative arguments work in 24.3
2015-04-13 Oleh KrehelAccount for digit argument
2015-04-13 Oleh KrehelFinalize head inheritance
2015-04-12 Oleh Krehelhydra.el (hydra--body-color): Remove
2015-04-12 Oleh Krehelhydra.el (hydra--face): Remove
2015-04-11 Oleh KrehelUse a variable instead of a function for the hint
2015-04-11 Oleh KrehelUse `unwind-protect' for :after-exit
2015-04-11 Oleh KrehelAdd basic error handling
2015-04-11 Oleh KrehelAlias :post to :before-exit, and add :after-exit
2015-04-11 Oleh KrehelSimplify `keyboard-quit'
2015-04-11 Oleh KrehelDon't double-call :post
2015-04-11 Oleh KrehelQuit Hydra for `handle-switch-frame'
2015-04-11 Oleh KrehelAdapt to the new `hydra-set-transient-map'
2015-04-11 Oleh KrehelMove away from setting "t" in keymaps
2015-04-11 Oleh KrehelTry to re-encode the input in the terminal
2015-04-10 Oleh Krehelhydra.el (hydra--format): Add some more symbols
2015-03-31 Oleh Krehelhydra.el (hydra-set-transient-map): Update
2015-03-31 Oleh Krehelhydra.el (hydra-pink-fallback): Allow prefix arguments
2015-03-31 Oleh KrehelUse `hydra-keyboard-quit' instead of `hydra-cleanup'
2015-03-28 Oleh Krehelhydra.el (hydra--make-funcall): Update location
2015-03-28 Oleh Krehelhydra.el (hydra--digit-argument): Fix for Emacs 24.3
2015-03-28 Oleh Krehelhydra.el (defhydra): Simplify :cmd-name part
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: Bump version
2015-03-28 Oleh Krehelhydra.el (defhydra): Avoid eager macroexpansion failure
2015-03-28 Oleh Krehelhydra.el (defhydra): Simplify and improve the key bindi...
2015-03-28 Oleh Krehelhydra.el (hydra--make-funcall): Add
2015-03-28 Oleh Krehelhydra.el (defhydra): Improve docstring
2015-03-27 Oleh KrehelDisable key-chord for the duration of the hydra
2015-03-26 Oleh Krehelhydra.el (hydra--format): Update regex order
2015-03-26 Oleh Krehelhydra.el (hydra--format): Amend regex
2015-03-25 Oleh KrehelAllow `hydra-repeat' to take a numeric arg
2015-03-25 Oleh KrehelDon't default `hydra-repeat--prefix-arg' to 1
2015-03-24 Oleh KrehelMention the leading newline in `defhydra' docstring
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-22 Oleh Krehelhydra.el: Turn on lexical-binding
2015-03-22 Oleh KrehelMinor fixes
2015-03-21 Oleh KrehelSet pink/amaranth override recursively
2015-03-21 Oleh Krehelhydra.el (hydra-keyboard-quit): Clean up the message...
2015-03-20 Oleh KrehelCall :post for :timeout
2015-03-20 Oleh KrehelDon't bind `hydra-keyboard-quit' in foreign keymaps
2015-03-14 jhonnysevenFix switch-frame handling.
2015-03-13 Oleh Krehelhydra.el (hydra--format): Extend key regex with ";:"
2015-03-12 Oleh KrehelBind [switch-frame] to `hydra-keyboard-quit'
2015-03-10 Oleh Krehel"C-g" (`hydra-keyboard-quit' ) should run :post
next