Skip to content

Commit

Permalink
CHANGELOG: Adjust some wordings
Browse files Browse the repository at this point in the history
  • Loading branch information
aurtzy committed Nov 21, 2024
1 parent ad0d9a6 commit bc4285d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bc4285d

Please sign in to comment.