| 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 | |
| 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 | |
| 2017-10-02 | update version to 1.2.131.2.13 | Eivind Fonn | |
| 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-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-09 | update version to 1.2.21.2.2 | Frank Fischer | |
| 2015-07-04 | update version to 1.2.11.2.1 | Frank Fischer | |
| 2015-07-04 | update version to 1.2.01.2.0 | Frank Fischer | |
| 2015-05-11 | update version to 1.1.61.1.6 | Frank Fischer | |
| 2015-05-10 | update version to 1.1.51.1.5 | Frank Fischer | |
| 2015-05-03 | update version to 1.1.41.1.4 | Frank Fischer | |
| 2015-04-26 | update version to 1.1.3 | Frank Fischer | |
| 2015-04-20 | update version to 1.1.2 | Frank Fischer | |
| 2015-04-11 | update version to 1.1.11.1.1 | Frank Fischer | |
| 2015-04-08 | update version to 1.1.01.1.0 | Frank Fischer | |
| 2015-04-08 | add `evilupdate.el` script | Frank Fischer | |
| 2014-04-11 | version 1.0.91.0.9 | Frank Fischer | |
| 2013-11-26 | Version 1.0.81.0.8 | Frank Fischer | |
| 2013-08-02 | Bump version to 1.0.71.0.7 | Frank Fischer | |
| 2013-07-06 | Bump version to 1.0.61.0.6 | Frank Fischer | |
| 2013-06-07 | Bump version to 1.0.51.0.5 | Frank Fischer | |
| 2013-06-07 | Bump version to 1.0.41.0.4 | Frank Fischer | |
| 2013-05-23 | Bump version to 1.0.31.0.3 | Frank Fischer | |
| 2013-05-20 | Bump version to 1.0.21.0.2 | Frank Fischer | |
| 2013-02-27 | Bump version to 1.0.11.0.1 | Frank Fischer | |
| 2013-02-16 | Change version tags to 1.0-dev | Frank Fischer | |
| 2013-02-04 | Bump version to 1.0.0.1.0.0 | Frank Fischer | |
| 2013-01-18 | Add version comments to all files. | Frank Fischer | |
| 2012-07-30 | Add GPL 3 license information to all source files | Frank Fischer | |
| The headers of all source files are updated to be more standard conform and include the license information. Furthermore the license is put in the COPYING file. | |||
| 2012-02-04 | Fix usage of `evil-echo' and `evil-ex-echo' | Vegard Øye | |
| Since `format' et al. interpret "%" characters as format specifications, one should never pass an arbitrary string as the first argument of such functions. Instead, pass "%s" as the first argument and the string as the second: (format "%s" ARBITRARY-STRING) Thus, this commit replaces (evil-echo ARBITRARY-STRING) with (evil-echo "%s" ARBITRARY-STRING), and so on. | |||
| 2011-12-23 | Add missing digraphs | Vegard Øye | |
| Add digraphs listed by Vim's :digraph command, but not mentioned in the digraphs.txt help file. | |||
| 2011-11-26 | Restructure the code | Vegard Øye | |
| Merge evil-motions.el, evil-operators.el and evil-window.el into evil-commands.el. Merge evil-insert.el, evil-visual.el and evil-replace.el into evil-states.el. Merge evil-interactive.el and evil-types.el into evil-types.el. Merge evil-compatibility.el and evil-undo.el into evil-common.el. Move macros into evil-macros.el. | |||
| 2011-06-12 | Use `alist' widget type for `evil-digraphs-table-user' | Vegard Øye | |
| Also make Custom mode come up in Emacs state. | |||
| 2011-06-08 | Make the digraphs table an association list | Vegard Øye | |
| This allows for a more straightforward implementation, using the built-in functions `assoc' and `rassoc' for lookup. | |||
