| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-22 | Update changelogHEADmain | Jonas Bernoulli | |
| 2026-04-20 | ci: Reduce permissions and add zizmor setting | Jonas Bernoulli | |
| 2026-04-17 | Append newline to emacsclient command | Paul 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-01 | Release version 3.4.9v3.4.9 | Jonas Bernoulli | |
| 2026-02-26 | templates: Discourage use of LLMs when reporting issues | Jonas Bernoulli | |
| 2026-01-04 | make: Also clean .revdesc and docs/stats/ | Jonas Bernoulli | |
| 2026-01-01 | Release version 3.4.8v3.4.8 | Jonas Bernoulli | |
| 2026-01-01 | Improve indentation of cond and interactive | Jonas Bernoulli | |
| Emacs 31.1 adds variable `lisp-indent-local-overrides'. | |||
| 2026-01-01 | Order local variables | Jonas Bernoulli | |
| 2026-01-01 | Bump copyright years | Jonas Bernoulli | |
| 2025-12-27 | Update changelog | Jonas Bernoulli | |
| 2025-11-30 | make: Add new EMACS_Q_ARG variable | Jonas 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-15 | Update changelog | Jonas Bernoulli | |
| 2025-11-13 | Update links to manuals | Jonas Bernoulli | |
| 2025-11-13 | make: Use absolute urls in exported manuals | Jonas Bernoulli | |
| 2025-11-13 | Publish manual and statistics using webdav | Jonas Bernoulli | |
| Re magit/magit#5472. | |||
| 2025-11-13 | make: Cosmetics | Jonas Bernoulli | |
| 2025-11-01 | Release version 3.4.7v3.4.7 | Jonas Bernoulli | |
| 2025-10-30 | make: Capitalize help descriptions | Jonas Bernoulli | |
| 2025-10-30 | make: Rename and clean up autoloads target | Jonas Bernoulli | |
| 2025-10-30 | make: Update loaddefs target | Jonas Bernoulli | |
| - Provide feature in autoload rubric. - Suppress most messages using `inhibit-message'. - No longer double down on `autoload-timestamps's default value. | |||
| 2025-09-01 | Release version 3.4.6v3.4.6 | Jonas Bernoulli | |
| 2025-08-29 | Add .elpaignore | Jonas Bernoulli | |
| 2025-08-11 | Remove .travis.yml | Jonas Bernoulli | |
| We stopped using that when Emacs 25.3 was the latest release. | |||
| 2025-08-01 | Release version 3.4.5v3.4.5 | Jonas Bernoulli | |
| 2025-07-24 | with-editor-export-editor: No longer add "clear" to shell history | Jonas Bernoulli | |
| We already to the same for "export". Closes #135. | |||
| 2025-06-01 | Release version 3.4.4v3.4.4 | Jonas Bernoulli | |
| 2025-05-21 | Support nix on macos | Jonas Bernoulli | |
| Closes #134. | |||
| 2025-05-21 | Bump copyright years | Jonas Bernoulli | |
| 2025-05-09 | Bump copyright years | Jonas Bernoulli | |
| 2025-05-09 | Add .dir-locals.el | Jonas Bernoulli | |
| 2025-05-09 | make: Do not needlessly quote every comma in generated texi files | Jonas Bernoulli | |
| This counters Org commit 39264d3d41213085502dc0c2572f50855ea587a1. | |||
| 2024-12-01 | Release version 3.4.3v3.4.3 | Jonas Bernoulli | |
| 2024-12-01 | Update changelog | Jonas Bernoulli | |
| 2024-11-23 | Use mapcan instead of cl-mapcan | Jonas Bernoulli | |
| This was added in Emacs 26.1. | |||
| 2024-11-23 | with-editor-emacsclient-program-suffixes: New variable | Jonas Bernoulli | |
| Closes #132. | |||
| 2024-11-20 | ci: Generate statistics weekly | Jonas Bernoulli | |
| 2024-09-01 | Release version 3.4.2v3.4.2 | Jonas Bernoulli | |
| 2024-08-31 | Fix shell-command-with-editor-mode for remote processes | Jonas Bernoulli | |
| Closes #129. | |||
| 2024-08-31 | with-editor*: Fix documentation | Jonas Bernoulli | |
| 2024-08-31 | Update changelog | Jonas Bernoulli | |
| 2024-08-30 | Track generated with-editor.texi again | Jonas Bernoulli | |
| The ecosystem isn't read; maybe in a few more years. | |||
| 2024-08-22 | with-editor-export-editor: Wait longer for terminal to get ready | Jonas Bernoulli | |
| And ignore all other processes while waiting for output from that process. Closes #130. | |||
| 2024-08-21 | Update .orgconfig | Jonas Bernoulli | |
| 2024-08-20 | make: Make .orgconfig a prerequisite of %.texi | Jonas Bernoulli | |
| 2024-08-17 | No longer track generated with-editor.texi | Jonas Bernoulli | |
| That also means that we can use the (updated) {{{version}}} macro again. | |||
| 2024-08-17 | make: Re-generate %.texi if HEAD changed since previous run | Jonas Bernoulli | |
| 2024-08-16 | make release: Don't pass along $VERSION | Jonas Bernoulli | |
| This currently isn't being used. | |||
| 2024-08-16 | make: Ensure documentation is cleaned up and regenerated when needed | Jonas 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-15 | ci: Publish manual for tagged releases | Jonas Bernoulli | |
