update packages

This commit is contained in:
2025-02-26 20:16:44 +01:00
parent 59db017445
commit 45d49daef0
291 changed files with 16240 additions and 522600 deletions

View File

@@ -1,11 +1,14 @@
(define-package "magit-section" "20231014.1405" "Sections for read-only buffers."
'((emacs "25.1")
(compat "29.1.3.4")
(dash "20221013"))
:commit "22c99839c9fad89461412f153a290779cf3af82c" :authors
'(("Jonas Bernoulli" . "jonas@bernoul.li"))
(define-package "magit-section" "20250221.105" "Sections for read-only buffers"
'((emacs "27.1")
(compat "30.0.2.0")
(llama "0.6.0")
(seq "2.24"))
:commit "3ad94012b0f570809c52eb3323fa1436e180984e" :authors
'(("Jonas Bernoulli" . "emacs.magit@jonas.bernoulli.dev"))
:maintainers
'(("Jonas Bernoulli" . "emacs.magit@jonas.bernoulli.dev"))
:maintainer
'("Jonas Bernoulli" . "jonas@bernoul.li")
'("Jonas Bernoulli" . "emacs.magit@jonas.bernoulli.dev")
:keywords
'("tools")
:url "https://github.com/magit/magit")

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,8 @@
This is magit-section.info, produced by makeinfo version 6.8 from
magit-section.texi.
Copyright (C) 2015-2023 Jonas Bernoulli <jonas@bernoul.li>
Copyright (C) 2015-2025 Jonas Bernoulli
<emacs.magit@jonas.bernoulli.dev>
You can redistribute this document and/or modify it under the terms
of the GNU General Public License as published by the Free Software
@@ -33,9 +34,10 @@ packages that have nothing to do with Magit or Git.
and user options see *note (magit)Sections::. This manual documents how
you can use sections in your own packages.
This manual is for Magit-Section version 3.3.0.50-git.
This manual is for Magit-Section version 4.3.0.
Copyright (C) 2015-2023 Jonas Bernoulli <jonas@bernoul.li>
Copyright (C) 2015-2025 Jonas Bernoulli
<emacs.magit@jonas.bernoulli.dev>
You can redistribute this document and/or modify it under the terms
of the GNU General Public License as published by the Free Software
@@ -119,7 +121,7 @@ File: magit-section.info, Node: Creating Sections, Next: Core Functions, Prev
section by washing Gits output and Git didnt actually output
anything this time around.
-- Function: magit-insert-heading &rest args
-- Function: magit-insert-heading [child-count] &rest args
Insert the heading for the section currently being inserted.
This function should only be used inside magit-insert-section.
@@ -147,6 +149,13 @@ File: magit-section.info, Node: Creating Sections, Next: Core Functions, Prev
right. The only exception is that this function does insert a
newline character if necessary.
If provided, optional CHILD-COUNT must evaluate to an integer or
boolean. If t, then the count is determined once the children have
been inserted, using magit-insert-child-count (which see). For
historic reasons, if the heading ends with ":", the count is
substituted for that, at this time as well. If
magit-section-show-child-count is nil, no counts are inserted
-- Macro: magit-insert-section-body &rest body
Use BODY to insert the section body, once the section is expanded.
If the section is expanded when it is created, then this is like
@@ -198,9 +207,10 @@ Function magit-section-at &optional position
then search in that section tree instead of in the one whose root
magit-root-section is.
-- Function: magit-section-lineage section
Return the lineage of SECTION. The return value has the form
(TYPE...).
-- Function: magit-section-lineage section &optional raw
Return the lineage of SECTION. If optional RAW is non-nil, return
a list of section objects, beginning with SECTION, otherwise return
a list of section types.
-- Function: magit-section-content-p section
Return non-nil if SECTION has content or an unused washer function.
@@ -293,11 +303,11 @@ File: magit-section.info, Node: Matching Functions, Prev: Core Functions, Up:

Tag Table:
Node: Top788
Node: Introduction2076
Node: Creating Sections2846
Node: Core Functions7354
Node: Matching Functions10406
Node: Top808
Node: Introduction2109
Node: Creating Sections2879
Node: Core Functions7812
Node: Matching Functions10964

End Tag Table