about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJun T <takimoto-j@kba.biglobe.ne.jp>2014-04-15 20:59:27 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2014-04-15 20:59:27 -0700
commitd9935915b73082c70d543ea098ecea9e95068659 (patch)
treec7588926be7e4854ca27b258f96a251775efe739 /ChangeLog
parent31e2ae380a8ab9d49345294e70842a64cb565432 (diff)
downloadzsh-d9935915b73082c70d543ea098ecea9e95068659.tar.gz
zsh-d9935915b73082c70d543ea098ecea9e95068659.tar.xz
zsh-d9935915b73082c70d543ea098ecea9e95068659.zip
32546: better handling of ignored files with _path_files -W prefixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35910c316..562e459fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-04-15  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* Jun T: 32546: Completion/Unix/Type/_path_files: better handling
+	of ignored files when using -W to specify prefixes.
+
 2014-04-13  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 32540: Src/Zle/zle_tricky.c, Src/Zle/zle_utils.c: following