File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## master (unreleased)
3+ ## main (unreleased)
4+
5+ ## 0.5.0 (2026-03-18)
46
57### New features
68
1719 ` edit-indirect ` buffers (via ` edit-indirect--commit ` ). Controlled by
1820 ` super-save-handle-org-src ` and ` super-save-handle-edit-indirect ` (both
1921 enabled by default).
20- - Use ` window-buffer-change-functions' and ` window-selection-change-functions' to
22+ - Use ` window-buffer-change-functions ` and ` window-selection-change-functions ` to
2123 detect buffer and window switches. Controlled by the new
2224 ` super-save-when-buffer-switched ` option (enabled by default). This catches all
2325 buffer switches regardless of how they happen, unlike ` super-save-triggers ` .
2426
27+ ### Bug fixes
28+
29+ - Fix redundant saves in ` super-save-focus-change-handler ` — previously it called
30+ ` super-save-command ` once per unfocused frame instead of once.
31+
2532### Changes
2633
2734- Require Emacs 27.1.
Original file line number Diff line number Diff line change 55; ; Author: Bozhidar Batsov <bozhidar@batsov.com>
66; ; URL: https://github.com/bbatsov/super-save
77; ; Keywords: convenience
8- ; ; Version: 0.4 .0
8+ ; ; Version: 0.5 .0
99; ; Package-Requires: ((emacs "27.1"))
1010
1111; ; This file is NOT part of GNU Emacs.
You can’t perform that action at this time.
0 commit comments