aboutsummaryrefslogtreecommitdiff
path: root/evil-states.el
AgeCommit message (Expand)Author
2013-02-16Change version tags to 1.0-devFrank Fischer
2013-02-04Bump version to 1.0.0.1.0.0Frank Fischer
2013-01-18Add version comments to all files.Frank Fischer
2013-01-02Fix highlight of block selection within TABS.Frank Fischer
2012-10-30Remove adjustment of point after the final newline of a bufferFrank Fischer
2012-10-28Ensure prefix-commands do not clear `evil-this-register'Frank Fischer
2012-10-08Support the last insertion register ". .tarao
2012-09-28Update X selection lazilyFrank Fischer
2012-09-28Adjust cursor at eob in insert stateFrank Fischer
2012-08-07Wrap access to `ns-initialized' in `with-no-warnings'Frank Fischer
2012-08-01Test for `ns-initialized' before calling `x-select-text'Frank Fischer
2012-07-30Add GPL 3 license information to all source filesFrank Fischer
2012-07-29Guard existence of `x-select-text'Frank Fischer
2012-07-28Update X selection according to visual state regionFrank Fischer
2012-06-25Comments cleanupVegard Øye
2012-06-08Don't restore the previous mark when exiting Visual stateVegard Øye
2012-05-30Round `temporary-goal-column' in `evil-visual-highlight-block'Frank Fischer
2012-05-22Mark range returned by `evil-visual-range' as expandedFrank Fischer
2012-05-06Make visual state show region extended to eol after $Frank Fischer
2012-03-29Fix Visual-Normal transition after d408f48Vegard Øye
2012-03-05Delay exiting from Visual stateVegard Øye
2012-03-08Temporarily show invisible text when handling insert repeat countFrank Fischer
2012-02-20Don't move cursor back when switching to Emacs stateVegard Øye
2012-02-14Make Visual state aware of `deactivate-mark'Vegard Øye
2012-02-13Change argument order of `evil-delay'Vegard Øye
2012-02-08Fix Visual activation bug after 45efe69Vegard Øye
2012-02-07Add wrapper functions for `move-beginning-of-line'/`move-end-of-line'Vegard Øye
2012-02-06Add Visual activation hookVegard Øye
2012-02-04Fix usage of `evil-echo' and `evil-ex-echo'Vegard Øye
2012-01-29Fix bug in `evil-visual-deactivate-hook'Vegard Øye
2012-01-27Use `move-beginning-of-line' and `move-end-of-line'Vegard Øye
2012-01-26Save the mark before Visual selectionsVegard Øye
2012-01-21Quote functions with `function'Vegard Øye
2012-01-18Add initialization check to `evil-normal-post-command'Vegard Øye
2012-01-17Fix single lines as rangesVegard Øye
2012-01-15Reorder evil-commands.elVegard Øye
2012-01-12Bind "!" to `evil-shell-command' in ExVegard Øye
2012-01-10Add `evil-visual-end-mark' function for special mark '>Frank Fischer
2012-01-07Replace :include-newline with :exclude-newlineVegard Øye
2012-01-06Add `rectangle' typeVegard Øye
2012-01-06Add `evil-column' utility functionVegard Øye
2011-12-22Make buffer-local variables permanentVegard Øye
2011-12-05Add newline at end of evil-states.elFrank Fischer
2011-11-26Restructure the codeVegard Øye
2011-09-25Rename evil-states.el to evil-core.elVegard Øye
2011-09-22Advise `display-buffer'Vegard Øye
2011-09-20Enable evil advices globally when toggling evil-modeFrank Fischer
2011-09-16Simplify `evil-overriding-keymap-p' and `evil-intercept-keymap-p'Vegard Øye
2011-09-16Rewrite `evil-get-property'Vegard Øye
2011-09-01Allow `evil-mode-line-format' to be set to nilVegard Øye