aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMatthew White <mehw.is.me@inventati.org>2021-08-23 07:31:42 +0000
committerMatthew White <mehw.is.me@inventati.org>2021-10-20 23:23:22 +0200
commitfddaba1fa61b832305d57607f9f827d09b05a773 (patch)
tree1e43ad26e2725bf0aa47bb38099e60413b99c304 /CHANGELOG.md
parent2896acc6bded7660db667bde2101d93d778c241a (diff)
basic-persp-switching: add tests for the 'current-buffer'
Switching to a new perspective should set the 'current-buffer' to the perspective's scratch buffer. Removing a buffer should switch to the next one available in the perspective setting it as current buffer.
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 0760595..099c492 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### ERT tests changed
+- `basic-persp-switching`: tests the `current-buffer` too.
- `basic-persp-creation-deletion`: test killing all perspectives, main perspective included.
- `persp-test-with-persp`: `unwind-protect` BODY to ensure a proper cleanup upon failures.
- `persp-test-with-persp`: kill other perspectives than the main perspective when cleaning up.