aboutsummaryrefslogtreecommitdiff
path: root/evil-common.el
AgeCommit message (Expand)Author
2013-05-20Bump version to 1.0.21.0.2Frank Fischer
2013-02-27Bump version to 1.0.11.0.1Frank Fischer
2013-02-18Guard `evil-start-undo-step` and `evil-end-undo-step` within single undoFrank Fischer
2013-02-18Guard `evil-with-single-undo` against recursive callsFrank Fischer
2013-02-16Improve performance of `evil-in-string-p` and friends.Frank Fischer
2013-02-16Change version tags to 1.0-devFrank Fischer
2013-02-04Bump version to 1.0.0.1.0.0Frank Fischer
2013-02-03Give explicit LIMITs to all calls to `looking-back`.Frank Fischer
2013-01-27Make `evil-jump-item` work with any block comments.Frank Fischer
2013-01-27Update comment-functions to use Emacs syntax information.Frank Fischer
2012-09-05Comments cleanupVegard Øye
2013-01-18Add version comments to all files.Frank Fischer
2013-01-02Handle extension to eol in `evil-apply-on-block`.Frank Fischer
2012-12-21Handle keyboard macros in `evil-keypress-parser'.Frank Fischer
2012-12-20Fix alias `input-method-deactivate-hook' of `input-method-inactivate-hook'.Frank Fischer
2012-11-15Fix `evil-get-magic' for character [Frank Fischer
2012-11-10Implement `evil-track-last-insert' using an `after-change-functions' hook.Frank Fischer
2012-11-10Add \r \n \t and \b to magic chars for patterns and replacementsFrank Fischer
2012-11-02Add `evil-kbd-macro-suppress-motion-error' customization variableFrank Fischer
2012-11-01Ensure `evil-compile-subreplacment' returns "" instead of nilFrank Fischer
2012-11-01Fix file in forward-declaration of `evil-visual-state-p'Frank Fischer
2012-10-31Fix parentheses text objects when `forward-sexp-function' is modifiedFrank Fischer
2012-10-31Forward declare `evil-visual-state-p' in evil-common.elFrank Fischer
2012-10-31Move Emacs 23 compatibility code to emacs-common.elFrank Fischer
2012-10-30Inhibit setting of jump points in visual stateFrank Fischer
2012-10-30Remove adjustment of point after the final newline of a bufferFrank Fischer
2012-10-28Ensure `evil-with-undo' returns the value of its bodyFrank Fischer
2012-10-28Fix appending of lines to a registerFrank Fischer
2012-10-27Support vim style magic characters in patterns and replacementsFrank Fischer
2012-10-23Use `cdr-safe' for `buffer-undo-list'.tarao
2012-10-08Support the last insertion register ". .tarao
2012-10-08Support the last small delete register "-.tarao
2012-10-08Support the expression register "=.tarao
2012-10-08Surrpot the black hole register "_.tarao
2012-10-08Support last command line registers ": "/.tarao
2012-10-08Support file name registers "% "#.tarao
2012-09-28Fix visual `evil-apply-on-rectangle' after line-movementFrank Fischer
2012-08-06Use `forward-word' for cjk-motionsFrank Fischer
2012-07-30Add GPL 3 license information to all source filesFrank Fischer
2012-07-28Add repeat recording insert-at-pointFrank Fischer
2012-06-19Check whether `visual-line-mode' is definedFrank Fischer
2012-05-30Comments cleanupVegard Øye
2012-06-02Change `evil-regexp-range' to new text object interfaceFrank Fischer
2012-06-02Change `evil-paren-range' to new text-object interfaceFrank Fischer
2012-05-21Change inner/outer object range selects for new interfaceFrank Fischer
2012-05-22Abort repeat on quit in `evil-read-key'Frank Fischer
2012-05-09Make key-bindings in `evil-read-key' configurableFrank Fischer
2012-05-07Fix `evil-apply-on-block' on one-column blocksFrank Fischer
2012-05-06Use `evil-apply-on-rectangle' in `evil-yank-rectangle'Frank Fischer
2012-05-06Add `evil-apply-on-rectangle'Frank Fischer