about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-08-20 22:28:17 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-08-20 22:28:17 +0000
commit754503c60d7323a7456f4458da9d80138d32b4ba (patch)
treeba7c0d6d0cfe27ee16716613b2dbb2bcaec9678f /ChangeLog
parent1217d5a66d2e84372af577165568e5911868aa6b (diff)
downloadzsh-754503c60d7323a7456f4458da9d80138d32b4ba.tar.gz
zsh-754503c60d7323a7456f4458da9d80138d32b4ba.tar.xz
zsh-754503c60d7323a7456f4458da9d80138d32b4ba.zip
22651: failed to unmetafy bytes for output
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ecc2213a2..311ee1082 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-08-20  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* 22651: Src/Zle/complist.c, Src/Zle/zle_tricky.c: failed to
+	unmetafy bytes for output.
+
 	* 22650: Src/Modules/zutil.c: when deleting styles, the pointer
 	to the last style can become invalid.