diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-04-10 03:27:17 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-04-10 03:27:17 +0800 |
commit | bcfbad5e311ce39fb1308014519ca37fbce09cfb (patch) | |
tree | a9f6a4b2eb9b79015c261f77671c0d24f4f6f70f /camel/ChangeLog | |
parent | 891b85f5e0f5372450c3e0950407afe11c96b531 (diff) | |
download | gsoc2013-evolution-bcfbad5e311ce39fb1308014519ca37fbce09cfb.tar.gz gsoc2013-evolution-bcfbad5e311ce39fb1308014519ca37fbce09cfb.tar.zst gsoc2013-evolution-bcfbad5e311ce39fb1308014519ca37fbce09cfb.zip |
New function to get the UTF-8 version of the diagnostics (if the locale
2003-04-09 Jeffrey Stedfast <fejj@ximian.com>
* camel-gpg-context.c (gpg_ctx_get_utf8_diagnostics): New function
to get the UTF-8 version of the diagnostics (if the locale isn't
already UTF-8 safe).
(gpg_verify): Use the utf-8 diagnostics here. Also fixed a memleak
in the exception case.
svn path=/trunk/; revision=20792
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 6a875f547b..2cf45257d5 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,11 @@ 2003-04-09 Jeffrey Stedfast <fejj@ximian.com> + * camel-gpg-context.c (gpg_ctx_get_utf8_diagnostics): New function + to get the UTF-8 version of the diagnostics (if the locale isn't + already UTF-8 safe). + (gpg_verify): Use the utf-8 diagnostics here. Also fixed a memleak + in the exception case. + * camel-mime-filter-charset.c (camel_mime_filter_charset_new_convert): NULL-protect the to/from charsets in the g_warning call. |