summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2026-03-01 14:17:15 +0100
committerJonas Bernoulli <jonas@bernoul.li>2026-03-01 14:17:15 +0100
commit64211dcb815f2533ac3d2a7e56ff36ae804d8338 (patch)
tree9ad41e874b672f9518c712c5cf42ceac9e3c7b12
parentea444a03030efe5a56a5f17c7d464cf37bac6031 (diff)
Release version 3.4.9v3.4.9
-rw-r--r--CHANGELOG4
-rw-r--r--docs/with-editor.org4
-rw-r--r--docs/with-editor.texi4
-rw-r--r--lisp/with-editor.el2
4 files changed, 9 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 29ddd11..ace5a74 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,8 @@
# -*- mode: org -*-
+* v3.4.9 2026-03-01
+
+- Thoughts and whitespace.
+
* v3.4.8 2026-01-01
- Various build improvements.
diff --git a/docs/with-editor.org b/docs/with-editor.org
index 135aed5..6e05113 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.4.8
+#+subtitle: for version 3.4.9
#+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.4.8.
+This manual is for With-Editor version 3.4.9.
#+texinfo: @insertcopying
:END:
diff --git a/docs/with-editor.texi b/docs/with-editor.texi
index 07d6b73..4a2a098 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.4.8
+@subtitle for version 3.4.9
@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.4.8.
+This manual is for With-Editor version 3.4.9.
@insertcopying
@end ifnottex
diff --git a/lisp/with-editor.el b/lisp/with-editor.el
index 34866e0..c17a61b 100644
--- a/lisp/with-editor.el
+++ b/lisp/with-editor.el
@@ -6,7 +6,7 @@
;; Homepage: https://github.com/magit/with-editor
;; Keywords: processes terminals
-;; Package-Version: 3.4.8
+;; Package-Version: 3.4.9
;; Package-Requires: ((emacs "26.1") (compat "30.1"))
;; SPDX-License-Identifier: GPL-3.0-or-later