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 1f352c8d3..a239bf69a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-02  Clint Adams  <clint@zsh.org>
+
+	* 14201: Completion/User/Command/_loadkeys: completion for
+	loadkeys.
+
 2001-05-02  Peter Stephenson  <pws@csr.com>
 
 	* 14140: Src/glob.c:  v='A,B'; print X{$~v}Y  now prints XAY XBY.