From eea1c3e8d6351725a3879f2ef48c38bde07f1faa Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 17 Dec 2005 12:07:31 +0000 Subject: gui/widgets/gal-view-minicard.c Use libedataserver's e_xml_parse_file() 2005-12-17 Tor Lillqvist * gui/widgets/gal-view-minicard.c * printing/e-contact-print.c: Use libedataserver's e_xml_parse_file() and e_xml_save_file() instead of calling libxml functions directly, as they don't understand the GLib file name encoding (UTF-8) on Win32. svn path=/trunk/; revision=30800 --- addressbook/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index ded8704283..006b60a848 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -5,6 +5,12 @@ wrappers. Use GDir API instead of dirent. Use GLib to convert file names to URIs and back. Open files in binary mode. + * gui/widgets/gal-view-minicard.c + * printing/e-contact-print.c: Use libedataserver's + e_xml_parse_file() and e_xml_save_file() instead of calling libxml + functions directly, as they don't understand the GLib file name + encoding (UTF-8) on Win32. + 2005-12-15 Srinivasa Ragavan * gui/search/e-addressbook-search-dialog.c: (dialog_response): Added -- cgit