summaryrefslogtreecommitdiff
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 37a25bcd9..46034dc2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-06-22 Bart Schaefer <schaefer@zsh.org>
+
+ * users/5073: Completion/compdump: use `typeset +f' instead of
+ `whence -w' to get names of completion functions.
+
2002-06-20 Peter Stephenson <pws@csr.com>
* 17334: Src/builtin.c, Src/options.c, Src/params.c, Src/zsh.h,