summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-07Change `paredit-meta-doublequote' to avoid breaking the line.Taylor R Campbell
2013-04-07Preserve column better in `paredit-join'.Taylor R Campbell
2013-04-07Implement `paredit-preserving-column'.Taylor R Campbell
2013-04-07Make `paredit-forward' and `paredit-backward' move out of strings.Taylor R Campbell
2013-04-07Fix paredit-doublequote inside a string escape.Taylor R Campbell
2013-04-07Add clearer names for the enclosing string start/end points.Taylor R Campbell
2013-04-07Add a pile of `paredit-backward-barf-sexp' tests.Taylor R Campbell
2013-04-07Add a zillion paredit-kill tests. Fix a tiny bug they revealed.Taylor R Campbell
2013-04-07Bump copyright year on test.el to 2013.Taylor R Campbell
2013-04-07Add notes for paredit 23 to NEWS.Taylor R Campbell
2013-04-07New file NEWS from paredit.release.Taylor R Campbell
2013-04-07Update URI references: nix paredit-23.el, add Git repository.Taylor R Campbell
2013-04-07Bump version: 23 beta -> 24 beta.Taylor R Campbell
2013-04-07Remove unnecessarily nasty text about reporting bugs.Taylor R Campbell
2013-04-07Bump copyright year to 2013.Taylor R Campbell
2013-04-07Add `megane' from a slightly newer list of credits, 2011-08-30.Taylor R Campbell
2013-04-07Add CREDITS file from 2011-05-08. Needs some additions since then.Taylor R Campbell
2013-04-07Add a trivial shell script to generate paredit.html.Taylor R Campbell
2011-05-08Tweak `paredit-convolute-sexp' a little and add some tests for it.Taylor R Campbell
2011-05-07Add trivial check.sh to compile paredit and run tests.Taylor R Campbell
2011-05-07Add message to top of `paredit-test' reporting what we're testing.Taylor R Campbell
2011-05-07Fix error message in `paredit-test'.Taylor R Campbell
2011-05-07Fix `kill-line' tests now that `show-trailing-whitespace' is nil.Taylor R Campbell
2011-05-07Set `show-trailing-whitespace' to nil when running tests.Taylor R Campbell
2011-05-07Add regression test for `paredit-convolute-sexp' screw case.Taylor R Campbell
2011-05-07Fail early in `paredit-convolute-sexp'.Taylor R Campbell
2011-04-12Tweak a `paredit-reindent-defun' test slightly.Taylor R Campbell
2011-04-11Be explicit about Transient Mark Mode in `paredit-wrap-*' tests.Taylor R Campbell
2011-04-11Add character deletion tests to verify the new `paredit-in-char-p'.Taylor R Campbell
2011-04-11Make `paredit-in-char-p' work recursively.Taylor R Campbell
2011-04-11Expand `paredit-kill' tests a little.Taylor R Campbell
2011-04-11Replace `paredit-wrap-sexp' tests by `paredit-wrap-round' &c. tests.Taylor R Campbell
2011-04-11Fix docstring of `paredit-check-region-for-delete'.Taylor R Campbell
2011-04-11Fix `paredit-backslash' within a character literal.Taylor R Campbell
2011-04-11Add and fix some tests for `(' and `)' while in a character literal.Taylor R Campbell
2011-04-11Fix `paredit-move-past-close' within a character escape.Taylor R Campbell
2011-04-11Add tests for region deletion across comment boundaries.Taylor R Campbell
2011-04-11Fix logic in checking region deletion across comment boundaries.Taylor R Campbell
2011-04-11Add some trivial tests for region deletion/killing commands.Taylor R Campbell
2011-04-11Add some trivial tests for `paredit-wrap-sexp'.Taylor R Campbell
2011-04-11Support setting the mark in test cases, indicated by an underscore.Taylor R Campbell
2011-04-11Tweak safe region deletion.Taylor R Campbell
2011-04-11Add some tests for recent changes to deletion and killing commands.Taylor R Campbell
2011-04-11Check `paredit-kill' in a comment more carefully.Taylor R Campbell
2011-04-11Fix checks on deletion of comment boundaries.Taylor R Campbell
2011-04-11Tweak `paredit-check-region' and `paredit-region-ok-p'.Taylor R Campbell
2011-04-10Add brief docstring to `paredit-check-region-state'.Taylor R Campbell
2011-04-09Add test for C-u ( with trailing comment and no trailing newline.Taylor R Campbell
2011-04-09Fix `paredit-insert-pair' when buffer ends with no-newline comment.Taylor R Campbell
2011-04-09Add trivial tests for `paredit-open-...' with prefix arguments.Taylor R Campbell