Age | Commit message (Expand) | Author |
2011-03-20 | Use `scan-sexps' for noninteractive `check-parens'. | Taylor R Campbell |
2011-03-20 | Don't mask errors during `buffer-string' in `paredit-unescape-string'. | Taylor R Campbell |
2011-03-20 | Eliminate fboundp check for `check-parens' in `paredit-check-region'. | Taylor R Campbell |
2011-03-20 | Implement `paredit-override-check-parens-function'. | Taylor R Campbell |
2011-03-20 | Simplify definition of `paredit-count-sexps-forward'. | Taylor R Campbell |
2011-03-20 | Count carefully at end of buffer in `paredit-count-sexps-forward'. | Taylor R Campbell |
2011-03-20 | Preserve column in `paredit-reindent-defun'. | Taylor R Campbell |
2011-03-20 | Fix bounds checking in `paredit-find-next-string-start'. | Taylor R Campbell |
2011-03-20 | Bind M-? to `paredit-convolute-sexp'. | Taylor R Campbell |
2011-03-20 | Eliminate confusing comment over `paredit-splice-sexp'. | Taylor R Campbell |
2011-03-20 | Spell `paredit-recenter-on-sexp' to match convention in Emacs. | Taylor R Campbell |
2011-03-20 | Fix comment in `paredit-forward' on `up-list' vs `forward-char'. | Taylor R Campbell |
2011-03-20 | Simplify and clarify implementation of `paredit-backslash'. | Taylor R Campbell |
2011-02-24 | Rework third page to make it much more readable. | Taylor R Campbell |
2011-02-24 | Tweak second page. Remove rants and IRC reference. | Taylor R Campbell |
2011-02-24 | Bump copyright year to 2011. | Taylor R Campbell |
2010-12-06 | Eliminate non-interactive use of `goto-line'. | Taylor R Campbell |
2010-12-05 | Omit optional argument `yank-handler' in `paredit-kill-region'. | Taylor R Campbell |
2010-12-05 | In `paredit-newline', ignore parse errors during `indent-sexp'. | Taylor R Campbell |
2010-10-09 | Bump version: 22 beta -> 23. | Taylor R Campbell |
2010-10-09 | Bump version: 22 beta -> 22.v22 | Taylor R Campbell |
2010-10-09 | Change header and footer to conform to elisp guidelines. | Taylor R Campbell |
2010-09-20 | Add utilities for `check-parens' restricted to a region. | Taylor R Campbell |
2010-09-18 | Fix format arguments in `paredit-check-region-state-comment'. | Taylor R Campbell |
2010-09-18 | Implement `paredit-kill-ring-save' and `paredit-kill-region'. | Taylor R Campbell |
2010-09-18 | Implement `paredit-{for,back}ward-{up,down}'. | Taylor R Campbell |
2010-09-18 | Fix `paredit-copy-as-kill' within strings. | Taylor R Campbell |
2010-09-18 | Check `eolp' before using `char-after' in `paredit-kill'. | Taylor R Campbell |
2010-09-18 | Fix `paredit-kill' on whitespace character literal with margin comment. | Taylor R Campbell |
2010-09-18 | Simplify definition of `paredit-kill-line-in-string'. | Taylor R Campbell |
2010-09-18 | Generalize `paredit-kill' to work inside any string-like object. | Taylor R Campbell |
2010-09-17 | Revive `paredit-semicolon', with better behaviour. | Taylor R Campbell |
2010-09-17 | Make `paredit-newline' keep invalid structure inside comments. | Taylor R Campbell |
2010-09-17 | Refine scope of reindentation after raise, splice, and insert-comment. | Taylor R Campbell |
2010-09-17 | Implement variable `paredit-space-for-delimiter-predicates'. | Taylor R Campbell |
2010-09-17 | Fix some opening remarks about enabling paredit mode. | Taylor R Campbell |
2010-09-17 | Switch copying terms to GPLv3+. | Taylor R Campbell |
2009-07-11 | Omit vestigial debug message in `paredit-backward-slurp-into-string'. | Taylor R Campbell |
2009-07-11 | Put space between closing delimiters and opening double quotes. | Taylor R Campbell |
2009-07-08 | Ignore errors while indenting after inserting a comment. | Taylor R Campbell |
2009-07-03 | Omit unused variable `orig' in `paredit-move-past-close-and-reindent'. | Taylor R Campbell |
2009-07-03 | Un-deprecate `enable-paredit-mode' and `disable-paredit-mode'. | Taylor R Campbell |
2009-03-09 | Call `end-of-defun' in `paredit-reindent-defun'. | Taylor R Campbell |
2009-02-25 | Add warning to documentation of prefix arguments to `paredit-mode'. | Taylor R Campbell |
2009-02-25 | Document the effect of a prefix argument to the `paredit-mode' command. | Taylor R Campbell |
2009-02-23 | Implement `paredit-copy-as-kill'. | Taylor R Campbell |
2009-01-05 | Fix kill & yank errors with `paredit-lose-if-not-in-sexp' while barfing. | Taylor R Campbell |
2009-01-05 | Bump copyright year. | Taylor R Campbell |
2008-12-15 | Add magic autoload comment for `paredit-mode'. | Taylor R Campbell |
2008-10-25 | Clarify `paredit-insert-comment' and change its criteria for code comments. | Taylor R Campbell |