summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2022-11-26paredit-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-26paredit.el 26v26releaseTaylor R Campbell
2022-11-26NEWS: 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-26Change some comments to xfail.Taylor R Campbell
2022-11-26Fix 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-25Release paredit.el 25.Taylor R Campbell
2022-11-25Note migration to paredit.org in NEWS.Taylor R Campbell
2022-11-25Credit Sean Whitton for Electric Indent Mode interactions.Taylor R Campbell
2022-11-25NEWS: 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-24Move to paredit.org.Taylor R Campbell
2022-11-24Work around Electric Indent Mode brokenness in newline keys.Taylor R Campbell
2022-08-28News since paredit 24.Taylor R Campbell
2017-04-10Switch http://mumble.net to https://mumble.net.Taylor R Campbell
2014-12-06Remove beta marker from 24 in NEWS.Taylor R Campbell
2013-07-09Note nicer slurpage into an empty list in NEWS.Taylor R Campbell
2013-07-09Note omission of `backward-down-list' in NEWS.Taylor R Campbell
2013-07-09Add news item about changes to HTML reference.Taylor R Campbell
2013-07-09Make slurping and barfing support prefix arguments.Taylor R Campbell
Positive numeric means slurp/barf that many forms. Negative numeric slurp means barf -that many forms, and vice versa. C-u means slurp/barf as many as possible before hitting end of list. Tests are currently pretty limited. Please help!
2013-07-08Revert "Bind M-[ to paredit-wrap-square."Taylor R Campbell
This reverts commit a26c148244962c1365c185dbe154118c88183575. `ESC [' is how various terminal escape sequences begin, so overriding this is a bad idea!
2013-07-06Bind M-[ to paredit-wrap-square.Taylor R Campbell
2013-06-13Mention shift selection for motion commands in NEWS.Taylor R Campbell
2013-06-13Note `backward-delete-char' lossage in NEWS.Taylor R Campbell
2013-04-07Mark 24 as beta in NEWS.Taylor R Campbell
2013-04-07Add some notes for version 24.Taylor R Campbell
2013-04-07Add notes for paredit 23 to NEWS.Taylor R Campbell
2013-04-07New file NEWS from paredit.release.Taylor R Campbell