about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a8236015..feb38ddd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2006-01-08  Wayne Davison  <wayned@users.sourceforge.net>
 
+	* unposted: Src/Zle/zle_refresh.c, Src/Zle/zle_utils.c,
+	Src/Zle/complist.c: changed the code that calls mbrtowc() to deal with
+	its size_t return value as a size_t.  Also, use STOUC() on char values
+	passed to nicechar(), and make sure that the mbstate_t object never
+	gets left in an undefined state.
+
 	* 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).