summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2024-11-23 19:33:59 +0100
committerJonas Bernoulli <jonas@bernoul.li>2024-11-23 19:33:59 +0100
commit3b28a2f8d6672eb210ef7fa0392c2a9132ff53b0 (patch)
tree336e640afe8406f4c5866d92448a59abadbce20e /CHANGELOG
parent4130f62966ab9a27ae81c1a18b2f8996b212e9cb (diff)
transient-hide-during-minibuffer-read: Change default to t
That way the menu is consistently hidden during all minibuffer usage by suffix commands, *including* when setting infix arguments. Beside the increased consistency, this is beneficial for large menus (such as `magit-log') in combination with completion setups that immediately show a set of completion candidates. In such cases there could be very little space left to display anything beside the menu and the completion candidates. Additionally this helps to avoid an incompatibility when displaying the menu using the full frame height. See the next commit for details on that.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8c74e30..641cc4c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -18,6 +18,10 @@
- ~transient-setup-buffer-hook~ is now run later to allow overriding
more default settings.
+- While the minibuffer is in use, the menu buffer is now hidden by
+ default. Customize ~transient-hide-during-minibuffer-read~ if you
+ prefer the old default.
+
Bug fixes:
- Fixes some menu navigation edge-cases.