about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-10-23 08:07:32 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-10-23 08:07:32 +0000
commit865f3961b7a84613a2537eabb77dc98378840167 (patch)
tree311d9c9eaa632ee52efa0efee32e3fc26a9a5551 /ChangeLog
parentde595fbc90aafdb6987576fcf7b9f1dd9a2a2d2b (diff)
downloadzsh-865f3961b7a84613a2537eabb77dc98378840167.tar.gz
zsh-865f3961b7a84613a2537eabb77dc98378840167.tar.xz
zsh-865f3961b7a84613a2537eabb77dc98378840167.zip
change some tags used in filename completion: no tag for file-sort, fake-files and ignore-parents, paths for accept-exact (13037)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa1544fb9..103ced64b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-10-23  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 13037: Completion/Core/_path_files, Doc/Zsh/compsys.yo: change
+ 	some tags used in filename completion: no tag for file-sort,
+ 	fake-files and ignore-parents, paths for accept-exact
+	
 2000-10-21  Bart Schaefer  <schaefer@zsh.org>
 
 	* 13057: Src/Zle/zle_main.c: `vared -h' should not imply `vared -e';