summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2002-02-13 22:37:26 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-02-13 22:37:26 +0000
commitad24759fc104d4c3b155c70394179708dd85d8a1 (patch)
tree7fbbb5702fee295ede20769b102462c7829fe2b1 /ChangeLog.pre-2-0
parent241b6981e376da1ff5f9c4e70a9f751b72f7145f (diff)
downloadglib-ad24759fc104d4c3b155c70394179708dd85d8a1.tar.gz
never dispatch sources of mixed priority, because while iterating over the
2002-02-13 Havoc Pennington <hp@redhat.com> * glib/gmain.c (g_main_context_check): never dispatch sources of mixed priority, because while iterating over the dispatch array a new source with more priority may be added, while a source with less priority remains in the dispatch array
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r--ChangeLog.pre-2-07
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index e14bd41a7..34deec9ef 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,10 @@
+2002-02-13 Havoc Pennington <hp@redhat.com>
+
+ * glib/gmain.c (g_main_context_check): never dispatch sources of
+ mixed priority, because while iterating over the dispatch array a
+ new source with more priority may be added, while a source with
+ less priority remains in the dispatch array
+
2002-02-11 Darin Adler <darin@bentspoon.com>
* glib/gmessages.h: Use "if (expr) { } else" as I meant to in the