aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 420fa42806..d5436f54f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+1999-08-14 bertrand <Bertrand.Guiheneuf@aful.org>
+
+ * tests/ui-tests/store_listing.c (delete_selected_messages):
+ (expunge_selected_folders):
+ Implemented deletion/expunge mechanism.
+
+ * camel/camel-folder.c (_get_message):
+ Added some debug info.
+
+ * camel/providers/MH/camel-mh-folder.c (_expunge):
+ implemented and tested.
+
+ * camel/camel-mime-message.c (_set_flag):
+ changed the old braindead implementation.
+ boolean are inserted in the flag hash
+ table casted as gpointers.
+
+
+ * camel/camel-mime-message.c: indentation fix
+
+
1999-08-13 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-folder.c (_get_message): default implementation