]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
changes for 1.0.0 release.
[~andy/gtk] / ChangeLog.pre-2-10
index 6e3189715a02ad61f150e367b3f8a5f77812e6ab..d01c5eb71ef88dd5d6f139a6b1c7a4050a2807ad 100644 (file)
@@ -1,3 +1,112 @@
+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
+
+Wed Apr  8 01:33:58 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk/gtkviewport.c (gtk_viewport_realize): Handle border
+       width correctly on realize after allocate.
+
+Tue Apr  7 23:06:00 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * Changes for GTK+ 0.99.10
+       
+       * examples/find-examples.sh: Script to find all the
+       files we need to distribute from the examples directory.
+
+Tue Apr  7 19:14:03 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gdk/gdkpixmap.c: Added maximum field widths to prevent
+       possible '%s' scanf overflows. Replaced scanf("%c")
+       with getc(), Don't interpret /*/ as a full comment. Use
+       g_realloc/g_new.
+
+       * gtk/gtkwidget.h gtk/gtkprivate.h: Changed all flag
+       tests to check for ((GTK_WIDGET_FLAGS(widget) & FLAG) != 0)
+       instead of (GTK_WIDGET_FLAGS(widget) & FLAG)
+
+       * gtk/gtkfilesel.c: Use getwd() instead of getcwd() on  
+       SunOS, because getcwd() hangs up in a wait4().
+       (Found by David Monniaux <monniaux@clipper.ens.fr>)
+
+       - Check device/inode/mtime not just inode/mtime, when
+       caching scanned directories.
+       (From: scottk@ig.utexas.edu (Scott Kempf))
+       
+       * gdk/gdkpixmap.c: Check for 0 width/height when
+       creating pixmaps.
+
+       * gtk/*.c: Global substitution of recently introduced
+       "MAX (0," for allocations to "MAX (1,", since 
+       creating a backing pixmap with a zero width or height
+       fails.
+
+       * gdk/gdkwindow.c (gdk_window_new): Don't set all the
+       WM properties for child windows. Don't set the base
+       size, since the value we set will be taken as a minimum
+       size.
+
 Wed Apr  8 00:00:48 1998  Tim Janik  <timj@gtk.org>
 
        * gtk/gtklabel.c (gtk_label_expose): don't take '\n' into account for