about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 232fe924f..cc135fe81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2000-05-23  Sven Wischnowsky  <wischnow@zsh.org>
 
+	* 11525: Completion/Base/_arguments, Completion/Commands/_complete_help,
+ 	Completion/Commands/_next_tags, Completion/Core/_description,
+ 	Completion/Core/_next_label: use `set -A' instead of `eval' in
+ 	more places
+	
 	* 11524: Src/builtin.c: fix for read -q without a shout
 	
 	* 11523: Src/hist.c, Src/init.c, Src/lex.c, Src/zsh.h, Src/Zle/zle.h,