| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-04 | Bump version to 1.2.141.2.14 | Eivind Fonn | |
| 2018-09-11 | Add option to enable Evil in minibuffer(s) | Alexander Shukaev | |
| 2017-10-02 | update version to 1.2.131.2.13 | Eivind Fonn | |
| 2017-02-15 | Remove support for Emacs < 24 | Eivind Fonn | |
| 2016-04-05 | Merge stable | Frank Fischer | |
| 2016-04-05 | update version to 1.2.121.2.12 | Frank Fischer | |
| 2016-03-28 | Block objects of exclusive-line type may return linewise selection (fix #645) | Frank Fischer | |
| * if the selection contains whole lines only return linewise range * `evil-text-object-make-linewise` return unmodified range if it has already line type | |||
| 2016-03-07 | Merge with stable | Frank Fischer | |
| 2016-03-07 | update version to 1.2.111.2.11 | Frank Fischer | |
| 2016-02-27 | Do not re-expand range returned by text-objects | Frank Fischer | |
| The range returned by text-objects must be taken literally for operators. This allows to operator on ranges that cannot correspond to visual selections, e.g. `cib` works correctly on empty parentheses. | |||
| 2016-01-18 | Merge stable | Frank Fischer | |
| 2016-01-18 | update version to 1.2.101.2.10 | Frank Fischer | |
| 2016-01-16 | Merge stable | Frank Fischer | |
| 2016-01-11 | update version to 1.2.91.2.9 | Frank Fischer | |
| 2016-01-07 | Fix handling of range expansion in `evil-text-object-make-linewise` (re #607) | Frank Fischer | |
| 2016-01-07 | Handle forced linewise non-visual text-objects (re #607) | Frank Fischer | |
| 2016-01-06 | Remove whitespace at beginning and end for forced linewise textobjects (re #607) | Frank Fischer | |
| 2016-01-05 | Merge stable | Frank Fischer | |
| 2016-01-05 | Add `evil-text-object-change-visual-type` customization option (fix #607) | Frank Fischer | |
| Setting this variable to nil causes text-objects not to change the type of the current visual selection. If the resulting visual selection in linewise and the first selected character is a newline character, that character is excluded from the selected range (otherwise the linewise selection would include the corresponding line, which is usually not desired). This is similar to the common exclusive-linewise rule. | |||
| 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-27 | Add new configuration variable evil-move-beyond-eol | syl20bnr | |
| Defaults to nil as it is the case in Vim When non-nil the cursor can be move beyond the last character of a line and the advice for evaluating the last-sexp when cursor is on the parenthesis are non effecitve (they are still defined though). | |||
| 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-12-10 | Fontify entire name, not just up to first `-' | Tom Willemse | |
| Fontify the entire name after a call to `evil-(ex-)define-*' instead of just up to the first non-word character. Symbol characters are also valid parts of names. | |||
| 2014-09-11 | merge thing-at-point based text-objects (fix #364) | Frank Fischer | |
| 2014-08-03 | evil-macros.el: fix indentation | Frank Fischer | |
| 2014-06-10 | extend text-object ranges only in visual state (fix #401) | Frank Fischer | |
| Some text objects (e.g. outer quote objects) extend the visual selection. This behaviour depends on the text-objects `:extend-selection` property. However, if the text-object is not used in visual state but with an operator, the object should never be extended. | |||
| 2014-05-02 | add descriptive messages for bol/eol errors (fix #388) | Frank Fischer | |
| 2014-04-11 | merge stable-1.0 | Frank Fischer | |
| 2014-04-11 | version 1.0.91.0.9 | Frank Fischer | |
| 2014-03-14 | do not catch error in operator state | Frank Fischer | |
| If the motion for an operator raises an error, the operator is aborted. The old behaviour was to set some kind of default motion. However, this usually leads to weird results, because that default motion is often quite different from the intended motion. The only exception are 'end-of-buffer and 'beginning-of-buffer, which must be let through so that `evil-forward-char` can be used as a (possibly failing) motion for some operators like `evil-substitute`. | |||
| 2014-03-14 | make 'beginning-of-line and 'end-of-line regular errors | Frank Fischer | |
| Make those error symbols analogously to 'beginning-of-buffer and 'end-of-buffer. | |||
| 2014-01-13 | remove unused old motion functions | Frank Fischer | |
| * * * remove `evil-define-union-move` | |||
| 2013-11-26 | Merge stable-1.0 | Frank Fischer | |
| 2013-11-26 | Version 1.0.81.0.8 | Frank Fischer | |
| 2013-10-23 | Fix some 'undefined function' warnings. | Frank Fischer | |
| Using #'function (with #) causes the byte compiler to emit warnings. We use plain symbols now where appropriate. | |||
