summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-12
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-06-02 02:36:30 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-06-02 02:36:30 +0000
commitbef319723baaeb219d94b37727de7e499cb71fdf (patch)
tree2172c82b3608aeb218b756ff2eb392fd109d0335 /ChangeLog.pre-2-12
parent14538bb8d6d4e8af33151fb4d84dc893fa850577 (diff)
Add two new functions, g_source_set_funcs and g_source_is_destroyed, that
2006-06-01 Matthias Clasen <mclasen@redhat.com> * glib/glib.symbols: * glib/gmain.h: * glib/gmain.c: Add two new functions, g_source_set_funcs and g_source_is_destroyed, that will be necessary to solve thread-safety issues with idles in GTK+. (#321886, Chris Wilson)
Diffstat (limited to 'ChangeLog.pre-2-12')
-rw-r--r--ChangeLog.pre-2-129
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index 95a25090e..1580606fc 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,5 +1,14 @@
2006-06-01 Matthias Clasen <mclasen@redhat.com>
+ * glib/glib.symbols:
+ * glib/gmain.h:
+ * glib/gmain.c: Add two new functions,
+ g_source_set_funcs and g_source_is_destroyed,
+ that will be necessary to solve thread-safety
+ issues with idles in GTK+. (#321886, Chris Wilson)
+
+2006-06-01 Matthias Clasen <mclasen@redhat.com>
+
* glib/giochannel.c (g_io_channel_write_chars): Avoid
running in an assertion with small writes. (#343566, Chris
Wilson)