about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-07-25 18:10:37 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-07-25 18:10:37 +0000
commit09bc7ee2b56239020d1ef6bb1f5d7b4ef9f19db1 (patch)
tree9a1e2155b0feb322eb32c8ee14d252ffc0607388 /ChangeLog
parentb9bf52d1fc750633189c3d25182edc95ffdbcb19 (diff)
downloadzsh-09bc7ee2b56239020d1ef6bb1f5d7b4ef9f19db1.tar.gz
zsh-09bc7ee2b56239020d1ef6bb1f5d7b4ef9f19db1.tar.xz
zsh-09bc7ee2b56239020d1ef6bb1f5d7b4ef9f19db1.zip
22557: turn on multibyte option by default
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62f8cec19..cfc6373e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-07-25  Peter Stephenson  <pws@csr.com>
 
+	* 22557: Doc/Zsh/options.yo, Misc/globtests, Src/options.c,
+	Src/pattern.c, Test/D02glob.ztst, Test/D07multibyte.ztst:
+	Turn on multibyte option by default for MULTIBYTE_SUPPORT and fix
+	tests and patterns.
+
 	* unposted: Src/pattern.c, Src/utils.c: minor typos in
 	22556 found when MULTIBYTE_SUPPORT is not defined.