2016-09-14  Murray Cumming  <murrayc@murrayc.com>

	3.21.6

2016-09-14  Murray Cumming  <murrayc@murrayc.com>

	ScrolledWindow: Added get/set_propagate_natural_height/width().

	And the properties.

2016-09-14  Murray Cumming  <murrayc@murrayc.com>

	Gdk::PixbufFormat: Added is_save_option_supported().

2016-09-14  Murray Cumming  <murrayc@murrayc.com>

	Gdk::Pixbuf: Add copy_options().

2016-09-14  Murray Cumming  <murrayc@murrayc.com>

	Pixbuf: Add set_option() and remove_option().

	gdk_pixbuf_set_option() was previously for use only in backend code,
	but now it is available to client code too:
	https://git.gnome.org/browse/gdk-pixbuf/commit/gdk-pixbuf/gdk-pixbuf-core.h?id=6b75ef95f5d26a2958b77c00a7f7cc22e74cb36c

2016-09-12  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::TreeNodeChildren: Deprecate the reverse iterator

	* gtk/src/treeiter.hg:
	* gtk/src/treemodel.hg: Deprecate Gtk::TreeNodeChildren::reverse_iterator.
	It has never worked and it's difficult to fix. Even if fixed, it would
	probably be used very seldom. Bug #554889

2016-09-10  Murray Cumming  <murrayc@murrayc.com>

	Regenerate *docs.xml files.

2016-09-10  Murray Cumming  <murrayc@murrayc.com>

	Regenerate gtk .defs.

2016-09-10  Murray Cumming  <murrayc@murrayc.com>

	Regenerate gdk .defs.

2016-08-19  Murray Cumming  <murrayc@murrayc.com>

	Popover: Add popup() and popupdown().

	Deprecating get/set_transitions_enabled().

2016-08-19  Murray Cumming  <murrayc@murrayc.com>

	Regenerate GTK+ .defs.

2016-08-11  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Clipboard::wait_for_uris(): Fix the documentation

	The description of the return value was not very good, when it was copied
	from the gtk+ doc, and it got worse when gmmproc started removing
	sentences with "g_strfreev".

2016-08-07  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::RadioMenuItem, RadioToolButton: Add join_group()

	* demos/gtk-demo/example_iconbrowser.cc: Use join_group().
	* gtk/src/radiobutton.hg: Add property_group().
	* gtk/src/radiomenuitem.[ccg|hg]:
	* gtk/src/radiotoolbutton.[ccg|hg]: Add join_group(), constructors without
	a RadioButtonGroup parameter, and property_group(). Bug #769374

2016-08-05  Murray Cumming  <murrayc@murrayc.com>

	Tiny whitespace change.

2016-08-01  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Add the Gtk::ShortcutLabel widget

	* .gitignore: Add new generated .h and .cc files.
	* gtk/gtkmm.h: Add the shortcutlabel.h file.
	* gtk/src/filelist.am: Add the shortcutlabel.hg file.
	* gtk/src/shortcutlabel.[hg|ccg]: New files.

2016-08-01  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Regenerate gtk_signals.defs

	tools/extra_defs_gen/generate_defs_gtk.cc: Add GTK_TYPE_SHORTCUT_LABEL.
	gtk/src/gtk_signals.defs: Regenerate.

2016-08-01  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::FileChooser, Menu, ScrolledWindow: Wrap new methods

	* gtk/src/filechooser.[ccg|hg]: Add the 'choice' methods.
	* gtk/src/menu.hg: Add popped_up_*() methods and signal, and new properties.
	* gtk/src/scrolledwindow.hg: Add max_content_width/height() methods and
	properties.
	* gtk/src/targetlist.hg: _IGNORE(gtk_target_list_add_table). It has been
	wrapped in a hand-coded method for a long time.

2016-08-01  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk: Regenerate docs.xml and the .defs files

2016-08-01  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Wrap enum GdkAnchorHints

	enum Gtk::AnchorHints is used in a new property in Gtk::Menu.

2016-08-01  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gdk: Regenerate docs.xml and the .defs files