From 85b2913a380c69f14ae0254ad23b10fabfb33667 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 24 Oct 2008 23:52:05 +0000 Subject: Merge revisions 36534:36684 from trunk. svn path=/branches/kill-bonobo/; revision=36685 --- mail/ChangeLog | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index d8d68f1a4a..a5a277b527 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,59 @@ +2008-10-22 Matthew Barnes + + * mail-send-recv.c: + * mail-send-recv.h: + Just some minor code polishing. + +2008-10-21 Sankar P + + * em-folder-view.c (emfv_spin): + Re-factor spinner usage + +2008-10-20 Patrick Ohly + + * mail-component.h: Fixed a build break. + +2008-10-19 Milan Crha + + ** Fix for bug #438155 + + * message-list.h: (struct _MessageList): + * message-list.c: (message_list_init), (message_list_finalise), + (regen_list_done), (regen_list_free), (ml_regen_timeout), + (mail_regen_cancel): Guard access to the 'regen' list with a lock. + +2008-10-17 Srinivasa Ragavan + + ** Fix for bug #555276 + + * mail/mail-vfolder.c: Don't load a vfolder as a sub folder. + +2008-10-17 Milan Crha + + ** Fix for bug #364542 + + * em-utils.c: (struct TryOpenEBookStruct), (try_open_e_book_cb), + (try_open_e_book), (em_utils_in_addressbook), (em_utils_contact_photo): + Stop when camel operation has been canceled. Also check for + cancellation when opening EBook, thus the UI (preview) will + not freeze with slow address books. + +2008-10-07 Bharath Acharya + + ** Fix for bug #555203 + + * mail-session.c: (get_password): Use the url value in cases where the + account goes NULL. Fixes the issue of Exchange not sending mails, + because it does not have a valid transport url to use. + +2008-10-05 Sankar P + + ** Fix for bug #554349 + + * mail/em-folder-browser.c: + Expand threads and select messages, + if user has given select-all. + 2008-10-01 Milan Crha ** Part of fix for bug #554418 -- cgit