diff options
author | Not Zed <NotZed@Ximian.com> | 2001-07-20 12:59:46 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-07-20 12:59:46 +0800 |
commit | f1738a4b78c2801519e255796029ef8ec22c2791 (patch) | |
tree | 15f4106798c44d13eac40caa5af85521d3a326fc /camel/ChangeLog | |
parent | 8a7c9cba6c70d7bef728c3c88d8e733b562e8e60 (diff) | |
download | gsoc2013-evolution-f1738a4b78c2801519e255796029ef8ec22c2791.tar.gz gsoc2013-evolution-f1738a4b78c2801519e255796029ef8ec22c2791.tar.zst gsoc2013-evolution-f1738a4b78c2801519e255796029ef8ec22c2791.zip |
renamed to camel_charset_to_iconv() to make it just a little more
2001-07-20 Not Zed <NotZed@Ximian.com>
* camel-charset-map.c (camel_charset_get_iconv_friendly_name):
renamed to camel_charset_to_iconv() to make it just a little more
svn path=/trunk/; revision=11254
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 f59951c452..144b7b7f52 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2001-07-20 Not Zed <NotZed@Ximian.com> + + * camel-charset-map.c (camel_charset_get_iconv_friendly_name): + renamed to camel_charset_to_iconv() to make it just a little more + consistent and not so long & fixed callers. + 2001-07-19 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-filter-charset.c |