about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-08-10 13:21:15 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-08-10 13:21:15 +0000
commiteb094067875ba06f182c7850d5592bd3c71cc56a (patch)
tree9928c167a38a22559dc795a585d7473433a4d00d /ChangeLog
parent4fe6b1a1fc223a168fc3058bcd91324610274d7f (diff)
downloadzsh-eb094067875ba06f182c7850d5592bd3c71cc56a.tar.gz
zsh-eb094067875ba06f182c7850d5592bd3c71cc56a.tar.xz
zsh-eb094067875ba06f182c7850d5592bd3c71cc56a.zip
21593: character arrays wrongly declared with ZLE_UNICODE_SUPPORT
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a6e5c712..129ff560f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-08-10  Peter Stephenson  <pws@csr.com>
 
+	* 21593: Src/Zle/complist.c, Src/Zle/zle_refresh.c: character
+	arrays wrongly declared with ZLE_UNICODE_SUPPORT.
+
 	* 21592: Src/Zle/complist.c: attempt to browse a new directory
 	in menu selection caused crash.