aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2002-01-10 05:50:59 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-01-10 05:50:59 +0800
commit9603762038cd054c1195e9a7d3939dce412a4f41 (patch)
tree3ae374f09e3804fc22c1741f517a61be74cb3b1d
parent623a8d83ce693c5250d85e81c674f899234ce70d (diff)
downloadgsoc2013-evolution-9603762038cd054c1195e9a7d3939dce412a4f41.tar
gsoc2013-evolution-9603762038cd054c1195e9a7d3939dce412a4f41.tar.gz
gsoc2013-evolution-9603762038cd054c1195e9a7d3939dce412a4f41.tar.bz2
gsoc2013-evolution-9603762038cd054c1195e9a7d3939dce412a4f41.tar.lz
gsoc2013-evolution-9603762038cd054c1195e9a7d3939dce412a4f41.tar.xz
gsoc2013-evolution-9603762038cd054c1195e9a7d3939dce412a4f41.tar.zst
gsoc2013-evolution-9603762038cd054c1195e9a7d3939dce412a4f41.zip
fixed changelog
svn path=/trunk/; revision=15277
-rw-r--r--camel/ChangeLog9
1 files changed, 5 insertions, 4 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index c4c35dbc78..6894696333 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,9 +1,10 @@
2002-01-09 Jeffrey Stedfast <fejj@ximian.com>
- * providers/local/camel-mbox-folder.c (camel_mbox_folder_new): If
- the mbox file is a symlink, follow the symlink and get the One
- True Path so that we can rewrite the mbox later without worrying
- about clobbering the symlink.
+ * providers/local/camel-local-folder.c
+ (camel_local_folder_construct): If the mbox file is a symlink,
+ follow the symlink and get the One True Path so that we can
+ rewrite the mbox later without worrying about clobbering the
+ symlink.
2002-01-08 Jeffrey Stedfast <fejj@ximian.com>