branch: externals/dtache commit 5da693be75d282eb4be0845d26e1ce44eace7e06 Author: Niklas Eklund <niklas.ekl...@posteo.net> Commit: Niklas Eklund <niklas.ekl...@posteo.net>
Update CHANGELOG --- CHANELOG.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANELOG.org b/CHANELOG.org index bbf7b42afa..84f2fe0fdb 100644 --- a/CHANELOG.org +++ b/CHANELOG.org @@ -4,7 +4,7 @@ * Development -- Add dtache-type-open-dispatch variable for users to customize how to open a function which doesn't have an open function implemented. This together with the new attach functions for shell-command/compile makes it possible to seamlessly reattach to sessions started with shell-command/compile. +- Add action value to a session. This value is set to dtache-session-action which is a property list optionally specifying attach, view and run properties. These properties are then used in dwim commands to improve their functionality. - Add a generic detach command, =dtache-detach-dwim=. This command is supposed to be used to detach from sessions in all supported modes. - Add =dtache-compile.el=. This library provides commands =dtache-compile= and =dtache-compile-recompile= which are supposed to be used instead of =compile=/=recompile=. - Improve =dtache-shell-command=, the command is now very similar to =async-shell-command= and can be considered a replacement of the latter.