2016-03-18 Murray Cumming 3.19.12 2016-03-11 Kjell Ahlstedt Gtk: Add properties and a method * gtk/src/colorbutton.hg: Add property_show_editor() * gtk/src/settings.hg: Add property_gtk_keynav_use_caret(). * gtk/src/textview.hg: Add reset_cursor_blink(). 2016-03-11 Kjell Ahlstedt Gtk: Deprecate properties which are deprecated in gtk+ * gtk/src/cellrenderertoggle.hg: Deprecate property_indicator_size(). * gtk/src/container.hg: Deprecate property_resize_mode(). * gtk/src/entry.hg: Deprecate property_shadow_type(). * gtk/src/expander.hg: Deprecate property_spacing(). * gtk/src/stylecontext.hg: Deprecate property_direction(). 2016-03-11 Kjell Ahlstedt Gtk::PlacesSidebar: Add new signals and property * gtk/src/placessidebar.[ccg|hg]: Deprecate property_show_other_locations(). Add property_show_other_locations_with_flags(), signal_mount() and signal_unmount(). 2016-03-11 Kjell Ahlstedt Regenerate gtk_docs.xml 2016-03-11 Kjell Ahlstedt Regenerate gtk_signals.defs.patch and gtk_signals.defs with deprecation information in gtk_signals.defs. 2016-03-10 Kjell Ahlstedt Fix "make check" after sigc::mem_fun(pointer,func) was deprecated 2016-03-10 Kjell Ahlstedt gdk_generate_extra_defs.sh: Avoid translation of documentation Don't let tools/extra_defs_gen/generate_defs_gdk put translated documentation into the gdk_signals.defs file. 2016-03-10 Chun-wei Fan MSVC builds: Update for shortcuts widgets We are now adding the shortcuts widgets to GTKMM, so make sure they and the corresponding demo program are built. 2016-03-10 Chun-wei Fan MSVC builds: Look for headers in include/gio-win32-2.0 as well At some point gio.h is going to include headers from there, so make sure that we do look for headers there. 2016-03-08 Murray Cumming CellRendererProgress:_property_renderable(): Avoid infinite loop. Found by clang++.