]> code.delx.au - gnu-emacs-elpa/shortlog
gnu-emacs-elpa
2015-12-08 Oleh KrehelFix byte-compiler warning
2015-10-30 Jonas Bernoullihydra-ox.el: Add a require hydra
2015-10-30 Oleh Krehelhydra.el (hydra-disable): Call the exit action only...
2015-10-30 Oleh Krehelhydra-test.el: Add a require hydra
2015-10-19 Oleh KrehelAllow head-hint to be dynamic
2015-10-16 Oleh KrehelFix failing test on Emacs 25
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-05 Jonas BernoulliDeclare dired-mark to silence byte-compiler
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-07-07 Oleh Kreheltargets/hydra-init.el: Move
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-19 Jan Tatariklv-window: split-window ignores window parameters
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-30 Oleh KrehelMake *LV* window fixed size
2015-04-28 Oleh KrehelAdd a work-around for pop-to-buffer / dedicated bug
2015-04-28 Oleh Krehellv.el (lv-message): Use `lv-use-separator'
2015-04-28 Oleh Krehellv.el (lv-force-update): Be nil by default
2015-04-27 Oleh Krehel.dir-locals.el: Add
2015-04-27 Jonas BernoulliOptionally separate lv window and echo area using a...
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-20 Oleh Krehelhydra-examples.el: Add a defvar
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 KrehelAdd integration test for red hydras temporarily exiting
2015-04-15 Oleh KrehelFix red heads not exiting temporarily
2015-04-14 Oleh KrehelREADME.md: Update `hydra-zoom/body'
2015-04-14 Oleh KrehelREADME.md: Update intro
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-14 Oleh KrehelREADME.md: Add video demo link
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 KrehelAdd an integration test for digit args in amaranth
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 KrehelUpdate the tests for the new `hydra-set-transient-map'
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 KrehelUpdate testing setup
2015-03-31 Oleh KrehelAdd integration testing
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
next