about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2006-01-08 22:59:13 +0000
committerWayne Davison <wayned@users.sourceforge.net>2006-01-08 22:59:13 +0000
commit08494aa570bd022a063a0e5510dc9d4483e194e7 (patch)
tree9199c902e54cdafba68e6c57bcd36d22f78e9622
parent97c34b631cd9294617dac504a36ad2b7cc9c7351 (diff)
downloadzsh-08494aa570bd022a063a0e5510dc9d4483e194e7.tar.gz
zsh-08494aa570bd022a063a0e5510dc9d4483e194e7.tar.xz
zsh-08494aa570bd022a063a0e5510dc9d4483e194e7.zip
An improved version of the patch from 22140.
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c803078e..165068f6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-01-08  Wayne Davison  <wayned@users.sourceforge.net>
 
+	* 22140 (modified): Src/utils.c: Changed mb_niceformat() so that it
+	does not truncate a name that has an invalid character sequence in
+	the current character set (affected chars display as \M-... chars).
+
 	* unposted: Src/utils.c, Src/system.h: Changed the single spot
 	that used wcswidth() over to use wcwidth() and got rid of the
 	work-around for OpenBSD (which lacks wcswidth()).