about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-10-13 08:44:57 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-10-13 08:44:57 +0000
commitbb1fabf3ff99afa1536ac270f4940baf558a0698 (patch)
tree2d5e7746f167b1275f55305668c47369630ce3f7 /ChangeLog
parentf23b23e8a31f06fe738b6b2deef2bc33bbe45eac (diff)
downloadzsh-bb1fabf3ff99afa1536ac270f4940baf558a0698.tar.gz
zsh-bb1fabf3ff99afa1536ac270f4940baf558a0698.tar.xz
zsh-bb1fabf3ff99afa1536ac270f4940baf558a0698.zip
two completion matching fixes; wrong (path) prefix matching (removed path components) and reverse order of sub-strings in match-strings (12995)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc0cbeddd..f7693866d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-10-13  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 12995: Src/Zle/compmatch.c: two completion matching fixes; wrong
+ 	(path) prefix matching (removed path components) and reverse order
+ 	of sub-strings in match-strings
+	
 2000-10-12  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 12974: Completion/Core/_tags, Completion/Core/_sort_tags,