v0.5
Additions
- Suggest setting variable
edebug-inhibit-emacs-lisp-mode-bindings
to avoid conflicts with suggested keybindings. - Option
activities-bookmark-warnings
enables warning messages when a non-file-visiting buffer can't be bookmarked (for debugging purposes). - Option
activities-resume-into-frame
controls whether resuming an activity opens a new frame or uses the current one (whenactivities-tabs-mode
is disabled). (#22. Thanks to Icy-Thought for suggesting.)
Changes
- Command
activities-kill
now discards an activity's last state (whileactivities-suspend
saves its last state), and closes its frame or tab. - Face
activities-tabs-face
is renamed toactivities-tabs
, and now inherits from another face by default, which allows it to adjust with the loaded theme. (#24. Thanks to Karthik Chikmagalur for suggesting.)
Fixes
- Show a helpful error if a bookmark's target file is missing. (#17. Thanks to JD Smith for reporting.)
- Sort order in
activities-list
. - When discarding an inactive activity, don't switch to it first. (#18. Thanks to JD Smith for reporting.)
- Don't signal an error when
debug-on-error
is enabled and a buffer is not visiting a file. (#25. Thanks to Karthik Chikmagalur for reporting.)