aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-12-17 20:07:31 +0800
committerTor Lillqvist <tml@src.gnome.org>2005-12-17 20:07:31 +0800
commiteea1c3e8d6351725a3879f2ef48c38bde07f1faa (patch)
treef44470c16c0edba9ce660adf4f43d8a9332cb803 /addressbook/ChangeLog
parentafa42c2e1ce90b49561a9aa7cb75b692a2cdcd7c (diff)
downloadgsoc2013-evolution-eea1c3e8d6351725a3879f2ef48c38bde07f1faa.tar.gz
gsoc2013-evolution-eea1c3e8d6351725a3879f2ef48c38bde07f1faa.tar.zst
gsoc2013-evolution-eea1c3e8d6351725a3879f2ef48c38bde07f1faa.zip
gui/widgets/gal-view-minicard.c Use libedataserver's e_xml_parse_file()
2005-12-17 Tor Lillqvist <tml@novell.com> * 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
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog6
1 files changed, 6 insertions, 0 deletions
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 <sragavan@novell.com>
* gui/search/e-addressbook-search-dialog.c: (dialog_response): Added