diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-12-05 06:37:45 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-12-05 06:37:45 +0800 |
commit | c75f7dbc07f531cbc21326a5761f9914d866ae1c (patch) | |
tree | 508fde43162f6476a42b0ce8dc1acbdc797d921a /camel/ChangeLog | |
parent | ca38e63a1bb3db4607b8ddfcff334e6ba4c7ef99 (diff) | |
download | gsoc2013-evolution-c75f7dbc07f531cbc21326a5761f9914d866ae1c.tar gsoc2013-evolution-c75f7dbc07f531cbc21326a5761f9914d866ae1c.tar.gz gsoc2013-evolution-c75f7dbc07f531cbc21326a5761f9914d866ae1c.tar.bz2 gsoc2013-evolution-c75f7dbc07f531cbc21326a5761f9914d866ae1c.tar.lz gsoc2013-evolution-c75f7dbc07f531cbc21326a5761f9914d866ae1c.tar.xz gsoc2013-evolution-c75f7dbc07f531cbc21326a5761f9914d866ae1c.tar.zst gsoc2013-evolution-c75f7dbc07f531cbc21326a5761f9914d866ae1c.zip |
i18n-ize exception strings. (get_name): And here. (_send_to): Here too.
2000-12-04 Jeffrey Stedfast <fejj@helixcode.com>
* providers/smtp/camel-smtp-transport.c (smtp_connect): i18n-ize
exception strings.
(get_name): And here.
(_send_to): Here too.
(smtp_helo): And here and there...
(smtp_mail): And around the square...
(smtp_rcpt): Saying catch me if you can...
(smtp_data): And here three.
(smtp_rset): And here.
(smtp_quit): And finally here.
svn path=/trunk/; revision=6785
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 21e7e294e8..de60e747e3 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,16 @@ +2000-12-04 Jeffrey Stedfast <fejj@helixcode.com> + + * providers/smtp/camel-smtp-transport.c (smtp_connect): i18n-ize + exception strings. + (get_name): And here. + (_send_to): Here too. + (smtp_helo): And here and there... + (smtp_mail): And around the square... + (smtp_rcpt): Saying catch me if you can... + (smtp_data): And here three. + (smtp_rset): And here. + (smtp_quit): And finally here. + 2000-12-01 Jeffrey Stedfast <fejj@helixcode.com> * camel-folder-search.h: Added system_flag to CamelFolderSearchClass |