Files
evolution/plugins/face/ChangeLog
Matthew Barnes 7352689ab7 ** 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
2007-09-27 20:20:56 +00:00

29 lines
631 B
Plaintext

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
* face.c:
Remove non-USE_GTKFILECHOOSER code.
GtkFileChooser has been around since 2004.
2007-07-18 Sankar P <psankar@novell.com>
* face.c: (org_gnome_composer_face):
Remove unused variables.
2007-07-17 Sankar P <psankar@novell.com>
* org-gnome-face.eplug.xml:
* org-gnome-face-ui.xml:
* org-gnome-face.errors.xml:
* Makefile.am:
* face.c:
Initial set of files. Implements Face header support.