aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-07-15 12:30:16 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-07-15 12:30:16 +0800
commit104102d7b7649d120229baa4211b45ac89deda29 (patch)
tree6fb25a9cb4effa6ea34dad6855b04f6953cf4f95 /camel/ChangeLog
parent210cb985b17c9c27440e1f543f7609a2bcb39cff (diff)
downloadgsoc2013-evolution-104102d7b7649d120229baa4211b45ac89deda29.tar
gsoc2013-evolution-104102d7b7649d120229baa4211b45ac89deda29.tar.gz
gsoc2013-evolution-104102d7b7649d120229baa4211b45ac89deda29.tar.bz2
gsoc2013-evolution-104102d7b7649d120229baa4211b45ac89deda29.tar.lz
gsoc2013-evolution-104102d7b7649d120229baa4211b45ac89deda29.tar.xz
gsoc2013-evolution-104102d7b7649d120229baa4211b45ac89deda29.tar.zst
gsoc2013-evolution-104102d7b7649d120229baa4211b45ac89deda29.zip
One last fix to get rid of hard-coded "/" directory separators
2000-07-15 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-folder.c (camel_imap_folder_new): One last fix to get rid of hard-coded "/" directory separators svn path=/trunk/; revision=4175
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 9bf96f3c48..a84762ab61 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-15 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * providers/imap/camel-imap-folder.c (camel_imap_folder_new):
+ One last fix to get rid of hard-coded "/" directory separators
+
2000-07-14 Jeffrey Stedfast <fejj@helixcode.com>
* string-utils.c (string_unquote): New convenience function