about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2004-09-17 09:25:38 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2004-09-17 09:25:38 +0000
commit037485c4a474395064e2b5b1da281ca052796320 (patch)
tree7033c03726ddf0a3891b99b741e56a04ab93e388 /ChangeLog
parent53383c33b80061c8d651dde7e554d68395b48899 (diff)
downloadzsh-037485c4a474395064e2b5b1da281ca052796320.tar.gz
zsh-037485c4a474395064e2b5b1da281ca052796320.tar.xz
zsh-037485c4a474395064e2b5b1da281ca052796320.zip
20378: Matthias B.: fix bugs joining with metafied chars.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d621b771b..3dd273437 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-09-17  Peter Stephenson  <pws@csr.com>
+
+	* 20378: Matthias B <msb@winterdrache.de>: Src/params.c,
+	Src/utils.c, B02typeset.ztst: Fix bugs with metafied characters
+	in tied arrays.
+
 2004-09-16  Peter Stephenson  <pws@csr.com>
 
 	* 20364: Functions/Completer/_oldlist: use $WIDGETSTYLE.