2015-07-22  Murray Cumming  <murrayc@murrayc.com>

	3.17.50

2015-07-20  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::PlacesSidebar: Deprecate and add to bring in synch with gtk+

	* gtk/src/placessidebar.hg:
	Deprecate set/get/signal/property_show_connect_to_server().
	Add set/get/property_show_recent(), set/get/property_show_trash(),
	set/get/signal/property_show_other_locations(), property_populate_all().

2015-07-20  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Regenerate gtk_docs.xml, gtk_*.defs, gtk_signals.defs.patch

2015-07-20  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	gtk_generate_extra_defs.sh: Fix for the patch command, version 2.7.5

	patch 2.7.5 refuses to patch if the command parameters contain directory
	names. Work around by cd-ing to gtk/src.

2015-07-18  Murray Cumming  <murrayc@murrayc.com>

	LevelBar: Document how to workaround the lack of Orientation base class.

	Bug #752568 (Tobias Hoffmann)

2015-07-17  Murray Cumming  <murrayc@murrayc.com>

	C++11: Replace (void*)0 with nullptr.

2015-07-17  Murray Cumming  <murrayc@murrayc.com>

	C++11: Use of the override keyword.

2015-07-16  Murray Cumming  <murrayc@murrayc.com>

	C++11: Use nullptr.

2015-07-16  Murray Cumming  <murrayc@murrayc.com>

	Add get_titlebar().

2015-07-16  Murray Cumming  <murrayc@murrayc.com>

	Window: Ignore the enable-debugging keybinding/action signal.

2015-07-16  Murray Cumming  <murrayc@murrayc.com>

	C++11: Use of auto.

2015-07-16  Murray Cumming  <murrayc@murrayc.com>

	C++11: More use of auto.

2015-07-16  Murray Cumming  <murrayc@murrayc.com>

	C++11: Some use of auto.

2015-07-16  Murray Cumming  <murrayc@murrayc.com>

	C++11: tests/demos: Some use of range-based for loops.

2015-07-16  Murray Cumming  <murrayc@murrayc.com>

	C++11: Some use of range-based for loops.

2015-07-16  Murray Cumming  <murrayc@murrayc.com>

	Demos: Fix the build when using -Wshadow.

2015-07-16  Murray Cumming  <murrayc@murrayc.com>

	Popover: Add get/set_default_widget().