aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-06Fix use of `overriding-local-terminal-map` in emacs trunk (fix #309).José A. Romero L.
2013-06-07Bump version to 1.0.51.0.5Frank Fischer
2013-06-01Fix isearch-filter-predicate related bugs happening with the latex emacs (fix...Alessandro Piras
2013-06-01Fix show-paren-overlay related bugs happening with the latest emacs (fix #298).Alessandro Piras
2013-06-07Bump version to 1.0.41.0.4Frank Fischer
2013-06-07Remove only one restriction in <c> interactive code (re #294).Frank Fischer
2013-06-07Store previous narrowing in `evil-with-restriction`.Frank Fischer
2013-05-24Disable narrowing in char arguments in operator state (fix #294)Frank Fischer
2013-05-23Bump version to 1.0.31.0.3Frank Fischer
2013-05-23Ensure `evil-delete-backward-word` only deletes newline at bolFrank Fischer
2013-05-20Bump version to 1.0.21.0.2Frank Fischer
2013-05-20Update X selection in pre-command hook (fix #290)Frank Fischer
2013-02-27Bump version to 1.0.11.0.1Frank Fischer
2013-02-27Add CHANGES.orgFrank Fischer
2013-02-20Ensure :global generates a single undo stepFrank Fischer
2013-02-20Add name of Lintaro InaFrank Fischer
2013-02-20Update list of authorsFrank Fischer
2013-02-19Make `evil-ret` go to the first non blank on the next line (fix #257)Frank 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-18Make `evil-replace` insert exactly one newline (fix #253)Frank Fischer
2013-02-16Update version string in `evil-version`.Frank Fischer
2013-02-16Use Emacs instead of sed to update version information.Frank Fischer
2013-02-16`evil-jump-item` only jump if target has a matching delimiter.Frank Fischer
2013-02-16Make `evil-jump-item` jump out of a string if appropriate.Frank Fischer
2013-02-16Improve performance of `evil-in-string-p` and friends.Frank Fischer
2013-02-15Fix the state argument type for ex state.Frank Fischer
2013-02-15Add binding of [tab] to `evil-ex-completion-map`.Frank Fischer
2013-02-12Add COPYING file to ELPA package.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-12Remove the comment header from `evil-pkg.el`.Frank Fischer
2013-02-08Support the symbol text objectMarian Schubert
2013-02-03Give explicit LIMITs to all calls to `looking-back`.Frank Fischer
2013-02-02Move to correct column in block insert/append.Frank Fischer
2013-01-29Ensure `hide-ifdef-mode` is bound before calling.Frank Fischer
2013-01-29Fix the error of hif-ifx-else-endif-regexp being void when hide-ifdef-mode is...Winfred Lu
2013-01-29Fix to also jump when looking at elif and else.Winfred Lu
2013-01-27Handle indirect buffers in certain save functions.Frank Fischer
2013-01-27Merge request 39: folding of preprocessor statements.Frank Fischer
2013-01-27Remove old code for plain /* ... */ from `evil-jump-item`.Frank Fischer
2013-01-27Fix `evil-jump-item` if point is not at beginning of preprocessor statement.Frank Fischer
2013-01-27Cleanup hideif-code in foldings.Frank Fischer
2013-01-27Merge-request 38: make `evil-jump-item` work with comments and #if .. #endifFrank Fischer
2013-01-27Make `evil-jump-item` work with any block comments.Frank Fischer
2013-01-27Merge with masterFrank Fischer
2013-01-27Update comment-functions to use Emacs syntax information.Frank Fischer
2013-01-27Modify hideif regexps to match #elif in `evil-jump-item`.Frank Fischer
2013-01-27Use only hideif functions instead of regexps in `evil-jump-item`.Frank Fischer
2013-01-27Check for `count` argument first in `evil-jump-item'.Frank Fischer