]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-0
Change DocBook layout slightly
[~andy/gtk] / ChangeLog.pre-2-0
index 192b196dea0340e594552472ce462621d5b13128..7315ef6dffa0c6dd9a6576d9acaf19b70418643c 100644 (file)
@@ -1,3 +1,65 @@
+Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
+
+       * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
+
+Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
+
+       * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
+
+Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
+
+       * docs/faq/gtk-faq.sgml: Start of Section 6.
+
+Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
+
+        * configure.in: Put 1.3.1 in warning message, not 1.3.0.
+       
+        (Fixes problem with drawing childless frames. Pointed out
+       by and a first patch from Anders)
+       
+       * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
+       compute a child_allocation, even if we don't have a child.
+
+       * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
+       Always chain to the parent's impl, even if we don't have a child.
+
+Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdkrgb.c: If possible, create only a single shm segment and
+       use multiple parts of it instead of creating a bunch of separate
+       segments, since the maximum number of segments per system is not
+       large. (This might be worth backporting to GTK+-1.2.x if we make a
+       new release )
+
+       * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
+       structure in preparation for per-colormap GdkRGB.
+
+       * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
+       to False when we get EINVAL from shmget so that the caller of
+       gdk_image_new can retry with a smaller segment size.
+
+Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
+
+       * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
+
+Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
+
+       * configure.in: make the current version number 1.3.1 (binary age 0,
+       interface age 0).
+       
+       * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
+       gtkcompat.h is all we want.
+
+       * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
+       GLib primitive types. fixed g_type_register_fundamental() argument
+       ordering.
+
+       * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
+       compiles.
+
+       * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
+       object code cleanup, comment trigraph fixes, etc...
+
 2000-06-23  Havoc Pennington  <hp@redhat.com>
 
        * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark