2013-09-20  Murray Cumming  <murrayc@murrayc.com>

	3.9.16

2013-09-19  Murray Cumming  <murrayc@murrayc.com>

	ListBox: Add append() for clarity

	* gtk/src/listbox.[hg|ccg]:
	Even though it is not in the GTK+ API.

2013-09-19  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Add Gtk::ListBox and Gtk::ListBoxRow.

	* .gitignore: Add new generated files in gtk/gtkmm/.
	* gtk/gtkmm.h: Add listbox.h and listboxrow.h.
	* gtk/src/filelist.am: Add listbox.hg and listboxrow.hg.
	* gtk/src/gtk_signals.defs: Regenerate with GtkListBox's and GtkListBoxRow's
	signals and properties.
	* tools/extra_defs_gen/generate_defs_gtk.cc: Add GTK_TYPE_LIST_BOX and
	GTK_TYPE_LIST_BOX_ROW.
	* tools/m4/convert_gtk.m4: Add conversions for GtkListBoxRow.
	* docs/reference/images/widgets/listbox1.png:
	* gtk/src/listbox.[hg|ccg]:
	* gtk/src/listboxrow.[hg|ccg]: New files. Bug #708115.

2013-09-19  Murray Cumming  <murrayc@murrayc.com>

	Update .gitignore

2013-09-19  Murray Cumming  <murrayc@murrayc.com>

	Add missing files

2013-09-18  Andrew Potter  <agpotter@gmail.com>

	Gtk::Stack and StackSwitcher: Add wrapper

	* gtk/gtkmm.h: add stack.h and stackswitcher.h
	* gtk/src/enums.hg: wrap StackTransitionType
	* gtk/src/filelist.am: add stack.hg stackswitcher.hg
	* gtk/src/gtk_signals.defs: Regenerate
	* gtk/src/stack.ccg:
	* gtk/src/stack.hg:
	* gtk/src/stackswitcher.ccg:
	* gtk/src/stackswitcher.hg:
	* tools/extra_defs_gen/generate_defs_gtk.cc: Add stack and stackswitcher
	* tools/m4/convert_gtk.m4: Add conversions to/from Stack*

	Bug #704964

2013-09-18  Juan Rafael García Blanco  <juanrgar@FedoraMacBook.localdomain>

	Wrap GtkHeaderBar

	Bug #708194

2013-09-18  Juan Rafael García Blanco  <juanrgar@FedoraMacBook.localdomain>

	Wrap GtkPlacesSidebar (not complete)

	Bug #705642

2013-09-17  Murray Cumming  <murrayc@murrayc.com>

	Widget: Add remove_action_group().

	* gtk/src/widget.[hg|ccg]: Now that we know that
	gtk_widget_insert_action_group() can take NULL to mean this.
	See GTK+ bug #708150 .

2013-09-16  Murray Cumming  <murrayc@murrayc.com>

	Widget: Make insert_action_group() public.

	* gtk/src/widget.hg: Because it is convenient for me in Glom,
	where I need to call it in a helper function rather in the widget
	class itself, to avoid duplication.

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

	3.9.14