]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
changes for 1.0.0 release.
[~andy/gtk] / ChangeLog.pre-2-10
index 1190822ff0d53571c77bbe2839b89bbb905901f5..d01c5eb71ef88dd5d6f139a6b1c7a4050a2807ad 100644 (file)
@@ -1,3 +1,64 @@
+Thu Apr  9 19:31:51 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * AUTHORS NEWS README configure.in gtk+.spec glib/configure.in:
+         changes for 1.0.0 release.
+
+Thu Apr  9 18:36:31 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk/gtkmisc.c gdk/gdkwindow gtk/gtkentry.c gtk/testgtk.c:
+       Picky --enable-ansi cleanups.
+
+       * gtk/gtkstatusbar.c (gtk_statusbar_pop): Pop top message
+       off _belonging_to_this_context_. (gtk-d4bjorn-980409-0)
+
+       From "Damon Chaplin" <DAChaplin@email.msn.com>
+       
+       * gtk/gtktable.c (gtk_table_size_request_pass3): Small fix to size
+       requisition code.
+
+       * gtk/gtknotebook.c: Make sure not to do things to page->tab_label
+       if it doesn't exist.
+
+Thu Apr  9 14:24:35 1998  Owen Taylor  <owt1@cornell.edu>
+
+       (Found by Mattias.Gronlund" <Mattias.Gronlund@sa.erisoft.se>)
+       
+       * gtk/gtkcurve.c (gtk_curve_interpolate): Added a
+       missing g_free.
+
+       * gtk/gtkcurve.c (gtk_curve_graph_events): Limits
+       were off by one, resulting in writing past array
+       bounds. Removed some unused code.
+
+       * gdk/gdk.c (gdk_dnd_drag_begin): The event structure
+       used for gdk_event_put should be a GdkEvent, not a 
+       subtype, since it will all be copied.
+
+       * gtk/gtkcolorsel.c: Added a unrealize handler that
+       unref's the GC's that were created.
+
+       * gtk/testgtk.c (clist_warning_test): ref and sink
+       child because it may never be added to anything.
+
+Wed Apr  8 20:50:02 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk/gtkwindow.c (gtk_window_set_hints): Removed unsed
+       variables (gtk-jbuhler-980408-0)
+
+Wed Apr  8 17:27:40 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk/gtkwidget.c (gtk_widget_unparent): Make sure
+       widgets get removed from the resize queue before the
+       connection between them and the resize queue is broken
+       by unparenting their parent.
+
+1998-04-08  Miguel de Icaza  <miguel@nuclecu.unam.mx>
+
+       * gdk/gdk.c (gdk_event_translate): During drag and drop, set the
+       event mask at ButtonPress time to include ButtonPressMask and
+       ButtonReleaseMask, otherwise, if the button is released, and we
+       get a LeaveNotify event, it still thinks we are doing a drag.
+
 Tue Apr  7 22:45:37 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
 
        * Released GTK+ 0.99.10