| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-21 | Update speedbar keybindings map | Mikhail Durmanov | |
| 2024-09-15 | Replace uses of `defadvice` with `advice-add` | Stefan Monnier | |
| This either requires a dependency on the `nadvice` package, or bumping the minimum Emacs version to 24.4. I went with the `nadvice` package, but maybe bumping up to 24.4 would be better. * evil.el: Require `nadvice`. * evil-core.el (evil--advices): New var. (evil-mode): Use it instead of `ad-dis/enable`. (evil--advice-add): New function. (set-window-buffer, select-window, toggle-input-method, use-global-map): * evil-search.el (isearch-message-prefix, isearch-delete-char) (isearch-lazy-highlight-search): * evil-integration.el (keyboard-quit, wdired-change-to-dired-mode) (show-paren-function, quail-show-key, describe-char, ace-jump-done): Use `(evil--)advice-add` instead of `defadvice`. (preceding-sexp, pp-last-sexp): Remove old code for when `advice-add` is not available. * evil-repeat.el (evil--read-key-sequence-advice): Adapt to use in `advice-add`. (read-key-sequence, read-key-sequence-vector): Use `advice-add`. * evil-keybindings.el (elp-results): Use `advice-add` and move outside of `eval-after-load`. | |||
| 2023-04-15 | Correct ibuffer keybinding | Aaron Jensen | |
| 2022-04-25 | Bump version to 1.15.0 | Tom Dalziel | |
| 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-03-04 | Bump version to 1.14.01.14.0 | 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-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 | Bump version to 1.3.0-snapshot | Eivind Fonn | |
| 2019-12-11 | Bump version to 1.2.151.2.15 | Eivind Fonn | |
| 2019-01-04 | Bump version to 1.2.141.2.14 | Eivind Fonn | |
| 2018-09-12 | Split keybindings out from evil-integration | James Nguyen | |
