3.3.2 (unstable):

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

	Fix make check

	* demos/gtk-demo/example_appwindow.cc:
	* demos/gtk-demo/example_dialog.cc:
	* demos/gtk-demo/example_drawingarea.cc:
	* demos/gtk-demo/example_menus.cc:
	* demos/gtk-demo/example_panes.cc:
	* demos/gtk-demo/example_sizegroup.cc: Replace Table with Grid.
	Remove use of TearOffMenuItems. Replace use of Gdk::Window::get_pointer().
	I have no idea if this actually works but it builds.

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

	Avoid some more deprecation warnings with the recent GTK+.

	* gdk/src/window.hg: Deprecate get_pointer().
	* gtk/gtkmm/treeview_private.cc: Include glibmm.h first.
	* gtk/src/assistant.hg: Fix the formatting of the deprecation comments.

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

	Deprecate HandleBox and TearOffMenuItem.

	* gtk/src/handlebox.hg:
	* gtk/src/tearoffmenuitem.hg: Deprecate these completely, without replcement,
	because that has happened in GTK+.
	* gtk/src/uimanager.hg: Deprecate set/get_add_tearoffs().

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

  Avoid some deprecation warnings with the recent GTK+.
    
	* gtk/src/fontselection.hg:
  * gtk/src/hvbox.hg:
	* gtk/src/hvbuttonbox.hg:
	* gtk/src/hvpaned.hg:
	* gtk/src/hvscale.hg:
	* gtk/src/hvscrollbar.hg:
	* gtk/src/hvseparator.hg:
	* gtk/src/menuitem.hg:
	* gtk/src/scrollbar.hg:
	* gtk/src/table.hg: Add GTK_DISABLE_DEPRECATION_WARNINGS where we already
  undef GTK_DISABLE_DEPRECATED in SECTION_CC_PRE_INCLUDES.
	* gtk/src/assistant.hg: Do the same here because set_page_header_image() and
  friends are deprecated.

2011-10-25  Murray Cumming  <murrayc@murrayc.com>

	make check: Use xmllint to check the generated .html documentation.

	* tests/test_validate_docs_xhtml.sh: Add a small script to run xmllint.
	* Makefile.am: Run this script during make check.

2011-10-25  Murray Cumming  <murrayc@murrayc.com>

	Add #includes needed with the latest glibmm.

	* gdk/src/color.hg:
	* gdk/src/pixbuf.hg:
	* gdk/src/pixbufanimationiter.hg:
	* gdk/src/pixbufformat.hg:
	* gdk/src/rectangle.hg:
	* gdk/src/rgba.hg:
	* gdk/src/types.hg:
	* gtk/gtkmm/object.h:
	* gtk/gtkmm/stock.cc:
	* gtk/gtkmm/stockid.h:
	* gtk/src/border.hg:
	* gtk/src/enums.hg:
	* gtk/src/main.hg:
	* gtk/src/papersize.hg:
	* gtk/src/textattributes.hg: Add individual includes now that gmmproc does not 
	add #include glibmm.h at the top of every generated header.

2011-10-13  Murray Cumming  <murrayc@murrayc.com>

	Deprecate Gtk::Table in favour of Gtk::Grid.

	* gtk/src/table.hg: Deprecate the whole thing.

2011-10-18  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Undo removal of 'constversion' in Gtk::Dialog::get_vbox().

	* gtk/src/dialog.hg: Insert 'constversion' in get_vbox() const, because
	a bug in gmmproc has been fixed in glibmm 2.29.13. Bug #657751, comment 8.

This is the master branch, for gtkmm 3.3/4. See also the gtkmm-3-2 branch.