Releases: alphapapa/activities.el
Releases · alphapapa/activities.el
v0.7.1
Fixes
- Race condition when restoring multiple activities in rapid succession from user code. (#98. Thanks to JD Smith.)
- Command
activities-resume
resets when called with a universal prefix argument. (#75. Thanks to Joseph Turner.) - Refreshing activities list. (#77. Thanks to Joseph Turner.)
- Autoload bookmark handler. (#114. Thanks to Joseph Turner.)
v0.7
Additions
- Command
activities-new
switches to a new, "empty" activity. (See #46.)
Changes
- Command
activities-new
renamed toactivities-define
, with new bindingC-x C-a C-d
. (See #46.) - Improve error message when jumping to a buffer's bookmark signals an error.
Fixes
- Suspending/killing an activity when only one frame/tab is open.
- Generation of Info manual on GNU ELPA. (Thanks to Stefan Monnier.)
- Ignore minimum window sizes and fixed size restrictions. (#56. Thanks to Jelle Licht.)
v0.6
Additions
- Command
activities-switch-buffer
switches to a buffer associated with the current activity (or, with prefix argument, another activity). (A buffer is considered to be associated with an activity if it has been displayed in its tab. Note that this feature currently requiresactivities-tabs-mode
.) - Command
activities-rename
renames an activity. - Option
activities-after-switch-functions
, a hook called after switching to an activity. - Option
activities-set-frame-name
sets the frame name after switching to an activity. (#33. Thanks to JD Smith.) - Option
activities-kill-buffers
, when suspending an activity, kills buffers that were only shown in that activity.
Changes
v0.5.1
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.)
v0.3.3
v0.3.2
v0.3.1
v0.3
v0.3
Additions
- Command
activities-list
lists activities in avtable
buffer in which they can be managed. - Offer current activity name by default when redefining an activity with
activities-new
. - Record times at which activities' states were updated.
v0.2
Additions
- Offer current
project
name by default for new activities. (Thanks to Joseph Turner.) - Use current activity as default for various completions. (Thanks to Joseph Turner.)
Fixes
- Raise frame after selecting it. (Thanks to JD Smith for suggesting.)