summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@src.gnome.org>2004-02-19 09:14:09 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2004-02-19 09:14:09 +0000
commitca87afd2e129f87ab5dd9d73490153c05712ff4b (patch)
treeacfa55dadb4f60f9cc8ad9ecfefc5836237595b1 /ChangeLog.pre-2-4
parente906108048c4fbe7b1525a1ded119376447068cf (diff)
downloadglib-ca87afd2e129f87ab5dd9d73490153c05712ff4b.tar.gz
Forgot ChangeLog again......
Forgot ChangeLog again......
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-43
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index fba6a0971..2dece30ca 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -5,6 +5,9 @@ Wed Feb 18 23:57:42 2004 Matthias Clasen <maclas@gmx.de>
2004-02-18 Sebastian Wilhelmi <seppi@seppi.de>
+ * glib/gasyncqueue.c: Lazy creation of GCond. Only
+ signal GCond, if threads are waiting.
+
* glib/gmain.c (g_main_context_new): Set context->wake_up_pipe
only for G_THREADS_ENABLED.