about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-08-22 21:36:59 +0000
committerClint Adams <clint@users.sourceforge.net>2001-08-22 21:36:59 +0000
commit3d3e3015c48d96c611a801393c3cfdd6353f5fc8 (patch)
tree84d50fd9416474fe46d04ceb9cad0a06ca804eb7 /ChangeLog
parent4ab1fb2bd3819f9b70f9461dae045b89f2c0c3d2 (diff)
downloadzsh-3d3e3015c48d96c611a801393c3cfdd6353f5fc8.tar.gz
zsh-3d3e3015c48d96c611a801393c3cfdd6353f5fc8.tar.xz
zsh-3d3e3015c48d96c611a801393c3cfdd6353f5fc8.zip
15683: completion for links(1)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a0e8ddf5..5f6eda9a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-22  Clint Adams  <clint@zsh.org>
+
+	* 15683: Completion/Unix/Command/.distfiles,
+	Completion/Unix/Command/_links: completion for
+	links(1).
+
 2001-08-22  Bart Schaefer  <schaefer@zsh.org>
 
 	* 15676: Test/A01grammar.ztst, Test/A05execution.ztst,