From ca902ae02972bdd6919a902be2593d8cb6bd991b Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sun, 1 Dec 2024 15:19:07 +0100 Subject: [PATCH] Release version 3.4.3 --- CHANGELOG | 2 +- docs/with-editor.org | 4 ++-- docs/with-editor.texi | 6 +++--- lisp/with-editor.el | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 67464aa..3b9809c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,5 @@ # -*- mode: org -*- -* v3.4.3 UNRELEASED +* v3.4.3 2024-12-01 - Added new variable ~with-editor-emacsclient-program-suffixes~. #132 diff --git a/docs/with-editor.org b/docs/with-editor.org index 238f3c0..00352d3 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.2 +#+subtitle: for version 3.4.3 #+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.2. +This manual is for With-Editor version 3.4.3. #+texinfo: @insertcopying :END: diff --git a/docs/with-editor.texi b/docs/with-editor.texi index 18ed32d..0cdf62c 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.1 +@subtitle for version 3.4.3 @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.1. +This manual is for With-Editor version 3.4.3. @insertcopying @end ifnottex @@ -121,7 +121,7 @@ instance. You should @strong{not} customize this option permanently. If you have to do it, then you should consider that a temporary kludge and inform the -Magit maintainer as described in @ref{Debugging}. +Magit maintainer as described in @ref{Debugging, , Debugging}. If With-Editor fails to find a suitable @code{emacsclient} on your system, then this should be fixed for all users at once, by teaching diff --git a/lisp/with-editor.el b/lisp/with-editor.el index 23e6fb8..3c971f3 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.2 +;; Package-Version: 3.4.3 ;; Package-Requires: ((emacs "26.1") (compat "30.0.0.0")) ;; SPDX-License-Identifier: GPL-3.0-or-later