]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Use templates for glib-mkenums calls instead of complicated commandlines
[~andy/gtk] / ChangeLog
index a5bd320f2cdde2ddd94ae6340139dc3043f646da..429218c3f5f5d7637a095473200f9e81ee691137 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,124 @@
+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
+       about hook setup.  (#425004, Emmanuele Bassi)
+
+2007-11-26  Tor Lillqvist  <tml@novell.com>
+
+       * gdk/win32/gdkwindow-win32.c (gdk_window_fullscreen): Use the
+       monitor the window currently is on, not always the primary
+       monitor. (#463865, Tim Evans)
+
+2007-11-26  Tor Lillqvist  <tml@novell.com>
+
+       * gdk/win32/gdktestutils-win32.c: New file, dummy implementations.
+
+       * gdk/win32/Makefile.am: Add it.
+
+2007-11-26  Tor Lillqvist  <tml@novell.com>
+
+       * configure.in: Don't add jasper to all_loaders if no libjasper.
+
+2007-11-25  Bastien Nocera  <hadess@hadess.net>
+
+       * configure.in: Add detection for libjasper, used by the
+       gdk-pixbuf JPEG2000 loader
+
+2007-11-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Require gtk-doc 1.8
+
+       * */*.c: Use gtk-doc abbreviations for examples in docs.
+
+2007-11-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_set_show_expanders): Fix a
+       typo.  (#498922)
+
+2007-11-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkdialog.c: Move signal and property documentation inline,
+       fix a problem with the ::response signal docs.  (#499133, Josselin
+       Mouette)
+
+2007-11-22 15:48:26  Tim Janik  <timj@imendio.com>
+
+        * Makefile.decl: initialize automake variables EXTRA_DIST and
+       TEST_PROGS for unconditional appending via += in other makefiles.
+       define recursive test targets: test, test-report, perf-report,
+       full-report, as described here:
+      http://mail.gnome.org/archives/gtk-devel-list/2007-November/msg00000.html
+       the test targets will execute Gtk+ test programs within an Xvfb session.
+
+        * gtk/gtktestutils.c: call g_test_init() from gtk_test_init().
+
+        * gtk/tests/testing.c: use g_test_add_func() to register tests and use
+       g_test_run() to run the tests to integrate with the testing framework.
+
+        * gtk/tests/Makefile.am: removed exemplary testing rules.
+
+        * Makefile.am, gtk/tests/Makefile.am, gtk/Makefile.am:
+        * gtk/xdgmime/Makefile.am, gtk/theme-bits/Makefile.am:
+        * tests/Makefile.am, docs/reference/gdk-pixbuf/Makefile.am:
+        * docs/reference/gdk/Makefile.am, docs/reference/gtk/Makefile.am:
+        * docs/reference/Makefile.am, docs/tools/Makefile.am:
+        * docs/tutorial/Makefile.am, docs/faq/Makefile.am, docs/Makefile.am:
+        * gdk-pixbuf/pixops/Makefile.am, gdk-pixbuf/Makefile.am:
+        * demos/gtk-demo/Makefile.am, demos/Makefile.am:
+        * modules/input/Makefile.am, modules/printbackends/file/Makefile.am:
+        * modules/printbackends/test/Makefile.am, modules/printbackends/Makefile.am:
+        * modules/printbackends/cups/Makefile.am, modules/printbackends/lpr/Makefile.am:
+        * modules/engines/ms-windows/Theme/gtk-2.0/Makefile.am:
+        * modules/engines/ms-windows/Theme/Makefile.am:
+        * modules/engines/ms-windows/Makefile.am:
+        * modules/engines/Makefile.am,  modules/engines/pixbuf/Makefile.am:
+        * modules/Makefile.am, m4macros/Makefile.am, perf/Makefile.am:
+        * contrib/Makefile.am, contrib/gdk-pixbuf-xlib/Makefile.am:
+        * gdk/directfb/Makefile.am, gdk/linux-fb/Makefile.am:
+        * gdk/quartz/Makefile.am, gdk/win32/rc/Makefile.am:
+        * gdk/win32/Makefile.am, gdk/x11/Makefile.am, gdk/Makefile.am:
+       include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments.
+
+2007-11-22  Matthias Clasen  <mclasen@redhat.com>
+
+       * modules/printbackends/cups/gtkcupsutils.c: Fix a casting problem.
+       (#485662, patch by Herbert Valerio Riedel)
+
+2007-11-22  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktextiter.c: Fix an aliasing problem.  (#347585, Ed Catmur)
+
+2007-11-21  Richard Hult  <richard@imendio.com>
+
+       * gdk/quartz/Makefile.am: * gdk/quartz/gdktestutils-quartz.c: Add
+       stubs for the testing functions to fix the build.
+
+2007-11-21  Behdad Esfahbod  <behdad@gnome.org>
+
+       * tests/testrichtext.c (setup_buffer): Fix C89 compilation issue.
+       (#467711, The Written Word)
+
 2007-11-21  Ross Burton  <ross@openedhand.com>
 
        * gdk/x11/gdksettings.c: