| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-11 | with-editor-debug: Display $PATH as a list | Jonas Bernoulli | |
| Makes it slightly easier to compare it with exec-path. | |||
| 2023-07-11 | manual: Fix name of vterm's hook | Louai 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-08 | Place comma after "e.g." and "i.e." | Jonas Bernoulli | |
| 2023-05-11 | Release version 3.3.0v3.3.0 | Jonas Bernoulli | |
| 2023-05-11 | manual: Regenerate texi | Jonas Bernoulli | |
| 2023-05-11 | manual: Fix pasto | Jonas Bernoulli | |
| 2023-05-11 | Bump compat dependency | Jonas Bernoulli | |
| 2023-04-12 | readme: Untabify | Jonas Bernoulli | |
| 2023-02-12 | Use defvar-keymap | Jonas Bernoulli | |
| 2023-02-12 | Bump compat dependency | Jonas Bernoulli | |
| 2023-02-10 | with-editor--setup: Replace leading "~" with home directory | Jonas Bernoulli | |
| Otherwise it would get quoted, resulting in an invalid path. Even if that weren't the case, we still would have to expand "~", because git doesn't know what that means. | |||
| 2023-02-10 | with-editor--setup: Shell-quote executable again | Jonas Bernoulli | |
| Quoting is the right thing to do. Applications that fail because of that, are the ones that need fixing, in the case of shell script, by using: eval "$EDITOR" file Fixes #121. | |||
| 2023-01-18 | Teach sleeping editor about "+L[:C]" argument preceding filename | Jonas Bernoulli | |
| Closes #120. | |||
| 2023-01-18 | Fix symbol name in docstring | Jonas Bernoulli | |
| 2023-01-16 | ci: Add compile workflow | Jonas Bernoulli | |
| 2023-01-16 | ci: Use new reusable workflows | Jonas Bernoulli | |
| 2023-01-16 | readme: Add badges | Jonas Bernoulli | |
| 2023-01-08 | Reduce quoting used for with-editor-emacsclient-executable | Jonas Bernoulli | |
| Only quote whitespace instead of using `shell-quote-argument'. Closes #119. | |||
| 2023-01-07 | Bump copyright years | Jonas Bernoulli | |
| 2022-11-27 | Use new version string format for unreleased revisions | Jonas Bernoulli | |
| "N-git" < "N"; but "N.50-git" > "N". | |||
| 2022-11-19 | make: Explicitly specify output directory for makeinfo --html | Jonas Bernoulli | |
| The default output directory differs between makeinfo versions. | |||
| 2022-10-20 | make: Suppress warning about obsolete autoload package | Jonas Bernoulli | |
| 2022-08-10 | make: Print message for texi target | Jonas Bernoulli | |
| 2022-08-10 | manual: Regenerate texi | Jonas Bernoulli | |
| 2022-08-10 | manual: Use @insertcopying | Jonas Bernoulli | |
| 2022-06-08 | Fix typos | Jonas Bernoulli | |
| 2022-06-05 | with-editor-return: Make sure process buffer is killed | Jonas Bernoulli | |
| If there is a client but it is not live anymore, likely because an error occurred while responding to the edit request, then `server-delete-client' will never be called, while we relied on that killing the buffer. | |||
| 2022-05-09 | make: Run check-declare-directory | Jonas Bernoulli | |
| 2022-05-09 | make: Remove duplicated help entry | Jonas Bernoulli | |
| 2022-05-06 | Add a space before the export command to avoid polluting $HISTFILE | Mario Rodas | |
| Adding a space character before the export command doesn't save the command in the Shell history file. This works because most of Unix distributions usually ship with $HISTCONTROL=ignoreboth. | |||
| 2022-05-03 | Don't load any optional dependencies at compile-time only | Jonas Bernoulli | |
| Instead rely on `declare-function' and variable declarations. Closes #112. | |||
| 2022-05-03 | make: Remove dash from DEPS | Jonas Bernoulli | |
| The dependency on `dash' has already been dropped earlier. | |||
| 2022-04-22 | make: Improve creation of autoloads file | Jonas Bernoulli | |
| 2022-04-22 | make: Right-align target verbs | Jonas Bernoulli | |
| 2022-04-22 | Refresh library header | Jonas Bernoulli | |
| 2022-04-22 | Use string-search instead of string-match-p | Jonas Bernoulli | |
| 2022-04-22 | Depend on compat package | Jonas Bernoulli | |
| 2022-04-22 | Drop support for Emacs 24 | Jonas Bernoulli | |
| Please update to Emacs 25 or 26 or 27 or 28. | |||
| 2022-04-22 | Use string-suffix-p instead of string-match-p | Jonas Bernoulli | |
| 2022-04-12 | with-editor-sleeping-editor-filter: Store window configuration | Dan Kessler | |
| Closes #107. | |||
| 2022-04-02 | Guide users towards the community, discussions and documentation | Jonas Bernoulli | |
| 2022-04-02 | Use function-quote when appropriate | Jonas Bernoulli | |
| 2022-03-29 | Convert readme to Org | Jonas Bernoulli | |
| 2022-03-21 | make: Set GITSTATS | Jonas Bernoulli | |
| 2022-03-20 | Automatically publish statistics | Jonas Bernoulli | |
| 2022-03-20 | Remove AUTHORS.md | Jonas Bernoulli | |
| This is part of my effort to make the Makefiles of packages more similar to each other. Except for Magit, the other packages do not come with such a file. | |||
| 2022-03-18 | Use locate-file instead of locate-file-internal | Jonas Bernoulli | |
| The extra steps in `locate-file' don't affect the result and they are very cheap so doing them needlessly doesn't matter. | |||
| 2022-02-11 | Resume development | Jonas Bernoulli | |
| 2022-02-11 | Release version 3.2.0v3.2.0 | Jonas Bernoulli | |
| 2022-02-10 | Sync .orgconfig with that of other packages | Jonas Bernoulli | |
| These changes don't make a difference here. Consistency is good. | |||
