diff options
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index ee3b9a6db1..e91b2581ab 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,19 @@ +2003-12-02 Michael Meeks <michael@ximian.com> + + Based on a patch by Martin Kretzschmar; #122448 + + * gdk/gdk.h: new gdk_threads_lock, gdk_threads_unlock, point to + implementation of GDK_THREADS_ENTER / GDK_THREADS_LEAVE. + (GDK_THREADS_ENTER, GDK_THREADS_LEAVE): use gdk_threads_[un]lock + function pointers. Deprecate the global gdk_threads_mutex variable. + + * gdk/gdk.c (gdk_threads_impl_lock, gdk_threads_impl_unlock): new, + extracted from GTK_THREADS_ENTER/LEAVE macros. + (gdk_threads_init): init gtk_threads_[un]lock if not set. + (gdk_threads_set_lock_functions): impl. + + * gdk/gdkglobals.c: add definitions of gdk_threads_[un]lock. + Sun Dec 7 23:45:40 2003 Matthias Clasen <maclas@gmx.de> * gtk/gtkicontheme.c (gtk_icon_theme_has_icon): Don't crash if @@ -544,7 +560,7 @@ Wed Nov 12 21:40:10 2003 Matthias Clasen <maclas@gmx.de> Wed Nov 12 21:00:10 2003 Matthias Clasen <maclas@gmx.de> * gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the - label for the empty list. String change. (#95446, Tomas Ögren) + label for the empty list. String change. (#95446, Tomas Ãgren) Wed Nov 12 20:57:50 2003 Matthias Clasen <maclas@gmx.de> @@ -4449,7 +4465,7 @@ Fri Jun 6 11:07:33 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkwidget.c (event_window_still_viewable): Before delivering an event to a widget, check that (if relevant), the event's window is still viewable. - (#105642, Dennis Björklund) + (#105642, Dennis Björklund) * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): NULL out private->parent, since after destruction @@ -4598,7 +4614,7 @@ Thu Jun 5 16:52:54 2003 Owen Taylor <otaylor@redhat.com> Thu Jun 5 17:20:40 2003 Owen Taylor <otaylor@redhat.com> - #107883, Gustavo Giráldez + #107883, Gustavo Giráldez * gtk/gtktextlayout.c (gtk_text_layout_emit_changed): Split out the case where we know we changed, and @@ -5930,7 +5946,7 @@ Mon Jan 27 22:43:11 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtktreestore.c (gtk_tree_store_sort_helper): don't just bail out if the level only has one item, recurse over the child if there - is one. (Fixes #100458, reported by Gaël Le Mignot). + is one. (Fixes #100458, reported by Gaël Le Mignot). Mon Jan 27 22:41:26 2003 Kristian Rietveld <kris@gtk.org> |