about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-09-17 19:23:38 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-09-17 19:23:38 +0000
commit4f11c3b8e356ea835f7791e9de4b73fd23d5daa9 (patch)
treecb42802c38337df5787d6fd744e4e73f3a8bdebb /ChangeLog
parentb477e24aa267e57584db80796707184045f9885f (diff)
downloadzsh-4f11c3b8e356ea835f7791e9de4b73fd23d5daa9.tar.gz
zsh-4f11c3b8e356ea835f7791e9de4b73fd23d5daa9.tar.xz
zsh-4f11c3b8e356ea835f7791e9de4b73fd23d5daa9.zip
22729: trunction in computil.c did't handle multibyte characters
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f0ff9666..defb28bf8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-09-17  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* 22729: Src/Zle/computil.c: truncation of description didn't
+	handle multibyte characters.
+
 	* 22727: Src/init.c, Src/Zle/zle_main.c: "use 'exit' to exit"
 	was suboptimal.