summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-10-18 19:16:24 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-10-18 19:16:24 +0000
commit7f470ebcb09972d46e947dddf0c16197dd3a312f (patch)
treec593e1ffe9dbcfc0c6b26ac00f9f984d4a515b66 /ChangeLog
parent25911: see if we can work around multibyte problems in file system (diff)
downloadzsh-7f470ebcb09972d46e947dddf0c16197dd3a312f.tar
zsh-7f470ebcb09972d46e947dddf0c16197dd3a312f.tar.gz
zsh-7f470ebcb09972d46e947dddf0c16197dd3a312f.tar.bz2
zsh-7f470ebcb09972d46e947dddf0c16197dd3a312f.tar.lz
zsh-7f470ebcb09972d46e947dddf0c16197dd3a312f.tar.xz
zsh-7f470ebcb09972d46e947dddf0c16197dd3a312f.tar.zst
zsh-7f470ebcb09972d46e947dddf0c16197dd3a312f.zip
25912: fix another metafication bug in completion
and remove lies about matchers
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc5fbbb3d..cb079ad23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-10-18 Peter Stephenson <p.w.stephenson@ntlworld.com>
+ * 25912: Doc/Zsh/compwid.yo, Src/Zle/computil.c: fix yet another
+ Meta bug in completion with matchers in compfiles; remove 25893
+ because that wasn't it at all.
+
* 25911: Test/D07multibyte.ztst: see if we can work around file
system idiosyncracies.