aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorgcv <gepardcv@gmail.com>2022-08-28 07:20:54 -0700
committergcv <gepardcv@gmail.com>2022-08-28 07:20:54 -0700
commit74545ae94687e8d7bd13d81cc22222ed270f0d60 (patch)
tree56539fea9adc2c63ee86856df01a76d358715a1d /CHANGELOG.md
parent866c699d2147ff0fffa334f4f20b5c5c5996527a (diff)
Update documentation.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e84d577..4c0515b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
+- `persp-purge-initial-persp-on-save`: support for optionally killing all buffers of the initial perspective upon calling `perps-state-save`, thus treating the initial perspective as a disposable scratch area.
- `persp-add-buffer-to-frame-global`: support for special frame-specific "global" perspectives; buffers which they contain will appear in Perspective-aware buffer listings in _all_ perspectives in their containing frames
- `persp-switch-to-scratch-buffer`: interactive function to switch to the current perspective's scratch buffer, creating one if missing.
- `persp-forget-buffer`: disassociate buffer with perspective without the risk of killing it. This balances `persp-add-buffer`. Newly created buffers via `get-buffer-create` are rogue buffers not found in any perspective, this function allows to get back to that state.