aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorbertrand <bertrand@helixcode.com>2000-01-22 10:58:12 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>2000-01-22 10:58:12 +0800
commit84423c930ecc93ce93040bfd49e20c68670d4364 (patch)
tree1eb47e691f93c353405d85a1d320442191f5f61b /ChangeLog
parente8a2fed920088141d8ed47c6803bc166b18c5418 (diff)
downloadgsoc2013-evolution-84423c930ecc93ce93040bfd49e20c68670d4364.tar
gsoc2013-evolution-84423c930ecc93ce93040bfd49e20c68670d4364.tar.gz
gsoc2013-evolution-84423c930ecc93ce93040bfd49e20c68670d4364.tar.bz2
gsoc2013-evolution-84423c930ecc93ce93040bfd49e20c68670d4364.tar.lz
gsoc2013-evolution-84423c930ecc93ce93040bfd49e20c68670d4364.tar.xz
gsoc2013-evolution-84423c930ecc93ce93040bfd49e20c68670d4364.tar.zst
gsoc2013-evolution-84423c930ecc93ce93040bfd49e20c68670d4364.zip
test the mbox provider.
2000-01-21 bertrand <bertrand@helixcode.com> * tests/test10.c: test the mbox provider. * camel/camel-folder.c (_set_name): if camel_folder_get_mode returns an exception, return it instead of overriding it with a new one. (camel_folder_is_open): make the is_open method public. (_set_name): use the is_open instead of get_mode. (_set_name): set the fullname even in the case where the folder has no parent. (_set_name): use %c, not %d to add the separator char into the full path. svn path=/trunk/; revision=1606
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d21f809f2..025a751a0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
2000-01-21 bertrand <bertrand@helixcode.com>
+ * tests/test10.c:
+ test the mbox provider.
+
+ * camel/camel-folder.c (_set_name):
+ if camel_folder_get_mode returns an
+ exception, return it instead of
+ overriding it with a new one.
+ (camel_folder_is_open): make the is_open
+ method public.
+ (_set_name): use the is_open instead of
+ get_mode.
+ (_set_name): set the fullname even in the case
+ where the folder has no parent.
+ (_set_name): use %c, not %d to add the
+ separator char into the full path.
+
* camel/camel-store.c: add exception handling everywhere in
the store related functions arguments.
* camel/providers/mbox/camel-mbox-folder.c: idem