[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/magit 7adad8c8d3 28/28: Release version 4.1.3
From: |
Jonas Bernoulli |
Subject: |
[nongnu] elpa/magit 7adad8c8d3 28/28: Release version 4.1.3 |
Date: |
Fri, 6 Dec 2024 17:17:06 -0500 (EST) |
branch: elpa/magit
commit 7adad8c8d3bd61ae36659638751223cfa2c7d720
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Release version 4.1.3
---
CHANGELOG | 2 +-
docs/magit-section.org | 4 ++--
docs/magit-section.texi | 4 ++--
docs/magit.org | 4 ++--
docs/magit.texi | 4 ++--
lisp/magit-section.el | 2 +-
lisp/magit.el | 4 ++--
7 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index 1f38747989..ea15ce0a4a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,5 @@
# -*- mode: org -*-
-* v4.1.3 UNRELEASED
+* v4.1.3 2024-12-06
- For most important sections, if an error occurs while inserting the
section, the error message is now displayed in the section body.
diff --git a/docs/magit-section.org b/docs/magit-section.org
index 5467556b47..67d47550a1 100644
--- a/docs/magit-section.org
+++ b/docs/magit-section.org
@@ -7,7 +7,7 @@
#+texinfo_dir_category: Emacs
#+texinfo_dir_title: Magit-Section: (magit-section).
#+texinfo_dir_desc: Use Magit sections in your own packages.
-#+subtitle: for version 4.1.2
+#+subtitle: for version 4.1.3
#+setupfile: .orgconfig
@@ -21,7 +21,7 @@ user options see [[info:magit#Sections]]. This manual
documents how you
can use sections in your own packages.
#+texinfo: @noindent
-This manual is for Magit-Section version 4.1.2.
+This manual is for Magit-Section version 4.1.3.
#+texinfo: @insertcopying
:END:
diff --git a/docs/magit-section.texi b/docs/magit-section.texi
index 43dfa143ba..10a99ba8eb 100644
--- a/docs/magit-section.texi
+++ b/docs/magit-section.texi
@@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title Magit-Section Developer Manual
-@subtitle for version 4.1.2
+@subtitle for version 4.1.3
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
@@ -54,7 +54,7 @@ user options see @ref{Sections,,,magit,}. This manual
documents how you
can use sections in your own packages.
@noindent
-This manual is for Magit-Section version 4.1.2.
+This manual is for Magit-Section version 4.1.3.
@insertcopying
@end ifnottex
diff --git a/docs/magit.org b/docs/magit.org
index 981fbb76a8..4d32dd7c61 100644
--- a/docs/magit.org
+++ b/docs/magit.org
@@ -7,7 +7,7 @@
#+texinfo_dir_category: Emacs
#+texinfo_dir_title: Magit: (magit).
#+texinfo_dir_desc: Using Git from Emacs with Magit.
-#+subtitle: for version 4.1.2
+#+subtitle: for version 4.1.3
#+setupfile: .orgconfig
@@ -24,7 +24,7 @@ directly from within Emacs. While many fine Git clients
exist, only
Magit and Git itself deserve to be called porcelains.
#+texinfo: @noindent
-This manual is for Magit version 4.1.2.
+This manual is for Magit version 4.1.3.
#+texinfo: @insertcopying
:END:
diff --git a/docs/magit.texi b/docs/magit.texi
index b4ee44b312..240e26218b 100644
--- a/docs/magit.texi
+++ b/docs/magit.texi
@@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title Magit User Manual
-@subtitle for version 4.1.2
+@subtitle for version 4.1.3
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
@@ -53,7 +53,7 @@ directly from within Emacs. While many fine Git clients
exist, only
Magit and Git itself deserve to be called porcelains.
@noindent
-This manual is for Magit version 4.1.2.
+This manual is for Magit version 4.1.3.
@insertcopying
@end ifnottex
diff --git a/lisp/magit-section.el b/lisp/magit-section.el
index 6fcd849991..c57d05e3f2 100644
--- a/lisp/magit-section.el
+++ b/lisp/magit-section.el
@@ -8,7 +8,7 @@
;; Homepage: https://github.com/magit/magit
;; Keywords: tools
-;; Package-Version: 4.1.2
+;; Package-Version: 4.1.3
;; Package-Requires: (
;; (emacs "26.1")
;; (compat "30.0.0.0")
diff --git a/lisp/magit.el b/lisp/magit.el
index 7b6b9b6fda..37c10bac0a 100644
--- a/lisp/magit.el
+++ b/lisp/magit.el
@@ -17,12 +17,12 @@
;; Homepage: https://github.com/magit/magit
;; Keywords: git tools vc
-;; Package-Version: 4.1.2
+;; Package-Version: 4.1.3
;; Package-Requires: (
;; (emacs "26.1")
;; (compat "30.0.0.0")
;; (dash "2.19.1")
-;; (magit-section "4.1.2")
+;; (magit-section "4.1.3")
;; (seq "2.24")
;; (transient "0.8.0")
;; (with-editor "3.4.3"))
- [nongnu] elpa/magit updated (4992c3d1f6 -> 7adad8c8d3), Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit 047ad22a37 01/28: make: Undeprecate if-let and when-let, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit f5f26b449d 05/28: magit--git-wash: Insert empty line after error message, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit 15bf7dc53d 09/28: magit--insert-log: Ignore magit--git-wash-keep-error again, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit 1f17e515cf 06/28: magit--git-{insert, wash}: Potentially use complete error text, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit 230b91d819 04/28: magit--insert-{diff, log}: Respect magit--git-wash-keep-error, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit b2b07b993e 02/28: Silence checkdoc, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit e254dda362 07/28: magit-diff-highlight-list: Fix case when showing an error, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit 76253bda0d 08/28: magit--git-wash-keep-error: Enable by default, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit 8a6ca692fe 14/28: magit-process-password-prompt-regexps: Add another user@host lookup, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit 7adad8c8d3 28/28: Release version 4.1.3,
Jonas Bernoulli <=
- [nongnu] elpa/magit cea06e4d4e 27/28: Bump dependencies, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit e52dedf07f 22/28: magit-stash-{pop, apply}: Stop after successfully installing conflict, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit 8cee789f7a 10/28: magit-anything-staged-p: Extend comment about Git v2.46.{0, 1} bugs, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit 70aa9eeee0 20/28: Update changelog, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit a98ebd273f 13/28: magit-process-password-auth-source: Trim docstring, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit 46824fb4c1 24/28: Fix typos in changelog, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit 089f130f73 11/28: ci: Generate statistics weekly, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit fed387282a 12/28: magit-submodule-populate: Support --recursive, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit 3deaad3d29 16/28: Use mapcan instead of cl-mapcan, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit e8b85e43d4 23/28: magit-stash-push: Move "--" after other arguments, Jonas Bernoulli, 2024/12/06