Skip to content

Commit

Permalink
Release version 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Dec 1, 2024
1 parent 7320446 commit ca902ae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/with-editor.org
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions docs/with-editor.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lisp/with-editor.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca902ae

Please sign in to comment.