summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2026-03-01Release version 3.4.9v3.4.9Jonas Bernoulli
2026-01-04make: Also clean .revdesc and docs/stats/Jonas Bernoulli
2026-01-01Release version 3.4.8v3.4.8Jonas Bernoulli
2026-01-01Bump copyright yearsJonas Bernoulli
2025-11-30make: Add new EMACS_Q_ARG variableJonas Bernoulli
It defaults to "-Q" but users can instead use "-q", which is useful if "site-start.el" contains essential settings. Also add `EMACS_BATCH' and `EMACS_ORG', and rework use of related variables.
2025-11-13Update links to manualsJonas Bernoulli
2025-11-13make: Use absolute urls in exported manualsJonas Bernoulli
2025-11-13Publish manual and statistics using webdavJonas Bernoulli
Re magit/magit#5472.
2025-11-13make: CosmeticsJonas Bernoulli
2025-11-01Release version 3.4.7v3.4.7Jonas Bernoulli
2025-09-01Release version 3.4.6v3.4.6Jonas Bernoulli
2025-08-01Release version 3.4.5v3.4.5Jonas Bernoulli
2025-06-01Release version 3.4.4v3.4.4Jonas Bernoulli
2025-05-21Bump copyright yearsJonas Bernoulli
2025-05-09make: Do not needlessly quote every comma in generated texi filesJonas Bernoulli
This counters Org commit 39264d3d41213085502dc0c2572f50855ea587a1.
2024-12-01Release version 3.4.3v3.4.3Jonas Bernoulli
2024-09-01Release version 3.4.2v3.4.2Jonas Bernoulli
2024-08-31with-editor*: Fix documentationJonas Bernoulli
2024-08-30Track generated with-editor.texi againJonas Bernoulli
The ecosystem isn't read; maybe in a few more years.
2024-08-21Update .orgconfigJonas Bernoulli
2024-08-20make: Make .orgconfig a prerequisite of %.texiJonas Bernoulli
2024-08-17No longer track generated with-editor.texiJonas Bernoulli
That also means that we can use the (updated) {{{version}}} macro again.
2024-08-17make: Re-generate %.texi if HEAD changed since previous runJonas Bernoulli
2024-08-16make: Ensure documentation is cleaned up and regenerated when neededJonas Bernoulli
- Files are not the only inputs to `texi', so we cannot rely on their modification times alone, to determine whether a rebuild is required. The new `redo-docs' always regenerates the texi file and thus all other formats. Use that target before publishing the manual. - Teach `html-dir' to only regenerate if the texi file has actually been touched. - However when `html-dir' does regenerate, we must first remove all existing html files, to avoid files that used to be generated but are not being generated anymore, from sticking around.
2024-08-06Release version 3.4.1v3.4.1Jonas Bernoulli
2024-07-25Release version 3.4.0v3.4.0Jonas Bernoulli
2024-07-02manual: Fix typosMichael Albinus
2024-06-23Release version 3.3.4v3.3.4Jonas Bernoulli
2024-06-18Release version 3.3.3v3.3.3Jonas Bernoulli
2024-06-18make: Fix texi targetJonas Bernoulli
2024-06-07make: Integrate texi targetJonas Bernoulli
Now that an Org version (9.6), which contains the necessary changes to ox-texinfo, has been released, we assume that users have the necessary tools.
2024-04-15Update contact informationJonas Bernoulli
2024-04-15Update contact informationJonas Bernoulli
2024-01-01Bump copyright yearsJonas Bernoulli
2023-12-09make: Remove obsolete org-export kludgesJonas Bernoulli
2023-09-17docs: Suggest keymap-global-set instead of define-keyJonas Bernoulli
2023-08-29Release version 3.3.2v3.3.2Jonas Bernoulli
2023-08-25Release version 3.3.1v3.3.1Jonas Bernoulli
2023-07-11manual: Fix name of vterm's hookLouai Al-Khanji
This seems to work properly only with `vterm-mode-hook', not with `vterm-exec-hook'. "with-editor.el" correctly mentions `vterm-mode-hook', but the documentation referred to `vterm-exec-hook'.
2023-06-08Place comma after "e.g." and "i.e."Jonas Bernoulli
2023-05-11Release version 3.3.0v3.3.0Jonas Bernoulli
2023-05-11manual: Regenerate texiJonas Bernoulli
2023-05-11manual: Fix pastoJonas Bernoulli
2023-01-18Teach sleeping editor about "+L[:C]" argument preceding filenameJonas Bernoulli
Closes #120.
2023-01-07Bump copyright yearsJonas Bernoulli
2022-11-27Use new version string format for unreleased revisionsJonas Bernoulli
"N-git" < "N"; but "N.50-git" > "N".
2022-11-19make: Explicitly specify output directory for makeinfo --htmlJonas Bernoulli
The default output directory differs between makeinfo versions.
2022-08-10make: Print message for texi targetJonas Bernoulli
2022-08-10manual: Regenerate texiJonas Bernoulli
2022-08-10manual: Use @insertcopyingJonas Bernoulli