Age | Commit message (Collapse) | Author | |
---|---|---|---|
3 days | NEWS: Note lexical-binding.HEADmaster | Taylor R Campbell | |
3 days | .github/workflows: Use actions/checkout@v4, not @v3. | Taylor R Campbell | |
Pacifies Github complaint: > The following actions use a deprecated Node.js version and will be > forced to run on node20: actions/checkout@v3. For more info: > https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ Unclear from the readily-accessible documentation whether there is any other substantive change in v4 which might require changes to the usage. | |||
3 days | test.el: Use paredit-warn, not warn. | Taylor R Campbell | |
3 days | test.el: Pacify unused-variable warnings. | Taylor R Campbell | |
3 days | paredit.el: Pacify unused-variable warnings. | Taylor R Campbell | |
3 days | paredit.el, test.el: Bump copyright year. | Taylor R Campbell | |
3 days | paredit.el: Enable lexical binding. | Taylor R Campbell | |
2023-07-18 | Bump copyright year. | Taylor R Campbell | |
2023-07-18 | Fix some typos in docstrings, from Tomas Volf. | Taylor R Campbell | |
2023-01-10 | CREDITS: Credit Andrey Listopadov, who found the ielm column bug. | Taylor R Campbell | |
2022-11-27 | .elpaignore: ELPA can use NEWS, so keep it. | Taylor R Campbell | |
2022-11-27 | .elpaignore: Ignore .github and .gitignore too. | Taylor R Campbell | |
2022-11-27 | More metadata for the benefit of ELPA. | Taylor R Campbell | |
2022-11-27 | paredit-RET, paredit-C-j: Cite paredit-newline in docstring. | Taylor R Campbell | |
2022-11-27 | DESIGN: New file with commentary on design principles for paredit. | Taylor R Campbell | |
2022-11-27 | paredit-kill: Sprinkle some comments. | Taylor R Campbell | |
No functional change intended. Comments are incomplete but maybe better than what was there before. | |||
2022-11-26 | paredit-kill: Tweak rule for adding space if kill-whole-line is t. | Taylor R Campbell | |
For now, disable the yank part of the test -- with kill-whole-line, killing and then yanking is not always a noop and it's not clear making it a noop is the right approach. I don't use kill-whole-line so I'm not sure what expectations are and I'm reluctant to change it, except to fix obviously-wrong outcomes like (x|(y)) that should be (x| (y)). While here, document the effect of kill-whole-line on paredit-kill. | |||
2022-11-26 | test.el: Clarify comment about kill-line and show-trailing-whitespace. | Taylor R Campbell | |
2022-11-26 | test.el: Test paredit-kill with kill-whole-line enabled. | Taylor R Campbell | |
Turns out there's a lot of edge cases the impenetrable code handled badly anyway. Oops. | |||
2022-11-26 | genhtml.sh: Make executable. | Taylor R Campbell | |
2022-11-26 | paredit.el 27 beta | Taylor R Campbell | |
2022-11-26 | paredit.el 26v26release | Taylor R Campbell | |
2022-11-26 | NEWS: Note bug and workaround with interactive modes. | Taylor R Campbell | |
Unfortunately there isn't obviously an easy way to address both Electric Indent Mode and interactive modes. (Some interactive modes like the default *scratch* buffer also define C-j, which paredit always did override.) | |||
2022-11-26 | Add GitHub Action to run tests on ubuntu-latest. | Taylor R Campbell | |
2022-11-26 | test.el: More tests for region and character deletion. | Taylor R Campbell | |
2022-11-26 | test.el: Convert some disappointed comments into xfails. | Taylor R Campbell | |
2022-11-26 | test.el: Rephrase negations in paredit-test to be less confusing. | Taylor R Campbell | |
2022-11-26 | Change some comments to xfail. | Taylor R Campbell | |
2022-11-26 | Teach paredit-forward/backward-kill-word to take prefix argument. | Taylor R Campbell | |
XXX Unlike other paredit commands, C-u is not handled specially -- it is just interpreted as 4. No automatic tests for this at the moment. | |||
2022-11-26 | Test paredit-forward-kill-word, paredit-backward-kill-word. | Taylor R Campbell | |
Turns up some nasty edge cases I missed, oops. | |||
2022-11-26 | Fix column preservation in text fields like ielm after prompt. | Taylor R Campbell | |
Add a hacky one-off test to assemble buffer text with a field. | |||
2022-11-25 | Reword CREDITS to be less prolix. | Taylor R Campbell | |
2022-11-25 | Bump version number 25->26. | Taylor R Campbell | |
2022-11-25 | Release paredit.el 25. | Taylor R Campbell | |
2022-11-25 | Note migration to paredit.org in NEWS. | Taylor R Campbell | |
2022-11-25 | Credit Sean Whitton for Electric Indent Mode interactions. | Taylor R Campbell | |
2022-11-25 | NEWS: Put dates on versions. | Taylor R Campbell | |
Some of these dates have limited precision because I didn't keep very good records 17 years ago. | |||
2022-11-25 | CREDITS: Credit Rudolf Adamkovič. | Taylor R Campbell | |
Suggested improvements to M-r in transient-mark-mode. | |||
2022-11-24 | Move to paredit.org. | Taylor R Campbell | |
2022-11-24 | Work around Electric Indent Mode brokenness in newline keys. | Taylor R Campbell | |
2022-08-28 | News since paredit 24. | Taylor R Campbell | |
2022-08-28 | paredit-raise-sexp: Handle active mark in transient mark mode. | Taylor R Campbell | |
2022-07-09 | Add .gitignore file. | Taylor R Campbell | |
2022-07-09 | Credit Javier Olaechea and Vladimir Sedach. | Taylor R Campbell | |
Both contributed patches several years ago, and appear by name in the git log, but I forgot to put them in the CREDITS file. | |||
2022-07-09 | Note that Paredit Mode and Electric Indent Mode are incompatible. | Taylor R Campbell | |
As far as I'm aware, Electric Indent Mode contributes nothing useful when Paredit Mode is enabled, but makes it difficult to get newline auto-indent working consistently. Suggest an alternative if what you want is for RET to auto-indent and C-j to insert plain newline. | |||
2022-07-09 | Bump copyright year. | Taylor R Campbell | |
2022-07-09 | Respect fill-paragraph-function. Fall back to lisp-fill-paragraph. | Taylor R Campbell | |
2020-11-30 | More slurpage edge cases. | Taylor R Campbell | |
2020-11-30 | Test some backward-slurp screw cases. | Taylor R Campbell | |
2020-11-30 | Stop each test on first failure or unexpected success. | Taylor R Campbell | |