diff options
author | Tor Lillqvist <tml@novell.com> | 2005-12-17 23:43:23 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-12-17 23:43:23 +0800 |
commit | 5786ebbccf24fee30e04e36391f4ca76c408ba8b (patch) | |
tree | f08a2110f7e9488810a87a607733b2f19700b4c1 /e-util/ChangeLog | |
parent | f90e52b1c0d343e75c8ddee2707c466846ad15a5 (diff) | |
download | gsoc2013-evolution-5786ebbccf24fee30e04e36391f4ca76c408ba8b.tar.gz gsoc2013-evolution-5786ebbccf24fee30e04e36391f4ca76c408ba8b.tar.zst gsoc2013-evolution-5786ebbccf24fee30e04e36391f4ca76c408ba8b.zip |
e-error.c Use gstdio wrappers. Use GDir instead of dirent.
2005-12-17 Tor Lillqvist <tml@novell.com>
* e-error.c
* e-fsutils.c: Use gstdio wrappers. Use GDir instead of dirent.
* e-error.c
* e-folder-map.c: Use e_xml_parse_file() instead of using libxml
directly.
svn path=/trunk/; revision=30821
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 3ba9753e53..3d912d1b6e 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -3,6 +3,13 @@ * Makefile.am (INCLUDES): Don't need EXTRA_GNOME_CFLAGS or GNOME_FULL_CFLAGS. + * e-error.c + * e-fsutils.c: Use gstdio wrappers. Use GDir instead of dirent. + + * e-error.c + * e-folder-map.c: Use e_xml_parse_file() instead of using libxml + directly. + * 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 |