2.24.0:

2011-03-31  Murray Cumming  <murrayc@murrayc.com>

	Double spaces after .s are unnecessary.

	* docs/tutorial/C/gtkmm-tutorial-in.xml: Remove unnecessary spaces.

2011-03-31  Murray Cumming  <murrayc@murrayc.com>

	Fix a minor grammatical mistake in the ComboBox section.

	* docs/tutorial/C/gtkmm-tutorial-in.xml: is, not are.

2011-03-31  Murray Cumming  <murrayc@murrayc.com>

  Update for the removal of ComboBoxEntry.

	* examples/Makefile.am:
	* examples/book/comboboxentry/: Move these text/ and complex/ examples to
  * examples/book/combobox/entry_text/entry_text/ and entry_complex.
  * docs/tutorial/C/gtkmm-tutorial-in.xml: Combo Boxes: Update the examples
  paths and change the ComboBoxEntry section to a has-entry section.

2011-03-31  Murray Cumming  <murrayc@murrayc.com>

	Fix the build.

	* Makefile.am: Don't mention README.SUN because it was removed.

2011-03-18  Kalev Lember <kalev@smartlink.ee>

    ComboBox: Use set_entry_text_column() instead of set_text_column()

    * docs/tutorial/C/gtkmm-tutorial-in.xml:
    * examples/book/combobox/entry_complex/examplewindow.cc: Updated the
    files to use set_entry_text_column() instead of set_text_column() which
    was a leftover from ComboBoxEntry's removal.

2011-02-22  David King  <davidk@openismus.com>

	Add Gtk::Tooltip example to the tutorial

	* docs/tutorial/C/figures/tooltip.png:
	* docs/tutorial/C/gtkmm-tutorial-in.xml:
	* docs/tutorial/Makefile.am: Add an example for Gtk::Tooltip to the
	tutorial.

2011-02-16  David King  <davidk@openismus.com>

	Update AUTHORS, README and remove README.SUN

	* AUTHORS, README: Update.
	* README.SUN: Remove, as it refers only to an old version of gtkmm,
	not gtkmm-documentation.

2011-01-31  Kjell Ahlstedt <kjell.ahlstedt@bredband.net>

  Build: Check for mm-common.

  * autogen.sh: Add test that mm-common is installed.
  This fixes bug #628713 (Patricia Santana Cruz)