about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2006-09-23 14:43:57 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2006-09-23 14:43:57 +0000
commit71fa876defaafe49874b93fdff0c7c4a4e72c878 (patch)
tree3975b51121b37df489a760faf78e0a0fc8aa39f8 /ChangeLog
parentfa68d6fa0a214391154288f0450f2f8fa234fdf7 (diff)
downloadzsh-71fa876defaafe49874b93fdff0c7c4a4e72c878.tar.gz
zsh-71fa876defaafe49874b93fdff0c7c4a4e72c878.tar.xz
zsh-71fa876defaafe49874b93fdff0c7c4a4e72c878.zip
22761: fix compdescrie for multibyte characters
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index abdadcb5f..6d0d3bc10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
 	locale is already taken care of in test harness; revert 22758
 	and add LC_NUMERIC and LC_MESSAGES to list of locale variables to set.
 
+	* 22761: Src/subst.c, Src/Zle/computil.c: make compdescribe
+	to consistently use character width when laying out matches.
+	This supercedes fix in 22729.
+
 2006-09-22  Andrey Borzenkov <bor@zsh.org>
 
 	* 22758: Test/A06assign.ztst, Test/B03print.ztst,