about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-06-27 16:28:45 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-06-27 16:28:45 +0000
commitf95a6a913c885932827e9c0219221f7de7ccdd79 (patch)
tree88e6d63cc94c4d5f0b934e12e0ad6b399bda9660 /ChangeLog
parentec1274f0a3c7f4d65ba7d1cda95a209159ed9ad4 (diff)
downloadzsh-f95a6a913c885932827e9c0219221f7de7ccdd79.tar.gz
zsh-f95a6a913c885932827e9c0219221f7de7ccdd79.tar.xz
zsh-f95a6a913c885932827e9c0219221f7de7ccdd79.zip
22524: searchable parameter subscripts with multibyte chars,
a few other fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f293c01ff..34fc634ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-06-27  Peter Stephenson  <pws@csr.com>
 
+	* 22524: Src/params.c, Test/D07multibyte.ztst: searchable
+	subscripts with multibyte characters.
+
 	* 22522: Src/utils.c: infinite loop with invalid character
 	in mb_metastrlen().