summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor R Campbell <campbell+paredit@mumble.net>2022-08-28 23:14:19 +0000
committerTaylor R Campbell <campbell+paredit@mumble.net>2022-08-28 23:19:58 +0000
commit153b5d80f75b1d66d1080bc590885a9c4f0782e1 (patch)
tree6dd46a170d7dde4e669b6f1d7e222c58878a36e8
parent52be50188ef8c49d8c1a5ef71cb0a963c6a05f09 (diff)
News since paredit 24.
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0693148..765f903 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,16 @@ The latest version of this file is available at
<https://mumble.net/~campbell/emacs/paredit.release>.
+** Version 25 (beta)
+
+*** M-r (paredit-raise-sexp) now respects active mark in Transient Mark Mode.
+*** Paredit Mode and Electric Indent Mode are noted as incompatible.
+*** M-q (paredit-reindent-defun) now respects `fill-paragraph-function'.
+*** New variables `paredit-comment-prefix-...' for `paredit-comment-dwim'.
+*** Reading character in Backslash escape now inherits input method.
+*** M-r (paredit-raise-sexp) no longer reindents single-line sexps.
+*** Various bug fixes and additions to test suite.
+
** Version 24
*** Slurp/barf now support prefix arguments with the obvious semantics.