aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-02-10 00:44:22 +0800
committerDan Winship <danw@src.gnome.org>2001-02-10 00:44:22 +0800
commitec981301f5489626ffbf9474db49f1fda4e41a99 (patch)
tree9a2bf6ec8330bd165e2fde9b30bee7608f1f0516
parent65eb577ecd2ce45f78f8df4da3386e2ac1f3c2c1 (diff)
downloadgsoc2013-evolution-ec981301f5489626ffbf9474db49f1fda4e41a99.tar
gsoc2013-evolution-ec981301f5489626ffbf9474db49f1fda4e41a99.tar.gz
gsoc2013-evolution-ec981301f5489626ffbf9474db49f1fda4e41a99.tar.bz2
gsoc2013-evolution-ec981301f5489626ffbf9474db49f1fda4e41a99.tar.lz
gsoc2013-evolution-ec981301f5489626ffbf9474db49f1fda4e41a99.tar.xz
gsoc2013-evolution-ec981301f5489626ffbf9474db49f1fda4e41a99.tar.zst
gsoc2013-evolution-ec981301f5489626ffbf9474db49f1fda4e41a99.zip
save, THEN commit
svn path=/trunk/; revision=8146
-rw-r--r--camel/ChangeLog10
1 files changed, 6 insertions, 4 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 379219c7b9..93dcc6cfac 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -15,6 +15,10 @@
anything given get_folder_info.
* camel-remote-store.c:
+ * providers/local/camel-local-store.c:
+ * providers/local/camel-mbox-store.c:
+ * providers/local/camel-mh-store.c:
+ * providers/local/camel-maildir-store.c:
* providers/nntp/camel-nntp-store.c:
* providers/pop3/camel-pop3-store.c:
* providers/vee/camel-vee-store.c: Minor updates for CamelStore
@@ -33,10 +37,8 @@
camel_object_new and camel_service_construct to replace
camel_service_new.
- * providers/local/camel-local-store.c: Update for CamelStore
- changes
- (construct): Append a '/' to the URL path if it doesn't end with
- one
+ * providers/local/camel-local-store.c (construct): Append a '/' to
+ the URL path if it doesn't end with one
2001-01-31 Jeffrey Stedfast <fejj@helixcode.com>