about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2005-07-24 14:44:08 +0000
committerClint Adams <clint@users.sourceforge.net>2005-07-24 14:44:08 +0000
commitd92e06df5c2612f1a8de7a7c848536297afdf375 (patch)
treefd0218636cdf2a489eb093ba2c22aac39285fbe1 /ChangeLog
parent03531ff379bd888990d4ac1ac9466c345c620706 (diff)
downloadzsh-d92e06df5c2612f1a8de7a7c848536297afdf375.tar.gz
zsh-d92e06df5c2612f1a8de7a7c848536297afdf375.tar.xz
zsh-d92e06df5c2612f1a8de7a7c848536297afdf375.zip
21517: complete files after build-config if there's a configs subdir, even if one is not in a project tree.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb0a05328..e373df19c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2005-07-24  Clint Adams  <clint@zsh.org>
 
+	* 21517: Completion/Unix/Command/_baz: complete files after
+	build-config if there's a configs subdir, even if one is not in a
+	project tree.
+
 	* 21510: Config/installfns.sh: use && rather than -a binary
 	test operator.