Age | Commit message (Expand) | Author |
2011-03-23 | Omit vestigial debugging message from `paredit-test' in test.el. | Taylor R Campbell |
2011-03-23 | Fix docstring for `paredit-test-failure-function' in test.el. | Taylor R Campbell |
2011-03-23 | In `paredit-recenter-on-sexp', handle S-expressions larger than screen. | Taylor R Campbell |
2011-03-22 | Omit angled delimiters from the `paredit-open-...' tests. | Taylor R Campbell |
2011-03-22 | Handle scan errors in `paredit-scan-sexps-hack'. | Taylor R Campbell |
2011-03-22 | Reindent in `paredit-open-round' &c. like `paredit-wrap-round' &c. | Taylor R Campbell |
2011-03-22 | Use `?\ ' rather than `?\s' to appease GNU Emacs 21. | Taylor R Campbell |
2011-03-22 | Add rudimentary and preliminary test suite. | Taylor R Campbell |
2011-03-22 | Fix `imbalanced' -> `unbalanced' in `paredit-kill-region' docstring. | Taylor R Campbell |
2011-03-22 | Fix `imbalanced' -> `unbalanced' in `paredit-kill-ring-save' docstring. | Taylor R Campbell |
2011-03-22 | Fix typo: `imbalanced' -> `unbalanced' in `paredit-mode' docstring. | Taylor R Campbell |
2011-03-22 | Fix bug in recent change to more carefully delete comment ends. | Taylor R Campbell |
2011-03-22 | Be more careful about deleting comment starts & ends. | Taylor R Campbell |
2011-03-22 | Add `paredit-doublequote' examples at end of string and in comment. | Taylor R Campbell |
2011-03-22 | Omit needless line break in `paredit-join-sexps'. | Taylor R Campbell |
2011-03-22 | Avoid trailing space when `paredit-comment-dwim' inserts code comments. | Taylor R Campbell |
2011-03-22 | Fix end-of-line and end-of-buffer corner cases of `paredit-semicolon'. | Taylor R Campbell |
2011-03-22 | Show point in `paredit-splice-sexp-killing-forward' example. | Taylor R Campbell |
2011-03-22 | Show point in `paredit-splice-sexp-killing-backward' example. | Taylor R Campbell |
2011-03-22 | Fix spacing in `paredit-newline' example. | Taylor R Campbell |
2011-03-22 | Make `paredit-comment-dwim' code comment example work in isolation. | Taylor R Campbell |
2011-03-22 | Show point in `paredit-semicolon' example. | Taylor R Campbell |
2011-03-22 | Show point in `paredit-open-square' example. | Taylor R Campbell |
2011-03-22 | Permit joining adjacent lists without intervening whitespace. | Taylor R Campbell |
2011-03-20 | Count S-expressions more carefully in `paredit-insert-pair'. | Taylor R Campbell |
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 |