]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Use templates for glib-mkenums calls instead of complicated commandlines
[~andy/gtk] / ChangeLog
index dabcc8e15e7e3ed61712c2f71285001fed2ea603..429218c3f5f5d7637a095473200f9e81ee691137 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2007-11-26  Matthias Clasen  <mclasen@redhat.com>
+
+       Use templates for glib-mkenums calls instead of 
+       complicated commandlines in Makefiles.  (#429910)
+
+       * gdk-pixbuf/Makefile.am:
+       * gdk/Makefile.am: 
+       * gtk/Makefile.am: 
+       * perf/Makefile.am: Use templates for glib-mkenums
+
+       * gdk-pixbuf/gdk-pixbuf-enum-types.[ch].template:
+       * gdk/gdkenumtypes.[ch].template: 
+       * gtk/gtktypebuiltings.[ch].template: 
+       * perf/typebuiltins.[ch].template: The templates
+
+2007-11-26  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkfilechooserbutton.c:
+       * gtk/gtktoolbar.c: Don't use guint8 for bitfields, since
+       some compilers choke on that.  (#467722)
+
 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkaboutdialog.c (gtk_about_dialog_set_website): Add a note