2.17.3:

2009-09-28  Murray Cumming  <murrayc@murrayc.com>

	Added InfoBar section.

	* docs/tutorial/C/figures/infobar.png: Added.
	* docs/tutorial/C/gtkmm-tutorial-in.xml: Miscellaneous Widgets: 
	Added an InfoBar sub-section, mostly just to mention the new example.

2009-09-28  Murray Cumming  <murrayc@murrayc.com>

	Examples: Do not use virtual on all methods.

	* examples/*.h: Removed unnecessary virtual keywords. I once thought 
	this was a good default, but changed my mind at some point.

2009-09-22  José Alburquerque  <jaalburqu@svn.gnome.org>

	Book: Add a Gtk::InfoBar example.

	* examples/book/infobar/examplewindow.cc:
	* examples/book/infobar/examplewindow.h:
	* examples/book/infobar/main.cc: Add these to exemplify the usage of a
	Gtk::InfoBar.
	* examples/Makefile.am (check_PROGRAMS): Add the new Gtk::InfoBar
	example to the check.
	(book_infobar_example_SOURCES): Declare the Gtk::InfoBar example
	sources.

2.17.3:

2009-09-16  Daniel Elstner  <daniel.kitta@gmail.com>

	Replace deprecated GTK+ symbols in example code

	* examples/book/box/main.cc (main): Do not use gtk_exit().
	* examples/book/custom/custom_container/mycontainer.{cc,h}:
	Substitute GType for GtkType.

2009-09-16  Daniel Elstner  <daniel.kitta@gmail.com>

	Do not use broken doc-dist-hook rule (bgo #574530)

	* docs/tutorial/Makefile.am (dist_noinst_DATA): List files formerly
	distributed through EXTRA_DIST or the doc-dist-hook rule included
	with gnome-doc-utils.make.
	(dist_tutorial_figures_DATA): Add "dist_" prefix.
	(dist-hook): Remove doc-dist-hook prerequisite.
	* docs/tutorial/docbook_phpwebnotes.xsl: Delete unused file.

2009-09-16  Daniel Elstner  <daniel.kitta@gmail.com>

	Do not overwrite image files of gtkmm install

	* Makefile.am (dist_images_DATA): Neither distribute nor install
	the files gtkmm_logo.gif and top.gif, as they are already included
	with gtkmm.
	* docs/images/{gtkmm_logo,top}.gif: Delete image files, as they
	are not used anywhere in gtkmm-documentation.

2009-09-16  Daniel Elstner  <daniel.kitta@gmail.com>

	Insert missing comma in Autoconf macro call

	* configure.ac (EXAMPLES_WXXFLAGS): Insert missing comma to separate
	the arguments passed to the MM_ARG_ENABLE_WARNINGS() macro.