From 0c3435a0e11086b8c9d39d87596ffe5ce7f5b133 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 30 Nov 2001 23:43:39 +0000 Subject: Don't use regex matching. Fixes bug #16227. 2001-11-29 Jeffrey Stedfast * camel-folder-search.c (search_body_contains): Don't use regex matching. Fixes bug #16227. * camel-mime-message.c (best_encoding): Check the content-object's mime type, not the mime part types. Should fix bug #15843. 2001-11-27 Jeffrey Stedfast * providers/imap/camel-imap-folder.c (get_content): Return NULL if construct_from_stream fails. (get_message): Same. (get_message_simple): Here too. (add_message_from_data): And here. svn path=/trunk/; revision=14834 --- camel/ChangeLog | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 41ad0efe7f..f0900610d3 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,19 @@ +2001-11-29 Jeffrey Stedfast + + * camel-folder-search.c (search_body_contains): Don't use regex + matching. Fixes bug #16227. + + * camel-mime-message.c (best_encoding): Check the content-object's + mime type, not the mime part types. Should fix bug #15843. + +2001-11-27 Jeffrey Stedfast + + * providers/imap/camel-imap-folder.c (get_content): Return NULL if + construct_from_stream fails. + (get_message): Same. + (get_message_simple): Here too. + (add_message_from_data): And here. + 2001-11-14 * camel-vee-folder.c (folder_changed_remove_uid): Use the uid @@ -10,12 +26,12 @@ order, always summary_lock before ref_lock. (camel_folder_summary_array): " (camel_folder_summary_uid): " - (camel_folder_summary_remove_uid): " Fixes a deadlock. + (camel_folder_summary_remove_uid): " Fixes a deadlock. 2001-11-30 Not Zed - * providers/nntp/camel-nntp-*.c: - Completely new implementation of NNTP. + * providers/nntp/camel-nntp-*.c: Completely new implementation of + NNTP. Doesn't support subscriptions yet (lists all folders), but should be more reliable (faster?), and has an integrated cache. @@ -46,9 +62,10 @@ the uid doesn't have a ',' in it, fail to crash. * providers/nntp/camel-nntp-newsrc.c - (camel_nntp_newsrc_article_is_read): check group != NULL before scanning. + (camel_nntp_newsrc_article_is_read): check group != NULL before + scanning. (camel_nntp_newsrc_get_highest_article_read): " - (camel_nntp_newsrc_get_num_articles_read): " + (camel_nntp_newsrc_get_num_articles_read): " (camel_nntp_newsrc_mark_range_read): " * providers/nntp/camel-nntp-store.c -- cgit v1.2.3