aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-12-17 21:42:55 +0800
committerTor Lillqvist <tml@src.gnome.org>2005-12-17 21:42:55 +0800
commit2f8bf9ec0c72dee2f2aa29e69dc5f496a202818c (patch)
treebd40e1ff3aabefe906d7412d3dc9560f77755a45 /calendar/ChangeLog
parent9b5ae3c3fe97f90d321094d01fbc6e831ecfc313 (diff)
downloadgsoc2013-evolution-2f8bf9ec0c72dee2f2aa29e69dc5f496a202818c.tar
gsoc2013-evolution-2f8bf9ec0c72dee2f2aa29e69dc5f496a202818c.tar.gz
gsoc2013-evolution-2f8bf9ec0c72dee2f2aa29e69dc5f496a202818c.tar.bz2
gsoc2013-evolution-2f8bf9ec0c72dee2f2aa29e69dc5f496a202818c.tar.lz
gsoc2013-evolution-2f8bf9ec0c72dee2f2aa29e69dc5f496a202818c.tar.xz
gsoc2013-evolution-2f8bf9ec0c72dee2f2aa29e69dc5f496a202818c.tar.zst
gsoc2013-evolution-2f8bf9ec0c72dee2f2aa29e69dc5f496a202818c.zip
Use gstdio wrappers. Use GDir API instead of dirent. Use
2005-12-17 Tor Lillqvist <tml@novell.com> * gui/migration.c: Use gstdio wrappers. Use GDir API instead of dirent. Use g_filename_{to,from}_uri(). Open files in binary mode. Use e_xml_parse_file() instead of xmlParseFile(). svn path=/trunk/; revision=30813
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 01ea05e6f3..d5d8f4d0c1 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -14,6 +14,10 @@
* gui/e-meeting-store.c: Use e_util_utf8_strcasecmp() to do
proper casefolded comparison of translated (UTF-8) strings.
+ * gui/migration.c: Use gstdio wrappers. Use GDir API instead of
+ dirent. Use g_filename_{to,from}_uri(). Open files in binary
+ mode. Use e_xml_parse_file() instead of xmlParseFile().
+
2005-12-15 Srinivasa Ragavan <sragavan@novell.com>
** Fixes bug #324094