summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-12
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1999-02-02 01:04:41 +0000
committerOwen Taylor <otaylor@src.gnome.org>1999-02-02 01:04:41 +0000
commitf26256fe182bc1249d3058d9f18402d0ac26974c (patch)
tree26faa76d2be8bb0d03443183ad59d83a85f435da /ChangeLog.pre-2-12
parent87d3468f200c90d059b41e869eac27f3c1ef4a17 (diff)
Release the main_loop lock around calls to prepare() and check() so that
Mon Feb 1 19:04:28 1999 Owen Taylor <otaylor@redhat.com> * gmain.c (g_main_iterate): Release the main_loop lock around calls to prepare() and check() so that we are not holding the main loop lock over user code.
Diffstat (limited to 'ChangeLog.pre-2-12')
-rw-r--r--ChangeLog.pre-2-129
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index 0b6fe9207..5bb284c62 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,6 +1,13 @@
+Mon Feb 1 19:04:28 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gmain.c (g_main_iterate): Release the main_loop
+ lock around calls to prepare() and check() so
+ that we are not holding the main loop lock
+ over user code.
+
1999-01-30 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
- * configure.in: Moved the check for MT save function variants
+ * configure.in: Moved the check for MT safe function variants
after the determination of the MT cflags and use them there.
1999-01-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de>