diff options
author | Tor Lillqvist <tml@novell.com> | 2005-12-17 23:56:16 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-12-17 23:56:16 +0800 |
commit | 491a3a63436f2cc1f46f4da598b6d5e3e9af1011 (patch) | |
tree | 3f002527b6cfa87cef25becf71098e551fb45f72 /e-util/ChangeLog | |
parent | 656e89904ca9fb3fc6feba9c3f4d423b7df39e98 (diff) | |
download | gsoc2013-evolution-491a3a63436f2cc1f46f4da598b6d5e3e9af1011.tar.gz gsoc2013-evolution-491a3a63436f2cc1f46f4da598b6d5e3e9af1011.tar.zst gsoc2013-evolution-491a3a63436f2cc1f46f4da598b6d5e3e9af1011.zip |
Use e_xml_parse_file() and e_xml_save_file() instead of using libxml
2005-12-17 Tor Lillqvist <tml@novell.com>
* e-pilot-map.c: Use e_xml_parse_file() and e_xml_save_file()
instead of using libxml directly.
svn path=/trunk/; revision=30824
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 85ab8d4434..4ffd84412b 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -9,8 +9,9 @@ * e-mktemp.c: Use GLib API where applicable for portability. * e-error.c - * e-folder-map.c: Use e_xml_parse_file() instead of using libxml - directly. + * e-folder-map.c + * e-pilot-map.c: Use e_xml_parse_file() and e_xml_save_file() + instead of using libxml directly. * e-util-private.h (fsync) * e-util.c: Don't bother with a Win32 implementation of fsync() as |