branch: elpa/with-editor
commit cdf2ac2314042243fae385bb8c2821ec9c3888ae
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Release version 3.5.1
---
CHANGELOG | 6 ++++++
docs/with-editor.org | 4 ++--
docs/with-editor.texi | 4 ++--
lisp/with-editor.el | 4 ++--
4 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index 8c49bac53d..91d137a695 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,10 @@
# -*- mode: org -*-
+* v3.5.1 2026-06-01
+
+- Advice shell-command process filter instead of replacing it. #138
+
+- Dropped support for Emacs 26 and 27.
+
* v3.5.0 2026-05-01
- Append newline to emacsclient commands as required by Emacs 31.1.
diff --git a/docs/with-editor.org b/docs/with-editor.org
index 3e92b237b0..6c03637c04 100644
--- a/docs/with-editor.org
+++ b/docs/with-editor.org
@@ -7,7 +7,7 @@
#+texinfo_dir_category: Emacs
#+texinfo_dir_title: With-Editor: (with-editor).
#+texinfo_dir_desc: Using the Emacsclient as $EDITOR
-#+subtitle: for version 3.5.0
+#+subtitle: for version 3.5.1
#+setupfile: .orgconfig
@@ -27,7 +27,7 @@ additional functionality which makes it useful even for
end-users, who
don't use Magit or another package which uses it internally.
#+texinfo: @noindent
-This manual is for With-Editor version 3.5.0.
+This manual is for With-Editor version 3.5.1.
#+texinfo: @insertcopying
:END:
diff --git a/docs/with-editor.texi b/docs/with-editor.texi
index 73613b1a68..2c129f45cf 100644
--- a/docs/with-editor.texi
+++ b/docs/with-editor.texi
@@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title With-Editor User Manual
-@subtitle for version 3.5.0
+@subtitle for version 3.5.1
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
@@ -60,7 +60,7 @@ additional functionality which makes it useful even for
end-users, who
don't use Magit or another package which uses it internally.
@noindent
-This manual is for With-Editor version 3.5.0.
+This manual is for With-Editor version 3.5.1.
@insertcopying
@end ifnottex
diff --git a/lisp/with-editor.el b/lisp/with-editor.el
index 57ca1ccf4a..6782ceb9ab 100644
--- a/lisp/with-editor.el
+++ b/lisp/with-editor.el
@@ -6,11 +6,11 @@
;; Homepage: https://github.com/magit/with-editor
;; Keywords: processes terminals
-;; Package-Version: 3.5.0
+;; Package-Version: 3.5.1
;; Package-Requires: (
;; (emacs "28.1")
;; (compat "31.0")
-;; (cond-let "1.0"))
+;; (cond-let "1.1"))
;; SPDX-License-Identifier: GPL-3.0-or-later