about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorArseny Maslennikov <ar@cs.msu.ru>2021-02-22 20:29:55 -0800
committerBart Schaefer <schaefer@ipost.com>2021-02-22 20:29:55 -0800
commit8b67c36d929c2661a1f4e28ff137c7ddd53ec33d (patch)
treec5442c1779c953e3bff3f0d65cb08cf43907f347 /ChangeLog
parent5c60ec46ec087e7e58c8fc00c6821060e8caecb8 (diff)
downloadzsh-8b67c36d929c2661a1f4e28ff137c7ddd53ec33d.tar.gz
zsh-8b67c36d929c2661a1f4e28ff137c7ddd53ec33d.tar.xz
zsh-8b67c36d929c2661a1f4e28ff137c7ddd53ec33d.zip
48094: apply cleanup commands of the current theme on any theme change
* Rename zstyle `cleanup' on the context `:prompt-theme' to `restore'
  everywhere but in prompt_cleanup(). It is only used as a restore
  mechanism now.
* Ensure prompt_cleanup() continues to store its command list in the
  `cleanup' style.
* Clean up before theme switch at the end of set_prompt().
* Prepend every use of prompt_*_setup (which might modify the shell
  state in ways that require cleanup) with a cleanup run.
* Adjust `prompt restore' to do both parts of the newly split restore
  mechanism, cleanup first.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cee131eda..7e96cfadf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-02-22  Bart Schaefer  <schaefer@zsh.org>
+
+	* 48094: Arseny Maslennikov: Functions/Prompts/prompt_restore_setup,
+	Functions/Prompts/promptinit: apply cleanup commands of the current
+	theme on any theme change, including "prompt -[hp] $theme"
+
 2021-02-19  dana  <dana@dana.is>
 
 	* 47867: Arseny Maslennikov: Functions/Prompts/promptinit: Fix