summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-04-22Update changelogHEADmainJonas Bernoulli
2026-04-20ci: Reduce permissions and add zizmor settingJonas Bernoulli
2026-04-17Append newline to emacsclient commandPaul Eggert
In the next Emacs release, emacsclient will be pickier about requiring a newline at the end of every command you send it. This is so that it can distinguish command ends from dropped connections. So, put a newline at the end of the -error command that with-editor-return can send.
2026-03-01Release version 3.4.9v3.4.9Jonas Bernoulli
2026-02-26templates: Discourage use of LLMs when reporting issuesJonas Bernoulli
2026-01-04make: Also clean .revdesc and docs/stats/Jonas Bernoulli
2026-01-01Release version 3.4.8v3.4.8Jonas Bernoulli
2026-01-01Improve indentation of cond and interactiveJonas Bernoulli
Emacs 31.1 adds variable `lisp-indent-local-overrides'.
2026-01-01Order local variablesJonas Bernoulli
2026-01-01Bump copyright yearsJonas Bernoulli
2025-12-27Update changelogJonas 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-15Update changelogJonas Bernoulli
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-10-30make: Capitalize help descriptionsJonas Bernoulli
2025-10-30make: Rename and clean up autoloads targetJonas Bernoulli
2025-10-30make: Update loaddefs targetJonas Bernoulli
- Provide feature in autoload rubric. - Suppress most messages using `inhibit-message'. - No longer double down on `autoload-timestamps's default value.
2025-09-01Release version 3.4.6v3.4.6Jonas Bernoulli
2025-08-29Add .elpaignoreJonas Bernoulli
2025-08-11Remove .travis.ymlJonas Bernoulli
We stopped using that when Emacs 25.3 was the latest release.
2025-08-01Release version 3.4.5v3.4.5Jonas Bernoulli
2025-07-24with-editor-export-editor: No longer add "clear" to shell historyJonas Bernoulli
We already to the same for "export". Closes #135.
2025-06-01Release version 3.4.4v3.4.4Jonas Bernoulli
2025-05-21Support nix on macosJonas Bernoulli
Closes #134.
2025-05-21Bump copyright yearsJonas Bernoulli
2025-05-09Bump copyright yearsJonas Bernoulli
2025-05-09Add .dir-locals.elJonas 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-12-01Update changelogJonas Bernoulli
2024-11-23Use mapcan instead of cl-mapcanJonas Bernoulli
This was added in Emacs 26.1.
2024-11-23with-editor-emacsclient-program-suffixes: New variableJonas Bernoulli
Closes #132.
2024-11-20ci: Generate statistics weeklyJonas Bernoulli
2024-09-01Release version 3.4.2v3.4.2Jonas Bernoulli
2024-08-31Fix shell-command-with-editor-mode for remote processesJonas Bernoulli
Closes #129.
2024-08-31with-editor*: Fix documentationJonas Bernoulli
2024-08-31Update changelogJonas Bernoulli
2024-08-30Track generated with-editor.texi againJonas Bernoulli
The ecosystem isn't read; maybe in a few more years.
2024-08-22with-editor-export-editor: Wait longer for terminal to get readyJonas Bernoulli
And ignore all other processes while waiting for output from that process. Closes #130.
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 release: Don't pass along $VERSIONJonas Bernoulli
This currently isn't being used.
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-15ci: Publish manual for tagged releasesJonas Bernoulli