diff options
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 8afb59211b..f12326610e 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,10 @@ +2002-10-23 Dan Winship <danw@ximian.com> + + * ename/e-name-western.c: Cast chars to unsigned char before + passing to ctype macros since they are not defined on negative + numbers. Fixes parsing problems with names with accented + characters on Solaris. (At least part of #32146) + 2002-09-25 Rodrigo Moya <rodrigo@ximian.com> * e-component-listener.c (ping_component_callback): added a comment |