aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog41
1 files changed, 41 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3475833d25..293dbe0b67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2000-01-24 bertrand <bertrand@helixcode.com>
+
+ * camel/camel-recipient.c (camel_recipient_table_add_list):
+ add recipient_list to the recipients, not recipients_list.
+ I don't know what that variable was doing here.
+
+
2000-01-24 Matt Loper <matt@helixcode.com>
* camel/camel-formatter.c (write_header_info_to_stream): new
@@ -7,6 +14,40 @@
(camel_formatter_make_html): Now tries to deal with
multipart/related, multipart/alternate, and text/(plain|html).
+
+2000-01-23 bertrand <bertrand@helixcode.com>
+
+ * camel/camel-store.c (camel_store_get_session):
+ added a public get_session method.
+
+ * camel/providers/mbox/camel-mbox-summary.c (camel_mbox_save_summary):
+ (camel_mbox_load_summary): load/save message sizes in the summary file
+
+ * camel/providers/mbox/camel-mbox-summary.h:
+ added a size field to the message information
+ structure.
+
+ * camel/providers/mbox/camel-mbox-utils.c (parsed_information_to_mbox_summary):
+ copy message size to the mbox summary information too.
+
+ * camel/camel-stream-fs.c (_seek): updated to
+ work with bounded fs streams.
+ (_write): ditto.
+ (_read): ditto.
+
+ * camel/camel-stream-fs.h (struct ):
+ added the cur_pos, inf_bound and sup_bound
+ members to allow for bounded fs stream.
+
+ * camel/camel-stream-fs.c (_set_bounds): new func.
+ (_init_with_fd_and_bounds): idem.
+ (_init_with_name_and_bounds): idem.
+ New functions to allow the usage of bounded fs streams.
+
+ The bounded fs stream allow, for example, to make a stream
+ from a message stored in an mbox file.
+
+
2000-01-22 bertrand <bertrand@helixcode.com>
* camel/providers/mbox/camel-mbox-folder.c (_check_get_or_maybe_generate_summary_file):