summaryrefslogtreecommitdiff
path: root/paredit.el
Commit message (Expand)AuthorAge
* Remove beta markers for version 24.Taylor R Campbell2014-12-06
* Let C-d and DEL delete the other spurious delimiters too.Taylor R Campbell2014-01-28
* Bump copyright date: 2013->2014.Taylor R Campbell2014-01-28
* Add autoload cookie for `enable-paredit-mode'.Taylor R Campbell2013-07-22
* Tweak comment about barfage error.Taylor R Campbell2013-07-09
* Make slurping and barfing support prefix arguments.Taylor R Campbell2013-07-09
* If in a string, slurp into the enclosing list if necessary.Taylor R Campbell2013-07-09
* Allow slurping while in a character.Taylor R Campbell2013-07-09
* Suggest `M-x enable-paredit-mode RET'.Taylor R Campbell2013-07-09
* A little more HTML tweaking. Not perfect, but enough for the day.Taylor R Campbell2013-07-09
* Tweak HTML output a little more.Taylor R Campbell2013-07-09
* Rework HTML output to simplify and prettify everything.Taylor R Campbell2013-07-09
* Tweak whitespace in `paredit-split-sexp'. No functional change.Taylor R Campbell2013-07-08
* Fix reference to `backward-down-list', which is no more.Taylor R Campbell2013-07-08
* Revert "Bind M-[ to paredit-wrap-square."Taylor R Campbell2013-07-08
* Make slurping `(|) foo' yield `(|foo)', not `(| foo)'.Taylor R Campbell2013-07-06
* Bind M-[ to paredit-wrap-square.Taylor R Campbell2013-07-06
* Use `paredit-preserving-column' in `paredit-reindent-defun'.Taylor R Campbell2013-06-16
* Handle shift selection in motion commands in recent GNU Emacs.Taylor R Campbell2013-06-13
* Rework paredit-semicolon and add some tests for it.Taylor R Campbell2013-06-13
* Avoid `backward-delete-char', which GNU Emacs 24 broke.Taylor R Campbell2013-06-13
* Improve indentation and column preservation in `paredit-splice'.Taylor R Campbell2013-04-07
* Add `paredit-indent-region' and move indentation utilities around.Taylor R Campbell2013-04-07
* Add some miscellaneous S-expression parsing utilities.Taylor R Campbell2013-04-07
* Change `paredit-meta-doublequote' to avoid breaking the line.Taylor R Campbell2013-04-07
* Preserve column better in `paredit-join'.Taylor R Campbell2013-04-07
* Implement `paredit-preserving-column'.Taylor R Campbell2013-04-07
* Make `paredit-forward' and `paredit-backward' move out of strings.Taylor R Campbell2013-04-07
* Fix paredit-doublequote inside a string escape.Taylor R Campbell2013-04-07
* Add clearer names for the enclosing string start/end points.Taylor R Campbell2013-04-07
* Add a zillion paredit-kill tests. Fix a tiny bug they revealed.Taylor R Campbell2013-04-07
* Update URI references: nix paredit-23.el, add Git repository.Taylor R Campbell2013-04-07
* Bump version: 23 beta -> 24 beta.Taylor R Campbell2013-04-07
* Remove unnecessarily nasty text about reporting bugs.Taylor R Campbell2013-04-07
* Bump copyright year to 2013.Taylor R Campbell2013-04-07
* Tweak `paredit-convolute-sexp' a little and add some tests for it.Taylor R Campbell2011-05-08
* Fail early in `paredit-convolute-sexp'.Taylor R Campbell2011-05-07
* Make `paredit-in-char-p' work recursively.Taylor R Campbell2011-04-11
* Fix docstring of `paredit-check-region-for-delete'.Taylor R Campbell2011-04-11
* Fix `paredit-backslash' within a character literal.Taylor R Campbell2011-04-11
* Fix `paredit-move-past-close' within a character escape.Taylor R Campbell2011-04-11
* Fix logic in checking region deletion across comment boundaries.Taylor R Campbell2011-04-11
* Tweak safe region deletion.Taylor R Campbell2011-04-11
* Check `paredit-kill' in a comment more carefully.Taylor R Campbell2011-04-11
* Fix checks on deletion of comment boundaries.Taylor R Campbell2011-04-11
* Tweak `paredit-check-region' and `paredit-region-ok-p'.Taylor R Campbell2011-04-11
* Add brief docstring to `paredit-check-region-state'.Taylor R Campbell2011-04-10
* Fix `paredit-insert-pair' when buffer ends with no-newline comment.Taylor R Campbell2011-04-09
* Don't indent while the buffer is in intermediate broken states.Taylor R Campbell2011-04-09
* Make the exhortation about bug reports slightly less harsh.Taylor R Campbell2011-03-23