diff options
author | Not Zed <NotZed@Ximian.com> | 2002-05-06 19:46:36 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-05-06 19:46:36 +0800 |
commit | 95f58c95b6915c7003a52a652fa6aff2bb86b613 (patch) | |
tree | 7b45a7441f1abfe2da6879ce29840d7702f69dc3 /e-util/ChangeLog | |
parent | 7719a8ad66b24d15a511e1b6c648dda4e36a6973 (diff) | |
download | gsoc2013-evolution-95f58c95b6915c7003a52a652fa6aff2bb86b613.tar.gz gsoc2013-evolution-95f58c95b6915c7003a52a652fa6aff2bb86b613.tar.zst gsoc2013-evolution-95f58c95b6915c7003a52a652fa6aff2bb86b613.zip |
Destroy our mutex too. (e_thread_new): Add thread to a new list of all
2002-05-06 Not Zed <NotZed@Ximian.com>
* e-msgport.c (e_thread_destroy): Destroy our mutex too.
(e_thread_new): Add thread to a new list of all threads.
(e_thread_destroy): Remove thread from list of all threads.
(e_thread_busy): New function, returh true if we're busy somewhere
processing work.
svn path=/trunk/; revision=16683
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 4b76ec6458..e6c3ddb2b8 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,11 @@ +2002-05-06 Not Zed <NotZed@Ximian.com> + + * e-msgport.c (e_thread_destroy): Destroy our mutex too. + (e_thread_new): Add thread to a new list of all threads. + (e_thread_destroy): Remove thread from list of all threads. + (e_thread_busy): New function, returh true if we're busy somewhere + processing work. + 2002-04-19 Jeffrey Stedfast <fejj@ximian.com> * e-passwords.c (e_passwords_get_password): Don't leak the base64 |