about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-26 13:03:24 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-26 13:03:24 +0000
commit727912d1cbbc5593a870941d26f3234d49b45847 (patch)
treebafb40940f51a81c534415bf93b42e7e25b43e6f /ChangeLog
parentaa99b19c088324b17c0c5e1caee4fc3b5777deab (diff)
downloadzsh-727912d1cbbc5593a870941d26f3234d49b45847.tar.gz
zsh-727912d1cbbc5593a870941d26f3234d49b45847.tar.xz
zsh-727912d1cbbc5593a870941d26f3234d49b45847.zip
handle sub-sub-directories of $_compdir as in the CVS-layout (14107)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bbb19d4d4..4889ec742 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2001-04-26  Sven Wischnowsky  <wischnow@zsh.org>
 
+	* 14107: Completion/compaudit, Completion/compinstall,
+	Doc/Zsh/compsys.yo: handle sub-sub-directories of $_compdir as
+	in the CVS-layout
+
 	* 14105: Completion/Base/Utility/_arguments,
 	Completion/Base/Utility/_guard,
 	Completion/X/Utility/_x_arguments,