diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-09-28 04:20:56 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-09-28 04:20:56 +0800 |
commit | 7352689ab7e6cfa835d52035f76756879306cfa9 (patch) | |
tree | ece92aafcc46ee9be4a6dcde5273aaedca7517b4 /plugins/face/ChangeLog | |
parent | e2e5e8d754f24a9f5c1ed0434c83dcd486a356eb (diff) | |
download | gsoc2013-evolution-7352689ab7e6cfa835d52035f76756879306cfa9.tar.gz gsoc2013-evolution-7352689ab7e6cfa835d52035f76756879306cfa9.tar.zst gsoc2013-evolution-7352689ab7e6cfa835d52035f76756879306cfa9.zip |
** Fixes part of bug #474000
2007-09-27 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #474000
* addressbook/importers/evolution-ldif-importer.c:
Remove redundant Base64 codec implementation. Use GLib's.
* mail/em-format-html.c (efh_format_headers):
* mail/em-migrate.c (upgrade_passwords_1_2):
* plugins/face/face.c:
Use GLib's Base64 API instead of Camel's.
svn path=/trunk/; revision=34325
Diffstat (limited to 'plugins/face/ChangeLog')
-rw-r--r-- | plugins/face/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/face/ChangeLog b/plugins/face/ChangeLog index a86f11a977..11d9b0814d 100644 --- a/plugins/face/ChangeLog +++ b/plugins/face/ChangeLog @@ -1,3 +1,10 @@ +2007-09-27 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes part of bug #474000 + + * face.c: + Use GLib's Base64 API instead of Camel's. + 2007-09-14 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #476231 |