Skip to content

v0.5

Compare
Choose a tag to compare
@alphapapa alphapapa released this 11 Feb 18:38
· 59 commits to master since this release
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 (when activities-tabs-mode is disabled). (#22. Thanks to Icy-Thought for suggesting.)

Changes

  • Command activities-kill now discards an activity's last state (while activities-suspend saves its last state), and closes its frame or tab.
  • Face activities-tabs-face is renamed to activities-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.)