aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d23ba7dcb4..9444a4c60a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
1999-08-13 bertrand <Bertrand.Guiheneuf@aful.org>
+ * camel/camel-folder.c (_get_parmanent_flag_list):
+ (camel_folder_get_parmanent_flag_list):
+ new method, returns the list of permanent
+ flags supported by the folder.
+
+ * camel/camel-mime-message.c (_get_flag_list):
+ (camel_mime_message_get_flag_list): new method,
+ return the list of flag name used by this message.
+
* camel/hash-table-utils.c (g_strcase_equal):
(g_strcase_hash): those two func go here now.