aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMatthew White <mehw.is.me@inventati.org>2021-08-27 18:59:12 +0000
committerMatthew White <mehw.is.me@inventati.org>2021-10-21 00:22:43 +0200
commit0e0d191272480c4ef2761813e41e8a1e3f83ac98 (patch)
treef94e29661500444005be4887191fa277c3d43cc9 /CHANGELOG.md
parent7508e4861bcf16739505bae945f62589bf6b9389 (diff)
persp-remove-buffer: disassociate buffer via persp-forget-buffer
Update docstring. Use 'persp-forget-buffer' to disassociate a buffer that is shared with other perspectives.
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 4390bc8..6ccd7ef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -52,6 +52,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- `persp-mode`: add/remove `persp-maybe-kill-buffer` hook.
- `persp-kill`: switch `persp-maybe-kill-buffer` on/off to allow killing a perspective's last left buffer.
- `persp-set-buffer`: walk perspectives rather than using a while `persp-buffer-in-other-p` loop, since the former isn't prone to infinite loops. This is needed due to buffers kept in perspectives by `persp-maybe-kill-buffer` and `persp-remove-buffer` when a buffer is a perspective`s last left buffer.
+- `persp-remove-buffer`: use `persp-forget-buffer` to remove a buffer from a perspective.
- `persp-remove-buffer`: do not kill/remove a perspective's last left buffer.
- `persp-remove-buffer`: when burying a buffer, walk windows rather than using a while loop, since the former isn't prone to infinite loops.
- `make-persp`: document that executing BODY saves/restores the `current-buffer`.