diff options
author | Chyla Zbigniew <chyla@src.gnome.org> | 2001-06-30 20:08:27 +0800 |
---|---|---|
committer | Chyla Zbigniew <chyla@src.gnome.org> | 2001-06-30 20:08:27 +0800 |
commit | b190305858a16818773cdf855a6d78eda2ee6bda (patch) | |
tree | cab77ea68283362e6a92a5c6a298c6c2a7224d47 /my-evolution/ChangeLog | |
parent | 50c60bc7ff8343894e7234cfa09b26edf5fe3397 (diff) | |
download | gsoc2013-evolution-b190305858a16818773cdf855a6d78eda2ee6bda.tar gsoc2013-evolution-b190305858a16818773cdf855a6d78eda2ee6bda.tar.gz gsoc2013-evolution-b190305858a16818773cdf855a6d78eda2ee6bda.tar.bz2 gsoc2013-evolution-b190305858a16818773cdf855a6d78eda2ee6bda.tar.lz gsoc2013-evolution-b190305858a16818773cdf855a6d78eda2ee6bda.tar.xz gsoc2013-evolution-b190305858a16818773cdf855a6d78eda2ee6bda.tar.zst gsoc2013-evolution-b190305858a16818773cdf855a6d78eda2ee6bda.zip |
Marked strings for translation + conversion to utf8.
* e-summary-calendar.c (generate_html):
Marked strings for translation + conversion to utf8.
* e-summary-mail.c
Added missing #include <config.h>
(e_summary_mail_generate_html):
Marked strings for translation + conversion to utf8.
* e-summary-weather.c
(e_summary_weather_get_html, open_callback):
Marked strings for translation + conversion to utf8.
(weather_make_html): Fixed leaks.
* e-summary-rdf.c
(tree_walk): Fixed leaks.
(read_callback): Marked strings for translation.
svn path=/trunk/; revision=10630
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r-- | my-evolution/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 0bdf41d197..8935cd8a09 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,22 @@ +2001-06-30 Zbigniew Chyla <cyba@gnome.pl> + + * e-summary-calendar.c (generate_html): + Marked strings for translation + conversion to utf8. + + * e-summary-mail.c + Added missing #include <config.h> + (e_summary_mail_generate_html): + Marked strings for translation + conversion to utf8. + + * e-summary-weather.c + (e_summary_weather_get_html, open_callback): + Marked strings for translation + conversion to utf8. + (weather_make_html): Fixed leaks. + + * e-summary-rdf.c + (tree_walk): Fixed leaks. + (read_callback): Marked strings for translation. + 2001-06-29 Iain Holmes <iain@ximian.com> * e-summary.c (e_summary_draw): Resurrect the hack to stop GtkHTML from |