aboutsummaryrefslogtreecommitdiff
path: root/evil-integration.el
AgeCommit message (Expand)Author
2015-04-11update version to 1.1.11.1.1Frank Fischer
2015-04-08update version to 1.1.01.1.0Frank Fischer
2015-04-08add `evilupdate.el` scriptFrank Fischer
2015-03-21support advice of `preceding-sexp` for Emacs 25Frank Fischer
2015-03-13support motion modifiers for backward ace-jumps (fix #495)Frank Fischer
2015-01-04Adding support for ag.el.Wilfred Hughes
2014-10-25fix some compilation warningsFrank Fischer
2014-09-29disable `show-paren-function` advice on definition (fix #428)Frank Fischer
2014-09-08mark `company-complete-number` for repeat by change (fix #414)Frank Fischer
2014-04-11merge stable-1.0Frank Fischer
2014-04-11version 1.0.91.0.9Frank Fischer
2014-03-23Do not copy original keymap when making overriding mapYork Zhao
2014-02-28fix repeat for `auto-complete`Frank Fischer
2014-02-28modify `preceeding-sexp` and `pp-last-sexp` in motion state (fix #373)Frank Fischer
2014-02-07fix accidental toggling of Evil in nXhtml/mumamoFrank Fischer
2014-01-05merge stable-1.0Frank Fischer
2014-01-05init undo-tree specific features using `eval-after-load`Frank Fischer
2014-01-05merge stable-1.0Frank Fischer
2014-01-05enable `undo-tree-mode` when evil is activatedFrank Fischer
2013-11-26Merge stable-1.0Frank Fischer
2013-11-26Version 1.0.81.0.8Frank Fischer
2013-10-23Fix some 'undefined function' warnings.Frank Fischer
2013-09-21Ignore `undefined` for repetition (re #332).Frank Fischer
2013-08-13Add integration code for `company`.Frank Fischer
2013-08-12Remap cursor keys and return correctly in undo-tree selection mode (fix #311).Frank Fischer
2013-08-12Merge fix for #315.Frank Fischer
2013-08-12Make ace-jump char motions behave analogously to find-char motions (fix #315).Frank Fischer
2013-08-11Do not mark undo/redo as motions but as non-repeatable (fix #308).Frank Fischer
2013-08-02Bump version to 1.0.71.0.7Frank Fischer
2013-07-11Change development version information to 1.0-devFrank Fischer
2013-07-11Fix use of `ace-jump-mode-end-hook` if ace-jump is not loaded yet (fix #316).Frank Fischer
2013-07-07Don't start recursive edit on direct ace jump (re #315).Frank Fischer
2013-07-07Require 'evil-repeat in evil-integration.Frank Fischer
2013-07-06Merge stable-1.0Frank Fischer
2013-07-06Bump version to 1.0.61.0.6Frank Fischer
2013-07-02Advise `ace-jump-done` to exit recursive edit (re #313).Frank Fischer
2013-07-02Disable recording of repeat information in ace-jump functions (re #313).Frank Fischer
2013-06-07Move ace-jump-mode integration out of `eval-after-load`.Michael Markert
2013-06-07Merge stable-1.0Frank Fischer
2013-06-07Bump version to 1.0.51.0.5Frank Fischer
2013-06-07Merge stable-1.0Frank Fischer
2013-06-07Bump version to 1.0.41.0.4Frank Fischer
2013-06-04Update undo-tree 0.6.3.Barry O'Reilly
2013-06-01Fix show-paren-overlay related bugs happening with the latest emacs (fix #298).Alessandro Piras
2013-05-31Remap vanilla ace jumps to evil's in motion-map.Michael Markert
2013-05-31Remove superfluous motion in evil-ace-jump-char-to-mode.Michael Markert
2013-05-31Make `evil-ace-jump-char-mode' an inclusive motion.Michael Markert
2013-05-31Directly call ace-jump submodes.Michael Markert
2013-05-31Only restrict ace-jump-mode-scope in visual and operatorMichael Markert
2013-05-25Use self-removing hook for ace-jump rec. edit cleanup.Michael Markert