]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
- GtkTooltips, update to current API - change all 'gpointer *data' to
[~andy/gtk] / ChangeLog
index d46f44ba276331a485ffb6cdfc4837ec55fa350f..9c5e2c6ebcfd4377a5132bcf9a8b296c1ed220a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,51 @@
+Sun May 24 12:11:38 BST 1998  Tony Gale  <gale@gtk.org>
+
+        * docs/gtk_tut.sgml:
+           - GtkTooltips, update to current API
+           - change all 'gpointer *data' to 'gpointer data'
+           - other minor changes
+
+Sat May 23 21:54:05 1998  Owen Taylor  <otaylor@gtk.org>
+
+       * configure.in (LDFLAGS): Bombo out with a moderately
+         helpful message if detection of X libraries fails.
+
+Sat May 23 18:57:06 1998  Owen Taylor  <otaylor@gtk.org>
+
+  [ Combination of:
+     gtk-rrh-980412-0.patch (Raja R Harinath <harinath@cs.umn.edu>)
+     gtk-jbuhler-980516-0 (Jeremy Buhler <jbuhler@cs.washington.edu>) ]
+
+       * gdk/gdk.h gdk/gdkcc.c gdk/gdkfont.c gtk/gtkmain.c
+         gtk/gtksignal.c gtk/gtktext.c: 
+
+         Fixups for warnings from adding const to type of GHashFunc,
+         GCompareFunc
+       
+       * gtk/gtkcombo.c (gtk_combo_entry_key_press): Minor style/
+         ansi-warnings fixups.
+
+Sat May 23 17:48:58 1998  Owen Taylor  <otaylor@gtk.org>
+
+       * gtk/gtkeventbox.c (gtk_event_box_size_allocate): 
+        Locate child at (border_width,border_width), not
+       (2*border_width,2*border_width). [ The border is _outside_
+       widget->window ]
+       
+       * gdk/gdk.[ch]: added gdk_screen_width_mm/gdk_screen_height_mm
+         functions. [From: Alexander Larsson <alla@lysator.liu.se> ]
+
+1998-05-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
+
+       * gtk/gtkfeatures.h.in: Define GTK_HAVE_RC_SET_IMAGE_LOADER, to be
+       used in gnome-libs
+
+1998-05-22    <sopwith@redhat.com>
+
+       * gtk/gtkeventbox.c: Pass size_allocate on to the child
+       regardless of whether it is visible or not. Also
+        locate child at (border_width,border_width), not (0,0)
+
 Fri May 22 03:02:40 1998  Owen Taylor  <otaylor@gtk.org>
 
        * gtk/gtkhandlebox.c: Added style_set handler.