| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-22 | make: Refactor manual publishingv2.7.2 | Jonas Bernoulli | |
| 2018-03-22 | make: Remove deleted pages when publishing manual | Jonas Bernoulli | |
| 2018-03-18 | Changing heading of library footer section | Jonas Bernoulli | |
| The old heading was a bit silly. | |||
| 2018-03-18 | Update .gitignore | Jonas Bernoulli | |
| Make it consistent with other such files in my other packages. | |||
| 2018-03-18 | Rename COPYING file to LICENSE | Jonas Bernoulli | |
| 2018-02-17 | Use process-live-p to check whether process is alive | Mario Rodas | |
| When `server-process` dies, it still keeps the reference to the died process with status `closed` and is evaluated as non-nil, therefore does not restart correctly in such cases. | |||
| 2018-02-13 | Add some autoload | Rémi Vanicat | |
| The selected function are the function describe as entry point in README.md plus with-editor-export-hg-editor that has the same role than with-editor-export-git-editor, but for another VCS. | |||
| 2018-01-11 | Release version 2.7.1v2.7.1 | Jonas Bernoulli | |
| 2017-12-17 | make: inject style switcher into generated html manual | Jonas Bernoulli | |
| 2017-12-17 | manual: use @noindent before version sentence | Jonas Bernoulli | |
| Putting the version sentence inside the same QUOTE block as the license looked weird. | |||
| 2017-12-03 | Ignore additional generated files | Mark Shroyer | |
| 2017-11-27 | Use the emacsclient again when running shell commands | Jonas Bernoulli | |
| This fixes the issues described in #40 and reintroduces the issue described in #23. Users who do not care about #40 but don't like #23 can set the new option `with-editor-shell-command-use-emacsclient' to nil. | |||
| 2017-10-06 | make: generate CDN invalidation after upload | Jonas Bernoulli | |
| 2017-10-06 | make: remove clean-texi and clean-all targets | Jonas Bernoulli | |
| 2017-10-06 | make: use ox-texinfo+-update-version-strings | Jonas Bernoulli | |
| 2017-10-06 | make: use same export settings as for manual Org exports | Jonas Bernoulli | |
| 2017-10-06 | make: rename and sanitize some variables | Jonas Bernoulli | |
| 2017-10-06 | manual: put local-variables into an ignored section | Jonas Bernoulli | |
| 2017-10-06 | manual: enforce preservation of indentation | Jonas Bernoulli | |
| 2017-10-02 | shell-command: enable with-editor-mode when appropriatev2.7.0 | Jonas Bernoulli | |
| Because `emacsclient' only passed the environment along when its `--create-frame' argument is used, we cannot tell whether `with-editor' is involved, and therefore should not enable `with-editor-mode'. If we use the sleeping editor, then we know that `with-editor' is involved, so always use that in our advice to `shell-command'. Fixes #23. | |||
| 2017-09-27 | .travis.yml: fail on byte compilation warnings | Noam Postavsky | |
| Require pcase at compile time only. | |||
| 2017-09-27 | Build on Travis | Jonas Bernoulli | |
| 2017-09-25 | Require pcase | Jonas Bernoulli | |
| 2017-09-24 | with-editor-output-filter: don't assume default-directory is valid | Jonas Bernoulli | |
| ... because `with-editor-process-filter' may bind it to nil. When we still used `file-remote-p' instead of `tramp-tramp-file-p' in `with-editor-output-filter' (i.e. before 9fc047751b53), then that did not matter because the latter simply returns nil when its argument is nil, while the former raises an error. | |||
| 2017-09-24 | Cosmetics and typo fixes | Jonas Bernoulli | |
| 2017-09-24 | with-editor-export-editor: remove unnecessary leftovers | Jonas Bernoulli | |
| Previously we just reinstated to already set filter. This completes fab38c451da40db17d021009ffbc53199b5e2237. | |||
| 2017-08-17 | Guard against nonexistent default directoryv2.6.0 | Philipp Stephani | |
| Fixes #34. Modified-by: Jonas Bernoulli <jonas@bernoul.li> | |||
| 2017-08-16 | with-editor-locate-emacsclient: don't assume version string length | Jonas Bernoulli | |
| Emacs usually identifies itself as "N.M.1" or "N.0.[59][0-9]" but at least one users Emacs identifies itself as just "N.M", so stop assuming that the version string always consist of at least three elements. Fixes #33. | |||
| 2017-08-03 | with-editor--setup: create from code previously in with-editor | Jonas Bernoulli | |
| This makes it easier to make changes without having to recompile all packages that use the `with-editor' macro, and the result of macro-expansion gets smaller too. | |||
| 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 | |
