summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-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.