diff options
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 2f6fd6f3f9..7ae791a9a1 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -5,6 +5,15 @@ inside one of its methods, since you couldn't have gotten there if it didn't. Fix some code style bugs. + (_init): Rename init_with_store to init and add parent_folder, + separator, and name arguments. + (_set_name): Get separator from self, not parent_store now. + + * camel-store.h: + * camel-store.c: Remove get/set_separator. + + * providers/mbox/: Update for above. + 2000-02-23 Dan Winship <danw@helixcode.com> * camel-medium.c (_finalize): Free the data in the headers hash |