about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-04-09 21:47:21 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-04-09 21:47:21 +0000
commitef330a5dfddc763b83fe2406a91c61519279de68 (patch)
treea443ed27b17283591c3bd51e2938659ac03f6687 /ChangeLog
parent82dc72e03462d2f0ebae2f6f4794fbb941cb3c8c (diff)
downloadzsh-ef330a5dfddc763b83fe2406a91c61519279de68.tar.gz
zsh-ef330a5dfddc763b83fe2406a91c61519279de68.tar.xz
zsh-ef330a5dfddc763b83fe2406a91c61519279de68.zip
22408: support for multibyte characters in patterns
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 88eaea491..9e0f7db06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 2006-04-09  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
-	* 11407: Functions/MIME/zsh-mime-handler: and it needs NULL_GLOB,
+	* 22408: Doc/Zsh/expn.yo, Doc/Zsh/options.yo, Src/options.c,
+	Src/pattern.c, Src/utils.c, Src/zsh.h, Src/Zle/zle.h: add
+	MULTIBYTE option, (#u) and (#U) globbing flags, and support
+	for multibyte characters in patterns.
+
+	* 22407: Functions/MIME/zsh-mime-handler: and it needs NULL_GLOB,
 	too.
 
 2006-04-06  Peter Stephenson  <pws@csr.com>