aboutsummaryrefslogtreecommitdiff
path: root/docs/magit-section.org
AgeCommit message (Collapse)Author
2025-07-05Release version 4.3.8v4.3.8Jonas Bernoulli
2025-07-01Release version 4.3.7v4.3.7Jonas Bernoulli
2025-06-01Release version 4.3.6v4.3.6Jonas Bernoulli
2025-05-14Release version 4.3.5v4.3.5Jonas Bernoulli
2025-05-13Release version 4.3.4v4.3.4Jonas Bernoulli
2025-05-01Release version 4.3.3v4.3.3Jonas Bernoulli
2025-04-01Release version 4.3.2v4.3.2Jonas Bernoulli
2025-03-02Release version 4.3.1v4.3.1Jonas Bernoulli
2025-02-04Release version 4.3.0v4.3.0Jonas Bernoulli
2025-01-01Release version 4.2.0v4.2.0Jonas Bernoulli
2024-12-06Release version 4.1.3v4.1.3Jonas Bernoulli
2024-11-02Release version 4.1.2v4.1.2Jonas Bernoulli
2024-10-01Release version 4.1.1v4.1.1Jonas Bernoulli
2024-09-01Release version 4.1.0v4.1.0Jonas Bernoulli
2024-08-30Track generated *.texi againJonas Bernoulli
The ecosystem isn't read; maybe in a few more years.
2024-08-20Update .orgconfigJonas Bernoulli
2024-08-17No longer track generated %.texiJonas Bernoulli
That also means that we can use the (updated) {{{version}}} macro again.
2024-06-24magit-insert-heading: Add optional CHILD-COUNT argumentJonas Bernoulli
2024-06-12magit-section-lineage: Update documentationJonas Bernoulli
2024-04-15Update contact informationJonas Bernoulli
2023-08-05Fix typoJonas Bernoulli
2023-05-21Place comma after "e.g." and "i.e."Jonas Bernoulli
We already do this in Transient's documentation because that's what is being done in Emacs' documentation and Transient is part of Emacs. Let's be consistent even at the cost of making the English unhappy. Also add a comma before "e.g." and "i.e.", if not inside parentheses, which is the correct thing to do, regardless which style guide one chooses to follow.
2022-11-27Use new version string format for unreleased revisionsJonas Bernoulli
"N-git" < "N"; but "N.50-git" > "N".
2022-08-10manual: Use @insertcopyingJonas Bernoulli
2022-05-03Fix a single typoJonas Bernoulli
But it sure was copied to a lot of places. ;P
2022-03-25Do not set point when invoking context-menuJonas Bernoulli
2022-03-25magit-section-content-p: New functionJonas Bernoulli
2022-03-25magit-section-at: New functionJonas Bernoulli
2022-02-22Rename magit-utils.el to magit-base.elJonas Bernoulli
It hasn't been true for quite some time that this library only (or even just mostly) defined things that have "very little to do with Git or Magit", and it is time to account for that. "magit-base.el" serves a role similar to that of "magit-core.el", except that it comes even earlier in the dependency tree. For that reason other libraries that depend on one or more of the libraries that `magit-base' depends on should just require that feature.
2022-01-30Hardcode version string for nowJonas Bernoulli
2021-12-26manual: Use updated support for definition commandsJonas Bernoulli
Instead of ox-texinfo+.el use the new implementation that I expect to be merged into Org itself.
2021-12-26manual: Move common settings to .orgconfigJonas Bernoulli
2021-12-26manual: Downcase keywordsJonas Bernoulli
2021-12-16Rename Documentation/ to docs/Jonas Bernoulli