| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-03 | Drop dependency on dash | Jonas Bernoulli | |
| 2017-08-03 | Use user-error when appropriate | Jonas Bernoulli | |
| ...instead of `error' or `message'. | |||
| 2017-08-03 | Provide actual url when mentioning old Magit issue numbers | Jonas Bernoulli | |
| 2017-08-03 | Fix doc-string typos | Jonas Bernoulli | |
| 2017-07-30 | Use remacsclient when using remacs | Jonas Bernoulli | |
| Closes #32. | |||
| 2017-07-26 | Adapt to bug fixes in ox-texinfo and changes in ox-texinfo+ v2 | Jonas Bernoulli | |
| 2017-07-07 | with-editor-locate-emacsclient: fix previous commit | Jonas Bernoulli | |
| If `*-1' fails, then we have to return nil. To make it clear that this is what happens, show the return value (nil) before the sexp-wise confusing multi-line warning text. Also remove the unnecessary `format'. | |||
| 2017-07-06 | with-editor-locate-emacsclient: cosmetics | Jonas Bernoulli | |
| 2017-07-02 | with-editor-output-filter: don't use tramp-make-tramp-file-name | Kyle Meyer | |
| As of Emacs's dca22e86e0 (Introduce a defstruct `tramp-file-name' as central data structure, 2017-05-24), tramp-make-tramp-file-name takes two more positional arguments. Instead of adding a compatibility kludge, use file-remote-p to construct the file name. Fixes #29. | |||
| 2017-07-02 | manual: set version in Org source | Jonas Bernoulli | |
| 2017-07-02 | manual: regenerate using updated Org and Ox-Texinfo+ | Jonas Bernoulli | |
| 2017-05-17 | Revert "Use when-let instead of macros from dash"v2.5.11 | Jonas Bernoulli | |
| This reverts commit 8c95e7de363715e8e38bbb4d9eac2dd63ac8b74e. | |||
| 2017-05-17 | Use when-let instead of macros from dash | Jonas Bernoulli | |
| Likewise, don't use `--if-let' when `or' works just as well. | |||
| 2017-05-17 | with-editor-debug: fix old reference to magit in output | Noam Postavsky | |
| 2017-05-17 | with-editor-debug: don't run emacsclientw.exe, it makes popup windows | Noam Postavsky | |
| 2017-04-17 | with-editor-debug: add link to manual to doc-string | Jonas Bernoulli | |
| 2017-01-11 | Add a space in before export command to avoid polluting HISTFILEv2.5.10 | Mario Rodas | |
| When `with-editor-export-editor` is added to `shell-mode-hook` the export command is needlessly added to $HISTFILE, adding a space character before the command doesn't save the command in the history list. This works given that usually most of Linux distributions usually ship with HISTCONTROL=ignoreboth. | |||
| 2016-12-31 | bump versionv2.5.9 | Jonas Bernoulli | |
| 2016-12-23 | Ignore /dir | Jonas Bernoulli | |
| Re #17. | |||
| 2016-12-01 | manual: minor improvements and typo fixes | Jonas Bernoulli | |
| 2016-12-01 | Remove spurious paranthesis from Makefile recipe | Suvayu Ali | |
| 2016-11-26 | manual: adjust for ox-texinfo+ v1v2.5.8 | Jonas Bernoulli | |
| 2016-11-10 | base the Makefile on the same template used for other packages | Jonas Bernoulli | |
| Beside the obvious differences (the package specific values for (`PKG', `DEPS', `DOMAIN' and `MANUAL_HTML_ARGS) this only diverges from the Makefiles of other packages that use the same template in that an additional target `authors' is available and in that `EFLAGS' is non-empty. Compared to the old Makefile the most significant breaking change is that there no longer exists a `bump-versions' target. To bump the versions one still only has to edit one file, but that's now the library, not the Makefile. Furthermore the autoloads file is now being created automatically, and the manual can be exported to more formats and the results can easily be published on the webpage. | |||
| 2016-11-09 | manual: include sub-minor part of version in subtitle | Jonas Bernoulli | |
| Also bump that part in the Makefile, now that it matters. | |||
| 2016-11-04 | stop using "BEGIN_EXPORT texinfo" to support Org v9.0 | Jonas Bernoulli | |
| 2016-10-09 | update list of contributorsv2.5.7 | Jonas Bernoulli | |
| 2016-10-09 | prefer debianized binary name, if available | Philipp Stephani | |
| On debianized Emacsen, emacsclient is installed as /usr/bin/emacsclient.FLAVOR. Prefer that file name if possible, as it’s likely to be the most accurate. | |||
| 2016-10-01 | with-editor-locate-emacsclient-1: look for yet another suffixv2.5.6 | Jonas Bernoulli | |
| 2016-09-29 | don't use pcase-dolist, not all supported Emacsen have itv2.5.5 | Jonas Bernoulli | |
| Fixes #13. | |||
| 2016-09-29 | with-editor-file-name-history-exclude: new variablev2.5.4 | Jonas Bernoulli | |
| 2016-09-24 | stop directing users to the issue tracker of magit | Jonas Bernoulli | |
| 2016-08-28 | with-editor-export-editor: fix doc-stringv2.5.3 | Jonas Bernoulli | |
| 2016-08-28 | with-editor-export-editor: don't suppress output during setup | Jonas Bernoulli | |
| Fixes #10. | |||
| 2016-08-21 | release version 2.5.2v2.5.2 | Jonas Bernoulli | |
| 2016-08-21 | make: add bump-versions target | Jonas Bernoulli | |
| 2016-08-13 | AUTHORS.md: update list of contributors | Jonas Bernoulli | |
| 2016-08-12 | with-editor-sleeping-editor: document csh complications | Jonas Bernoulli | |
| Closes #9. | |||
| 2016-08-12 | instruct users to use term-exec-hook | Jonas Bernoulli | |
| Previously we suggested `term-mode-hook' but that hook is run before the shell process is started and thus has no effect. Fixes #8. | |||
| 2016-08-12 | remove with-editor-export-editor from hook for shell-command | Jonas Bernoulli | |
| Fixes #6. | |||
| 2016-08-12 | add .mailmap file | Jonas Bernoulli | |
| 2016-04-08 | regenerate manual after updating org and ox-texinfo+v2.5.1 | Jonas Bernoulli | |
| Used versions: - org: release_8.3.4-32-g9c6811 - ox-texinfo+: 5bfae235af6d649a5fdd6a5b509e37237b8d606e | |||
| 2016-04-08 | remove with-editor.info | Jonas Bernoulli | |
| This wasn't supposed to be tracked. Having to track with-editor.texi is bad enough already. | |||
| 2016-02-26 | make: fix dir target | Jonas Bernoulli | |
| 2016-02-23 | Add one more remap for evil | justbur | |
| evil-save-and-close is the command called by the evil ex command :wq. Remapping evil ex commands was recently added to evil (as of 5912c95 in the evil bitbucket repo). | |||
| 2016-02-23 | Add remaps for common evil commands | justbur | |
| These will only affect evil users. The commands correspond to the ZZ and ZQ commands in normal state. Ref https://github.com/justbur/evil-magit/issues/18 | |||
| 2016-02-23 | add AUTHORS.md and COPYING | Jonas Bernoulli | |
| Re #1. | |||
| 2016-02-15 | Replace setenv with push on process-environment | Noam Postavsky | |
| Let-binding process-environment does not nessarily protect from changes made by setenv, because setenv may destructively modify the list object. | |||
| 2016-01-28 | reincarnation releasev2.5.0 | Jonas Bernoulli | |
| `with-editor.el' is no longer part of the Magit repository but its karma is good and so it is reborn as a repository of its own. To help it remember its past life do this: git remote add magit https://github.com/magit/magit.git git config remote.magit.tagopt --no-tags git fetch magit git replace --graft <this> f78f1cd33692e8b544d883d66400ab5c752663f2 See the git-replace(1) manpage for more information. While they were still part of the Magit repository `with-editor.el' and `with-editor.org' were edited by the following people: 88 Jonas Bernoulli 4 Noam Postavsky 2 Rémi Vanicat 1 Barak A. Pearlmutter 1 Lele Gaifax 1 Philippe Vaucher | |||
