2014-04-13 Murray Cumming 3.12.0 2014-04-13 Murray Cumming configure.ac: Add a check that NEWS is updated. 2014-04-12 Juan R. GarcĂ­a Blanco Add Gtk::HeaderBar demo Add a Gtk::HeaderBar demo that mimics gtk3-demo's one. 2014-04-09 Murray Cumming demo: Add the FlowBox demo part. * demos/Makefile.am: * demos/gtk-demo/demos.h: * demos/gtk-demo/example_flowbox.cc: This is based on the example/demo code in bug #723801 from Juan R. Garcia Blanco. 2014-04-08 Murray Cumming Application: Add set_accels_for_action(), deprecating add_accelerator(). * gtk/src/application.[hg|ccg]: Deprecate add_accelerator() and remove_accelerator() because they have been deprecated in the latest unstable GTK+ code: See https://bugzilla.gnome.org/show_bug.cgi?id=708905#c8 Add set_accels_for_action(), set_accel_for_action() and unset_accels_for_action() to replace them, using the new gtk_application_set_accels_for_action() function. 2014-04-07 Kjell Ahlstedt Gtk::Button: Add set_image_from_icon_name() with a use_fallback argument * gtk/src/button.[hg|ccg]: Add set_image_from_icon_name(icon_name, size, use_fallback). Bug #723124.