diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-28 05:37:07 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-28 05:37:07 +0800 |
commit | c6ed3eedc881b57ac7d767a282413db7966f8a8b (patch) | |
tree | 18ded69ef658a974fc9c012ac09c63c9ed9f3858 /my-evolution/ChangeLog | |
parent | a764639cd2f9f85da377fa6987c10bc1005d74ef (diff) | |
download | gsoc2013-evolution-c6ed3eedc881b57ac7d767a282413db7966f8a8b.tar.gz gsoc2013-evolution-c6ed3eedc881b57ac7d767a282413db7966f8a8b.tar.zst gsoc2013-evolution-c6ed3eedc881b57ac7d767a282413db7966f8a8b.zip |
Likewise.
* e-summary.c (e_summary_init): Likewise.
* e-summary-weather.c (e_summary_weather_get_html): Likewise.
(weather_make_html): Likewise.
* e-summary-mail.c (e_summary_mail_generate_html): Fix so it
handles the fact that the translated strings are already in UTF8.
* e-summary-rdf.c (tree_walk): Likewise.
(display_doc): Likewise.
svn path=/trunk/; revision=20553
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r-- | my-evolution/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index d6c5b9c125..e8e66eb5e8 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,17 @@ +2003-03-27 Ettore Perazzoli <ettore@ximian.com> + + [#40358] + + * e-summary.c (e_summary_init): Likewise. + + * e-summary-weather.c (e_summary_weather_get_html): Likewise. + (weather_make_html): Likewise. + + * e-summary-mail.c (e_summary_mail_generate_html): Fix so it + handles the fact that the translated strings are already in UTF8. + * e-summary-rdf.c (tree_walk): Likewise. + (display_doc): Likewise. + 2003-03-27 Not Zed <NotZed@Ximian.com> ** see bug #40141 |