| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2021-10-04 | Add evil-start-of-line, evil-ensure-column, and use them (#1524) | Tom Dalziel | |
| 2021-09-02 | Add `evil-search-wrap-ring-bell` customization variable (#1509) | Johannes Neyer | |
| 2021-07-15 | evil-vars: reset evil-overriding-maps to an empty list (#1494) | Youmu | |
| It's more intuitive for evil beginners if no keymap overriding evil maps. fix #1488 | |||
| 2021-04-07 | Add bs-mode to evil-emacs-state-modes. (#1448) | daanturo | |
| Normal state's bindings don't work there by default. (And maybe) It's not worthy for evil-collection to define them. | |||
| 2021-04-05 | Overahaul = register (#1447) | Tom Dalziel | |
| * Use `read-from-minibuffer` for `=` register * Add evil-eval-map. Store input rather than result for `=` reg * May as well augment `evil-ex-search-keymap` while we're at it * Use `calc-eval` when suitable, for `=` reg * Add `=` register to `evil-register-list` * Require calc, multiplication has no precedence, tests | |||
| 2021-04-03 | Add var to store last `=` result. Paste from it if no = input (#1446) | Tom Dalziel | |
| 2020-10-14 | Add -search-module and -undo-system to documentation | Eivind Fonn | |
| 2020-10-13 | Update docstrings for -search-module and -undo-system | Eivind Fonn | |
| 2020-10-08 | Swap initialization and setting the value | Vasilij Schneidermann | |
| 2020-10-08 | Fix typo | Vasilij Schneidermann | |
| 2020-10-01 | Make undo-tree an optional dependency | Vasilij Schneidermann | |
| Closes #1074 | |||
| 2020-05-16 | Update evil-maps.el | Youmu | |
| `g C-g` to count words | |||
| 2020-03-04 | Fix: some `evil-custom-` variables are void | Taegil Bae | |
| The following variables aren't set by their `:set` functions. This results in void variables. This commit will fix it. * `evil-want-Y-yank-to-eol` * `evil-disable-insert-state-bindings` * `evil-overriding-maps` * `evil-intercept-maps` | |||
| 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 | |
| 2019-12-31 | Docs: fix use of \\[...] to display key sequences | Eivind Fonn | |
| 2019-12-22 | Don't start git-commit-mode in emacs state | Eivind Fonn | |
| 2019-12-22 | Remove obsolete magit modes | Eivind Fonn | |
| 2019-12-21 | Merge pull request #1218 from TheBB/docs | Eivind Fonn | |
| Documentation overhaul | |||
| 2019-12-21 | Expand abbrevs after insert state only if abbrev-mode is enabled | Eivind Fonn | |
| 2019-12-19 | Improve some docstrings | Eivind Fonn | |
| 2019-12-19 | Delete unused variables | Eivind Fonn | |
| 2019-12-19 | Update some docstrings | Eivind Fonn | |
| 2019-12-19 | Add evil-want-C-u-delete option | Yunhao Zhao | |
| 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-12-03 | Merge pull request #1134 from emacs-evil/vdiff-toggle-fold | Eivind Fonn | |
| Support to toggling in vdiff-3way-mode | |||
| 2019-11-25 | Change evil-goto-definition to use a hook | Vasilij Schneidermann | |
| 2019-11-19 | Declare documentation strings | Alexander Shukaev | |
| 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-07-20 | Teach more commands about evil-respect-visual-line-mode | Justin Burkett | |
| The following commands now act on visual lines when evil-respect-visual-line-mode is non-nil: evil-insert-line evil-append-line evil-find-char evil-find-char-backward evil-find-char-to evil-find-char-to-backward | |||
| 2019-02-27 | Support to toggling in vdiff-3way-mode | Evgeni Kolev | |
| 2019-02-21 | Support toggling vdiff folds | Evgeni Kolev | |
| Refs https://github.com/justbur/emacs-vdiff/issues/22 | |||
| 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-09-11 | Add option to enable Evil in minibuffer(s) | Alexander Shukaev | |
| 2018-07-18 | Add `vdiff-3way-mode` in `evil-fold-list` | Evgeni Kolev | |
| 2018-07-18 | Move `vdiff-mode` higher up in `evil-fold-list` | Evgeni Kolev | |
| 2018-05-13 | Emacs's games work better in Emacs state | Davide Masserut | |
| 2018-05-06 | Fix custom types of evil-cjk variables | Vasilij Schneidermann | |
| Closes #1046 | |||
| 2018-01-18 | Add notmuch-tree-mode to evil-emacs-state-modes | Leonard Lausen | |
| 2017-12-10 | Add option evil-want-integration #992 | Evgeni Kolev | |
