summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1998-12-15 07:32:11 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-12-15 07:32:11 +0000
commita0c84d6818f278d273b43c651c345f2110bc7f37 (patch)
treecb07d50ab001a4538983c1d0421bcd69d9618cbf /ChangeLog.pre-2-10
parent58475f05a54f7a165fe92adf8358f59cf0223c08 (diff)
downloadgtk+-a0c84d6818f278d273b43c651c345f2110bc7f37.tar.gz
Commented out testthreads from the build process, since we won't have any
Tue Dec 15 01:38:53 1998 Owen Taylor <otaylor@redhat.com> * gtk/Makefile.am: Commented out testthreads from the build process, since we won't have any idea how to create a thread. * configure.in (LIBS): use glib-config ... gthread so we always build a thread-compatible library. * gtk/gtkaccellabel.c gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkcombo.c gtk/gtkcontainer.c gtk/gtkentry.c gtk/gtklist.c gtk/gtkmenuitem.c gtk/gtknotebook.c gtk/gtkrange.c gtk/gtkselection.c gtk/gtkspinbutton.c gtk/gtktext.c gtk/gtktooltips.c gtk/gtkwidget.c: Add GTK_THREADS_ENTER/LEAVE pairs around timeouts and idles to account for the fact that they are no longer called within the GTK+ lock. * gtk/gtkprivate.h: Added definitions for locking the main GTK+ mutex. * gtk/gtkmain.c: Re-implement the main loop in terms of the GLib main loop. * gdk/gdk.h gdk/gdkthreads.c gdk/Makefile.am: Removed threading functionality, as it seems better to subsume GDK within the GTK+ lock than vice-versa. * gdk/gdkevents.c: New file, containing event handling bits from gdk.c. * gdk/gdkevents.c: Implement event source for GDK events. * configure.in gdk/gdkevents.c: Removed attempts to subtract base_id, which were already non-functional.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-1040
1 files changed, 40 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index d101dbb00a..992a64f6b3 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,41 @@
+Tue Dec 15 01:38:53 1998 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/Makefile.am: Commented out testthreads from
+ the build process, since we won't have any idea
+ how to create a thread.
+
+ * configure.in (LIBS): use glib-config ... gthread
+ so we always build a thread-compatible library.
+
+ * gtk/gtkaccellabel.c gtk/gtkclist.c gtk/gtkcolorsel.c
+ gtk/gtkcombo.c gtk/gtkcontainer.c gtk/gtkentry.c
+ gtk/gtklist.c gtk/gtkmenuitem.c gtk/gtknotebook.c
+ gtk/gtkrange.c gtk/gtkselection.c gtk/gtkspinbutton.c
+ gtk/gtktext.c gtk/gtktooltips.c gtk/gtkwidget.c:
+
+ Add GTK_THREADS_ENTER/LEAVE pairs around timeouts
+ and idles to account for the fact that they are no
+ longer called within the GTK+ lock.
+
+ * gtk/gtkprivate.h: Added definitions for locking
+ the main GTK+ mutex.
+
+ * gtk/gtkmain.c: Re-implement the main loop
+ in terms of the GLib main loop.
+
+ * gdk/gdk.h gdk/gdkthreads.c gdk/Makefile.am: Removed threading
+ functionality, as it seems better to subsume GDK within the
+ GTK+ lock than vice-versa.
+
+ * gdk/gdkevents.c: New file, containing event handling bits
+ from gdk.c.
+
+ * gdk/gdkevents.c: Implement event source for GDK
+ events.
+
+ * configure.in gdk/gdkevents.c: Removed attempts to
+ subtract base_id, which were already non-functional.
+
Mon Dec 14 23:05:20 PST 1998 Manish Singh <yosh@gimp.org>
* acconfig.h
@@ -871,6 +909,8 @@ Tue Nov 24 11:31:06 1998 Owen Taylor <otaylor@redhat.com>
* testgtk.c: Modified layout test to test scrolling over
long distances.
+ * gtk/gtkplug.c: Added a few blank lines.
+
Tue Nov 24 11:11:05 1998 Owen Taylor <otaylor@redhat.com>
* gtk/gtklayout.[ch]: Fixed up copyright message.