about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2002-01-27 21:57:52 +0000
committerClint Adams <clint@users.sourceforge.net>2002-01-27 21:57:52 +0000
commita92fca6f8e326d72b5041281341093473f5a1fa4 (patch)
tree14e9637c7eed00e92bfc7deaeee97630bed11038 /ChangeLog
parentfc25322fa38b184aadefe0bd5d50e3bc06122511 (diff)
downloadzsh-a92fca6f8e326d72b5041281341093473f5a1fa4.tar.gz
zsh-a92fca6f8e326d72b5041281341093473f5a1fa4.tar.xz
zsh-a92fca6f8e326d72b5041281341093473f5a1fa4.zip
16500: don't complete executable files in the current directory if "." is not in path.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d1b6f08d0..ef7c6c44f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-01-27  Clint Adams  <clint@zsh.org>
+
+	* 16500: Completion/Zsh/Type/_command_names:
+	don't complete executable files in the current directory
+	if "." is not in path.
+
 2002-01-23  Bart Schaefer  <schaefer@zsh.org>
 
 	* 16435: Src/builtin.c: Fix core dump in `hash'.