From bc4285d96ad6aa5aed1b5bd96045aaec7bd2895e Mon Sep 17 00:00:00 2001 From: aurtzy Date: Wed, 20 Nov 2024 23:48:39 -0500 Subject: [PATCH] CHANGELOG: Adjust some wordings --- CHANGELOG | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e47d3429..bc5b140f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -20,29 +20,29 @@ - Implemented custom-dispatch-only prompt for allowing a local ~disproject-custom-suffixes~ value in the menu to fix a few issues: - - Emacs kindly remembers potentially-unsafe values marked as permanently safe, - but in the case of ~disproject-custom-suffixes~ where it may be changed many - times to many different values, the variable ~safe-local-variable-values~ - can balloon quite fast. The variable ~disproject-custom-allowed-suffixes~ - is now used to remember these values instead, which only tracks the - currently used suffixes. Options to save (limited) history may be added in - the future. + - Emacs kindly remembers potentially-unsafe values marked as permanently safe + across sessions, but in the case of ~disproject-custom-suffixes~ where it + may be changed many times to many different values, it can cause the + ~safe-local-variable-values~ variable to balloon very fast. + ~disproject-custom-allowed-suffixes~ is now used instead, which only tracks + currently used suffixes. Options to e.g. "save N most recent + configurations" may be added in the future. Users who have extensively customized this variable may want to consider - =M-x customize= and prune the historical values from + =M-x customize= to prune the historical values from ~safe-local-variable-values~. - The method used to obtain local variables caused the "risky variables" prompt to not actually allow the user to reject applying variables; custom suffixes were always displayed even if the user answered "n". - ~disproject-custom-suffixes~ was not pretty-printed at all, so it could be - difficult to properly verify the variable was safe to evaluate. There is - /some/ pretty-printing now. + difficult to properly verify the variable was safe. There is /some/ + pretty-printing now. *** Changed - Shortened "Extended command" to "Extended cmd." to make the column narrower. -- Marked custom variable ~disproject-custom-suffixes~ as safe, deferring prompts - for allowing it to custom dispatch menu. +- Marked custom variable ~disproject-custom-suffixes~ as safe in order to defer + the prompt and apply fix with ~disproject-custom-suffixes~. ** [[release-version:1.0.0][1.0.0]] - 2024-11-17