| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-30 | Bump version to 1.14.21.14.2stablerelease-1.14 | Tom Dalziel | |
| 2022-04-25 | Bump version to 1.14.11.14.1 | Tom Dalziel | |
| 2021-11-17 | Fix #1518: "custom functions bound to '0' break motion parsing" in a saner ↵ | jmmathena | |
| way (#1534) * Try just comparing to '0' * Remove cruft and clean things up * Remove magic number | |||
| 2021-10-21 | Fix for #1518 custom functions bound to "0" break motion parsing (#1519) | jmmathena | |
| * Modify evil-keypress-parser logic to be more modular * Rewrite tests and update visual line logic for updated digit handling * Completely remove need for redirect-digit-argument at cost of ugliness * Remove reference to obsolete func in evil-keybindings.el | |||
| 2020-10-08 | Remove remaining undo-tree activation | Vasilij Schneidermann | |
| 2020-10-01 | Make undo-tree an optional dependency | Vasilij Schneidermann | |
| Closes #1074 | |||
| 2020-09-29 | Fix previous commit | Eivind Fonn | |
| Oops. :-P | |||
| 2020-09-29 | Mark xref-find-references as a jump command | Eivind Fonn | |
| 2020-09-29 | Mark xref-find-definitions as a jump command | Eivind Fonn | |
| Fix #1354 | |||
| 2020-03-04 | Bump version to 1.14.01.14.0 | Eivind Fonn | |
| 2020-02-03 | Clean up compilation warnings from lexical binding | Eivind Fonn | |
| 2020-01-29 | Re-enable lexical binding | Eivind Fonn | |
| This reverts commit e9391ae769bee189ef6144b8861b117d5c948a80, and removes spurious debug messages. | |||
| 2020-01-28 | Revert "Enable lexical binding" | Eivind Fonn | |
| This reverts commit c6086a7b0b44963071096e3ed7545f617de88915. | |||
| 2020-01-28 | Enable lexical binding | Eivind Fonn | |
| 2020-01-13 | Revert "Enable undo-tree-mode only when evil-mode is turned on" | Eivind Fonn | |
| 2020-01-13 | Enable undo-tree-mode only when evil-mode is turned on | Eivind Fonn | |
| 2019-12-21 | Expand abbrevs after insert state only if abbrev-mode is enabled | Eivind Fonn | |
| 2019-12-18 | Bump version to 1.13.0 | Eivind Fonn | |
| Version 1.2.15 was accidentally tagged as 1.12.15, and released as such by MELPA Stable, so now I guess we have to run with it. | |||
| 2019-12-11 | Fix/improve some indentation | Eivind Fonn | |
| 2019-12-11 | Merge pull request #1213 from leungbk/byte-comp | Eivind Fonn | |
| Placate byte-compiler | |||
| 2019-12-11 | Bump version to 1.3.0-snapshot | Eivind Fonn | |
| 2019-12-11 | Bump version to 1.2.151.2.15 | Eivind Fonn | |
| 2019-12-05 | Add "ext:" to declare-function invocations. | Brian Leung | |
| "A FILE with an "ext:" prefix is an external file. check-declare will check such files if they are found, and skip them without error if they are not." | |||
| 2019-11-21 | Fix evil motion 0 binding command | Zilvinas Urbonas | |
| 2019-11-19 | Make more commands support visual-line-mode | Justin Burkett | |
| when evil-respect-visual-line-mode is non-nil, including evil-change-line, evil-delete-line, and evil-yank-line. Most of the work is done through the motions evil-line-or-visual-line and evil-end-of-line-or-visual-line. These motions use visual lines when visual-line-mode and evil-respect-visual-line-mode are non-nil, and revert back to standard lines otherwise. Visual selection via visual lines in the sense of visual-line-mode is supported by adding a new screen-line type (named to avoid confusion with visual state). | |||
| 2019-01-04 | Bump version to 1.2.141.2.14 | Eivind Fonn | |
| 2018-09-12 | Split keybindings out from evil-integration | James Nguyen | |
| 2018-04-22 | Evil window selection should trigger ElDoc. | Yutian Li | |
| 2017-12-24 | Add missing avy commands in evil-integration | wouter bolsterlee | |
| Evil's built-in integration with avy is missing some avy commands, which causes unexpected behaviour: some avy commands do not properly behave as evil motions. Add the missing commands, and while at it, sort the names in alphabetic order. | |||
| 2017-12-10 | Move `provide` to the bottom of evil-integration.el | Evgeni Kolev | |
| 2017-10-02 | update version to 1.2.131.2.13 | Eivind Fonn | |
| 2017-09-01 | Fix term-mode undo issue | tianjin | |
| Currently Evil breaks `term-char-mode` undo by enabling `undo-tree-mode`, see https://github.com/syl20bnr/spacemacs/issues/4063#issuecomment-162913414 `turn-on-undo-tree-mode` checks the variable `undo-tree-incompatible-major-modes` before enabling `undo-tree-mode`, see https://github.com/emacs-evil/evil/blob/master/lib/undo-tree.el#L2618 | |||
| 2017-08-12 | Add evil-respect-visual-line-mode option | Justin Burkett | |
| Remap commands to use visual version when `visual-line-mode' is active. These commands are swapped `evil-next-line' <-> `evil-next-visual-line' `evil-previous-line' <-> `evil-previous-visual-line' `evil-beginning-of-line' <-> `evil-beginning-of-visual-line' `evil-end-of-line' <-> `evil-end-of-visual-line'" | |||
| 2017-07-06 | Add evil-avy-goto-char-timer | Somelauw | |
| 2017-03-23 | Add customizable variable `evil-want-abbrev-expand-on-insert-exit`. | Evgeni Kolev | |
| When non-nil (which is default) the `expand-abbrev` will be called in a `evil-insert-state-exit-hook` hook. This is in-line with Vim's behaviour. | |||
| 2016-06-20 | Add wrapper for `avy-goto-char-in-line` (fix #679) | Frank Fischer | |
| 2016-05-23 | evil-integration.el: Add support for 4 new avy functions | justbur | |
| 2016-04-05 | update version to 1.2.121.2.12 | Frank Fischer | |
| 2016-03-07 | update version to 1.2.111.2.11 | Frank Fischer | |
| 2016-02-27 | Declare `quoted-insert` change repeatable (fix #627) | Frank Fischer | |
| 2016-01-18 | update version to 1.2.101.2.10 | Frank Fischer | |
| 2016-01-11 | update version to 1.2.91.2.9 | Frank Fischer | |
| 2015-11-09 | update version to 1.2.81.2.8 | Frank Fischer | |
| 2015-11-02 | update version to 1.2.71.2.7 | Frank Fischer | |
| 2015-10-26 | update version to 1.2.61.2.6 | Frank Fischer | |
| 2015-09-28 | update version to 1.2.51.2.5 | Frank Fischer | |
| 2015-09-13 | update version to 1.2.41.2.4 | Frank Fischer | |
| 2015-08-16 | update version to 1.2.31.2.3 | Frank Fischer | |
| 2015-08-10 | merge stable | Frank Fischer | |
| 2015-08-09 | avy integration: goto-char motions should be inclusive | bmag | |
