From 41802db26312f2d70ff5624e331e45277ce8a8ec Mon Sep 17 00:00:00 2001 From: 6 Date: Tue, 16 Oct 2001 17:34:59 +0000 Subject: New function to return the id of the currently executing proxied event. 2001-10-16 * mail-mt.c (mail_proxy_event_id): New function to return the id of the currently executing proxied event. * folder-browser.h: Added private field. * folder-browser.c (folder_changed): Keep track of tasks outstanding in the tasks list, locked access. (FOLDER_BROWSER_LOCK, UNLOCK): Macros to lock the folder browser for poking about in diff threads. (folder_browser_finalise): Wait for any outstanding takss to finish before cleaning ourself up. (folder_browser_destroy): Move the seen_id handling to finalise, also add a loading_id handling code. (main_folder_changed): Remove our running task when done. svn path=/trunk/; revision=13695 --- mail/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 0700991a68..b2422fe53b 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,20 @@ +2001-10-16 + + * mail-mt.c (mail_proxy_event_id): New function to return the id + of the currently executing proxied event. + + * folder-browser.h: Added private field. + + * folder-browser.c (folder_changed): Keep track of tasks + outstanding in the tasks list, locked access. + (FOLDER_BROWSER_LOCK, UNLOCK): Macros to lock the folder browser + for poking about in diff threads. + (folder_browser_finalise): Wait for any outstanding takss to + finish before cleaning ourself up. + (folder_browser_destroy): Move the seen_id handling to finalise, + also add a loading_id handling code. + (main_folder_changed): Remove our running task when done. + 2001-10-15 Larry Ewing * mail-display.c (mail_error_write): don't write strings longer -- cgit v1.2.3