From 0c08672df97b474a3cf299fccca47f933f12e84d Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 17 Dec 2005 16:31:42 +0000 Subject: Use GLib API where applicable for portability. 2005-12-17 Tor Lillqvist * e-plugin.c: Use GLib API where applicable for portability. * e-plugin.c: Use e_xml_parse_file() and e_xml_save_file() instead of using libxml directly. * e-plugin.c: Add copyright header. (epl_construct): [Win32 only:] Remap the plugin location from the compile-time path to to a run-time path, to handle the common case where the location in the .eplug file is in Evo's compile-time prefix. Use libedataserver's e_util_get_prefix() and e_util_replace_prefix(). We could alternatively use relative paths in the .eplug files on Win32, like we do for .server files. svn path=/trunk/; revision=30825 --- e-util/ChangeLog | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'e-util/ChangeLog') diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 4ffd84412b..c8250bfab4 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -6,13 +6,23 @@ * e-error.c * e-fsutils.c * e-icon-factory.c - * e-mktemp.c: Use GLib API where applicable for portability. + * e-mktemp.c + * e-plugin.c: Use GLib API where applicable for portability. * e-error.c * e-folder-map.c - * e-pilot-map.c: Use e_xml_parse_file() and e_xml_save_file() + * e-pilot-map.c + * e-plugin.c: Use e_xml_parse_file() and e_xml_save_file() instead of using libxml directly. + * e-plugin.c: Add copyright header. + (epl_construct): [Win32 only:] Remap the plugin location from the + compile-time path to to a run-time path, to handle the common case + where the location in the .eplug file is in Evo's compile-time + prefix. Use libedataserver's e_util_get_prefix() and + e_util_replace_prefix(). We could alternatively use relative paths + in the .eplug files on Win32, like we do for .server files. + * e-util-private.h (fsync) * e-util.c: Don't bother with a Win32 implementation of fsync() as the uses of fsync() in evo are pretty irrelevant. Just #define -- cgit v1.2.3