aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2001-01-29 17:03:04 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-01-29 17:03:04 +0800
commitd057619fd675a74c5ddcd986737e17d79e3610d7 (patch)
tree3b3d25c775a4afa664b94a0f6770f53fc59e4499 /e-util/ChangeLog
parent6fd48a6f476245f52b0653cb1b9f0f298798c07a (diff)
downloadgsoc2013-evolution-d057619fd675a74c5ddcd986737e17d79e3610d7.tar
gsoc2013-evolution-d057619fd675a74c5ddcd986737e17d79e3610d7.tar.gz
gsoc2013-evolution-d057619fd675a74c5ddcd986737e17d79e3610d7.tar.bz2
gsoc2013-evolution-d057619fd675a74c5ddcd986737e17d79e3610d7.tar.lz
gsoc2013-evolution-d057619fd675a74c5ddcd986737e17d79e3610d7.tar.xz
gsoc2013-evolution-d057619fd675a74c5ddcd986737e17d79e3610d7.tar.zst
gsoc2013-evolution-d057619fd675a74c5ddcd986737e17d79e3610d7.zip
If we have waiting threads, then dont start a new one for the NEW case.
2001-01-29 Not Zed <NotZed@Ximian.com> * e-msgport.c (e_thread_put): If we have waiting threads, then dont start a new one for the NEW case. (thread_dispatch): For the NEW case, dont exit, just keep running, waiting for a new message to come along. (e_thread_destroy): When cleaning up NEW threads, cancel any non-busy threads. svn path=/trunk/; revision=7883
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 96cd3815bb..c2ffa92702 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,12 @@
+2001-01-29 Not Zed <NotZed@Ximian.com>
+
+ * e-msgport.c (e_thread_put): If we have waiting threads, then
+ dont start a new one for the NEW case.
+ (thread_dispatch): For the NEW case, dont exit, just keep running,
+ waiting for a new message to come along.
+ (e_thread_destroy): When cleaning up NEW threads, cancel any
+ non-busy threads.
+
2001-01-24 Not Zed <NotZed@Ximian.com>
* e-sexp.h (ESExp): Add chunk allocators.