index
:
paredit
maint-23
maint-24
maint-25
master
release
paredit -- parenthetical editing in Emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-07-08
Fix reference to `backward-down-list', which is no more.
Taylor R Campbell
2013-07-08
Revert "Bind M-[ to paredit-wrap-square."
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-07-06
Bind M-[ to paredit-wrap-square.
Taylor R Campbell
2013-06-16
Make sure M-? leaves space appropriately when there was none.
Taylor R Campbell
2013-06-16
Use `paredit-preserving-column' in `paredit-reindent-defun'.
Taylor R Campbell
2013-06-13
Use $EMACS in genhtml.sh too.
Taylor R Campbell
2013-06-13
Mention shift selection for motion commands in NEWS.
Taylor R Campbell
2013-06-13
Handle shift selection in motion commands in recent GNU Emacs.
Taylor R Campbell
2013-06-13
Note `backward-delete-char' lossage in NEWS.
Taylor R Campbell
2013-06-13
Rework paredit-semicolon and add some tests for it.
Taylor R Campbell
2013-06-13
In check.sh, use $EMACS if set, defaulting to `emacs'.
Taylor R Campbell
2013-06-13
Avoid `backward-delete-char', which GNU Emacs 24 broke.
Taylor R Campbell
2013-06-13
In test.el, use (delete-char -1), not backward-delete-char.
Taylor R Campbell
2013-04-07
Mark 24 as beta in NEWS.
Taylor R Campbell
2013-04-07
Add some notes for version 24.
Taylor R Campbell
2013-04-07
Improve indentation and column preservation in `paredit-splice'.
Taylor R Campbell
2013-04-07
Add `paredit-indent-region' and move indentation utilities around.
Taylor R Campbell
2013-04-07
Add some miscellaneous S-expression parsing utilities.
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
Implement `paredit-preserving-column'.
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 clearer names for the enclosing string start/end points.
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
2013-04-07
Add notes for paredit 23 to NEWS.
Taylor R Campbell
2013-04-07
New file NEWS from paredit.release.
Taylor R Campbell
2013-04-07
Update URI references: nix paredit-23.el, add Git repository.
Taylor R Campbell
2013-04-07
Bump version: 23 beta -> 24 beta.
Taylor R Campbell
2013-04-07
Remove unnecessarily nasty text about reporting bugs.
Taylor R Campbell
2013-04-07
Bump copyright year to 2013.
Taylor R Campbell
2013-04-07
Add `megane' from a slightly newer list of credits, 2011-08-30.
Taylor R Campbell
2013-04-07
Add CREDITS file from 2011-05-08. Needs some additions since then.
Taylor R Campbell
2013-04-07
Add a trivial shell script to generate paredit.html.
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 trivial check.sh to compile paredit and run tests.
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-05-07
Fail early in `paredit-convolute-sexp'.
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
Make `paredit-in-char-p' work recursively.
Taylor R Campbell
[next]