| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-12-16 | add csw, csW, css and csp shortcuts1.0.3 | tam5 | |
| 2018-12-16 | update readme: copyright years | Filipe Silva | |
| 2018-12-16 | tweak implementation file header | Filipe Silva | |
| 2018-11-06 | add license file | Filipe Correa Lima da Silva | |
| 2018-11-06 | readme: add missing link to `define-and-bind-text-object` macro1.0.2 | Filipe Correa Lima da Silva | |
| 2018-10-20 | Fix visible narrowing when surrounding within a field (#135) | Lionel Henry | |
| * Fix visible narrowing when surrounding within a field * Test that buffer is widened before reading char | |||
| 2018-10-18 | Revert "surround-function improvement for lisp modes (#134)" | Filipe Correa Lima da Silva | |
| This reverts commit 5a20c9757eff64e1567d313eb254126aef2bf3b2. | |||
| 2018-10-09 | fix #143: add readme entry on how to add new pairs through evil | ninrod | |
| 2018-02-23 | fix readme on how to add a new surround pair | Filipe Correa Lima da Silva | |
| - thanks @edkolev and @amilkov3 - see issue #136 | |||
| 2018-01-02 | surround-function improvement for lisp modes (#134) | Dickby | |
| surround-function improvement for lisp modes | |||
| 2017-12-10 | try same layout layout as evil | ninrod | |
| 2017-12-10 | try out new logo scale | ninrod | |
| 2017-12-10 | Fix regression for Emacs 26 caused by #125 fix | Justin Burkett | |
| Emacs 26 saves this-command-keys across read-from-minibuffer, so make sure this-command-keys is cleared when we record it before read-from-minibuffer. Fixes #131 | |||
| 2017-12-07 | add tests for @jusbur's pull #130 which fixes #125 | Filipe Correa Lima da Silva | |
| 2017-12-07 | Fix repeat when pair is determined by function | Justin Burkett | |
| Apparently when read-from-minibuffer is called in a function to read tags, the information in this-command-keys is discarded. Introduce evil-surround-read-from-minibuffer to record this information as well as the input in the minibuffer. There is probably a more elegant solution to recording repeat info in evil-surround out there, but this will work for now. Fixes #125 | |||
| 2017-12-02 | add yS test | ninrod | |
| 2017-12-02 | add backquote delimiter test | ninrod | |
| 2017-12-02 | fix typo | ninrod | |
| 2017-12-01 | closes #1121.0.1 | ninrod | |
| 2017-11-27 | Use ‘evil-surround’ as :group for customizable variables | wouter bolsterlee | |
| Before this change, there were two groups for this package in the customize interface. The customizable variables show up in the group named ‘surround’, while the mode itself shows up in the group named ‘evil-surround’. This is confusing and unnecessary. To address this, put everything inside the ‘evil-surround’ group, which is the same approach used by many other evil-mode extension packages. | |||
| 2017-11-27 | add melpa stable badge | ninrod | |
| 2017-11-22 | update logo | ninrod | |
| 2017-11-22 | add @edkolev's custom logo | ninrod | |
| 2017-11-22 | upgrade badges. add GPLv3 badge. | ninrod | |
| 2017-10-04 | Make `ysw` work like `cw`, not `ce` | Evgeni Kolev | |
| 2017-10-04 | Add tests for repeat, visual mode, visual line mode | Evgeni Kolev | |
| 2017-09-10 | Merge pull request #120 from edkolev/use-examples-as-tests | Filipe Silva | |
| Add examples from readme as automated tests | |||
| 2017-09-10 | Remove debug messages | Evgeni Kolev | |
| 2017-09-10 | Add examples from readme as automated tests | Evgeni Kolev | |
| 2017-09-04 | Merge pull request #118 from edkolev/use-evil-test-helpers | Filipe Silva | |
| Use `evil-test-helpers` for testing | |||
| 2017-08-06 | Use `evil-test-helpers` for testing | Evgeni Kolev | |
| 2017-06-21 | update melpa badge link. thanks @agsdot | ninrod | |
| - ref: https://github.com/emacs-evil/evil-surround/commit/5a45da3d711e3f00f05abdc378e4fc939471bce8#commitcomment-22672186 | |||
| 2017-06-06 | add credits to Tim C. Harper | Filipe Correa Lima da Silva | |
| 2017-06-05 | fix evil surround's case | Filipe Correa Lima da Silva | |
| 2017-06-05 | add melpa badge | Filipe Correa Lima da Silva | |
| 2017-06-05 | fix travis badge | Filipe Correa Lima da Silva | |
| 2017-06-05 | closes #98: orgify readme | Filipe Correa Lima da Silva | |
| 2017-06-05 | attempt to display travis badge | Filipe Correa Lima da Silva | |
| 2017-06-05 | add credits to Tim Harper | ninrod | |
| 2017-06-05 | Add tests | Evgeni Kolev | |
| 2017-01-24 | update readmev1.0.0 | ninrod | |
| 2017-01-20 | Fix defcustom type specification for pairs-alist variable | Wouter Bolsterlee | |
| 2017-01-16 | closes #91: evil-surround-pairs-alist typo | Filipe Correa Lima da Silva | |
| - thanks @Lynolix (https://github.com/Lynolix) | |||
| 2017-01-15 | Merge pull request #93 from ninrod/master | Filipe Silva | |
| fix #84: dot operator works again. reverts 66b8f89 which reintroduced #24 as a regression | |||
| 2016-11-28 | fix #84: revert 66b8f89 which reintroduced #24 as a regression | ninrod | |
| 2016-10-29 | Merge pull request #89 from LemmingAvalanche/execute-permissions | Tim Harper | |
| Unset execute permission for files | |||
| 2016-10-29 | Unset execute permission for files | Kristoffer Haugsbakk | |
| Neither Elisp libraries nor readmes need to be executable in this sense. The permissions were changed from 644 to 755 in c96499e (“Extract surround-operator-alist to a customizeable variable”). A commit that didn’t have anything to do with permissions. So I guess some command was invoked by accident. | |||
| 2016-10-26 | Merge pull request #88 from LemmingAvalanche/update-links-to-evil | Tim Harper | |
| Point to new repository for Evil | |||
| 2016-10-26 | Point to new repository for Evil | Kristoffer Haugsbakk | |
| Evil is no longer hosted on Gitorious. This repository is apparently the new official repository for Evil, since it is hosted under Frank Fischer’s account, and Evil’s page on the Emacs wiki[1] points to the wiki of this repository as being Evil’s home page. [1] https://www.emacswiki.org/emacs/Evil | |||
| 2016-09-11 | Merge pull request #83 from wbolster/use-explicit-autoload-definitions | Tim Harper | |
| Add explicit autoload definitions to avoid implicit evil dependency | |||
