3.2.0:

2011-09-27  Murray Cumming  <murrayc@murrayc.com>

	Assistant: Deprecate some methods, because the C functions are deprecated.

	* gtk/src/assistant.hg: get/set_page_header_image(), 
  get/set_page_side_image(): Deprecate these.

2011-09-26  Murray Cumming  <murrayc@murrayc.com>

	Fix the build.

	* gtk/src/appchooserdialog.hg: Inlclude giomm/file.h.

2011-09-26  Murray Cumming  <murrayc@murrayc.com>

	Remove Application, because it is still not ready.

	* gtk/src/application.[hg|ccg]: Removed.
	* gio/src/window.hg:
	* gio/src/filelist.am:
	* goi/giomm.h: Do not mention it.
	See bug #637445#c29

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

	TreeView: Added unset_row_separator_func().

	* gtk/src/treeview.[hg|ccg]: Added unset_row_separator_func() because func 
	may be NULL.

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

	TreeView: set_row_separator_func(): Add some documentatino.

	* gtk/src/treeview.hg: Add documentation to the method and to the typedef, 
	based on the C documentation.
	However, this will not all be seen by people because of bug #657844, which 
	apparently is a regression in doxygen.