about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2022-06-04 14:19:42 -0700
committerBart Schaefer <schaefer@zsh.org>2022-06-04 14:19:42 -0700
commita99f96797f5fc424554a94313dfc0d4a5b0923a1 (patch)
tree5cb7d78e59fb24c5ae8ab5f2c1579da279df73b8 /ChangeLog
parent3e3cfabcc74dc79d4d8717c4e5859d8d01be6c54 (diff)
downloadzsh-a99f96797f5fc424554a94313dfc0d4a5b0923a1.tar.gz
zsh-a99f96797f5fc424554a94313dfc0d4a5b0923a1.tar.xz
zsh-a99f96797f5fc424554a94313dfc0d4a5b0923a1.zip
50323: create helper for shadowing builtins or existing functions and use it when redefining compadd et al.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 839beb4f9..5490385f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2022-06-04  Bart Schaefer  <schaefer@zsh.org>
+
+	* 50323: Completion/Base/Utility/_shadow (new file),
+	Completion/Base/Widget/_complete_help, Functions/Zle/keeper:
+	create helper for shadowing builtins or existing functions and
+	use it when redefining compadd et al.
+
 2022-06-03  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>
 
 	* 50306: Src/jobs.c, Src/signals.c, Test/A05execution.ztst: fix