diff options
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index e4d70982a2..404b1a331f 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,12 +1,18 @@ +2000-10-18 Dan Winship <danw@helixcode.com> + + * e-html-utils.c (e_text_to_html): If unicode_get_utf8 returns -1, + assume it was actually undeclared iso-8859-1 text. + 2000-10-17 Jesse Pavel <jpavel@helixcode.com> - * ename/e-address-western.c: made the routines use the stardard e_strstrcase - instead of the included function that existed earlier. + * ename/e-address-western.c: made the routines use the stardard + e_strstrcase instead of the included function that existed + earlier. 2000-10-11 Iain Holmes <iain@helixcode.com> - * ename/e-address-western.c (e_address_western_parse): g_strconcat needs - to be NULL terminated or it goes funny. + * ename/e-address-western.c (e_address_western_parse): g_strconcat + needs to be NULL terminated or it goes funny. Tue Sep 26 16:48:49 2000 Christopher James Lahey <clahey@helixcode.com> |