Age | Commit message (Expand) | Author |
2022-08-28 | paredit-raise-sexp: Handle active mark in transient mark mode. | Taylor R Campbell |
2022-07-09 | Bump copyright year. | Taylor R Campbell |
2020-11-30 | More slurpage edge cases. | Taylor R Campbell |
2020-11-30 | Test some backward-slurp screw cases. | Taylor R Campbell |
2020-11-30 | Stop each test on first failure or unexpected success. | Taylor R Campbell |
2020-11-30 | Add some examples of slurping edge cases that we should handle. | Taylor R Campbell |
2020-11-30 | Batch up test failures and implement expected-failure. | Taylor R Campbell |
2020-04-10 | Trailing newline. | Taylor R Campbell |
2020-04-10 | Disable minibuffer message delays in tests. | Taylor R Campbell |
2019-11-21 | New variables for comment prefixes. | Taylor R Campbell |
2019-11-21 | Bump copyright year. | Taylor R Campbell |
2017-04-05 | Bump copyright year to 2017. | Taylor R Campbell |
2017-04-05 | Don't reindent single-line edits in paredit-raise-sexp. | Taylor R Campbell |
2014-01-28 | Let C-d and DEL delete the other spurious delimiters too. | Taylor R Campbell |
2014-01-28 | Bump copyright date: 2013->2014. | Taylor R Campbell |
2013-07-09 | Make slurping and barfing support prefix arguments. | Taylor R Campbell |
2013-07-09 | Add some slurp tests with characters and strings. | Taylor R Campbell |
2013-07-06 | Make slurping `(|) foo' yield `(|foo)', not `(| foo)'. | Taylor R Campbell |
2013-07-06 | Flesh out paredit-wrap-... tests a little. | Taylor R Campbell |
2013-06-16 | Make sure M-? leaves space appropriately when there was none. | Taylor R Campbell |
2013-06-13 | Rework paredit-semicolon and add some tests for it. | Taylor R Campbell |
2013-06-13 | In test.el, use (delete-char -1), not backward-delete-char. | Taylor R Campbell |
2013-04-07 | Improve indentation and column preservation in `paredit-splice'. | Taylor R Campbell |
2013-04-07 | Change `paredit-meta-doublequote' to avoid breaking the line. | Taylor R Campbell |
2013-04-07 | Preserve column better in `paredit-join'. | Taylor R Campbell |
2013-04-07 | Make `paredit-forward' and `paredit-backward' move out of strings. | Taylor R Campbell |
2013-04-07 | Fix paredit-doublequote inside a string escape. | Taylor R Campbell |
2013-04-07 | Add a pile of `paredit-backward-barf-sexp' tests. | Taylor R Campbell |
2013-04-07 | Add a zillion paredit-kill tests. Fix a tiny bug they revealed. | Taylor R Campbell |
2013-04-07 | Bump copyright year on test.el to 2013. | Taylor R Campbell |
2011-05-08 | Tweak `paredit-convolute-sexp' a little and add some tests for it. | Taylor R Campbell |
2011-05-07 | Add message to top of `paredit-test' reporting what we're testing. | Taylor R Campbell |
2011-05-07 | Fix error message in `paredit-test'. | Taylor R Campbell |
2011-05-07 | Fix `kill-line' tests now that `show-trailing-whitespace' is nil. | Taylor R Campbell |
2011-05-07 | Set `show-trailing-whitespace' to nil when running tests. | Taylor R Campbell |
2011-05-07 | Add regression test for `paredit-convolute-sexp' screw case. | Taylor R Campbell |
2011-04-12 | Tweak a `paredit-reindent-defun' test slightly. | Taylor R Campbell |
2011-04-11 | Be explicit about Transient Mark Mode in `paredit-wrap-*' tests. | Taylor R Campbell |
2011-04-11 | Add character deletion tests to verify the new `paredit-in-char-p'. | Taylor R Campbell |
2011-04-11 | Expand `paredit-kill' tests a little. | Taylor R Campbell |
2011-04-11 | Replace `paredit-wrap-sexp' tests by `paredit-wrap-round' &c. tests. | Taylor R Campbell |
2011-04-11 | Add and fix some tests for `(' and `)' while in a character literal. | Taylor R Campbell |
2011-04-11 | Add tests for region deletion across comment boundaries. | Taylor R Campbell |
2011-04-11 | Add some trivial tests for region deletion/killing commands. | Taylor R Campbell |
2011-04-11 | Add some trivial tests for `paredit-wrap-sexp'. | Taylor R Campbell |
2011-04-11 | Support setting the mark in test cases, indicated by an underscore. | Taylor R Campbell |
2011-04-11 | Add some tests for recent changes to deletion and killing commands. | Taylor R Campbell |
2011-04-09 | Add test for C-u ( with trailing comment and no trailing newline. | Taylor R Campbell |
2011-04-09 | Add trivial tests for `paredit-open-...' with prefix arguments. | Taylor R Campbell |
2011-04-09 | Break page in test.el before indentation regression tests. | Taylor R Campbell |