summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-12
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>2001-04-02 16:34:08 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2001-04-02 16:34:08 +0000
commit7b06f826c942bf691b1fe6e52546ebcee3eecb5a (patch)
treea437c7c9cca4fb4c8dad9af014de3b8fc566ee8d /ChangeLog.pre-2-12
parent743f49cec9f4696c9eba32966d6ac78cd96c586d (diff)
downloadglib-7b06f826c942bf691b1fe6e52546ebcee3eecb5a.tar.gz
Use the new GRealThread member "context" instead of a GStaticPrivate to
2001-04-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gmain.c: Use the new GRealThread member "context" instead of a GStaticPrivate to store the thread specific main loop context. * gthread.c: Added "context" member to GRealThread and updated g_thread_create, g_thread_self and g_thread_cleanup accordingly. * gthread.c, gthread.h: Removed the functions g_static_private_(get|set)_for_thread and adapted g_static_private_(get|set) and g_static_private_free accordingly.
Diffstat (limited to 'ChangeLog.pre-2-12')
-rw-r--r--ChangeLog.pre-2-1212
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index 7d132c38c..bd293a48b 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,3 +1,15 @@
+2001-04-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+
+ * gmain.c: Use the new GRealThread member "context" instead of a
+ GStaticPrivate to store the thread specific main loop context.
+
+ * gthread.c: Added "context" member to GRealThread and updated
+ g_thread_create, g_thread_self and g_thread_cleanup accordingly.
+
+ * gthread.c, gthread.h: Removed the functions
+ g_static_private_(get|set)_for_thread and adapted
+ g_static_private_(get|set) and g_static_private_free accordingly.
+
2001-03-30 Sven Neumann <sven@gimp.org>
* ghash.[ch]