2.10.11:

2007-07-30  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/textbuffer.ccg:
	* gtk/src/textbuffer.hg: Removed the maemo-specific methods, because they have 
	been removed from the maemo GTK+ 2.10, in favour of the new regular GTK+ 2.10 
	methods. See http://live.gnome.org/Maemo/Gtk210Migration#M30
	get_can_paste_rich_text(), set_can_paste_rich_text(), 
	set_rich_text_format(), set_rich_text_format_all().
	
2007-06-10  Kalle Vahlman  <zuh@iki.fi>

	* tests/property_notification/main.cc: #ifdef out the use of the regular property API 
	if properties are disabled.

2007-05-26  Jonathon Jongsma  <jjongsma@gnome.org>

	* gtk/src/gtk_docs_override.xml: update documentation for some FileChooser
	methods which incorrectly stated that the returned list of strings needs to
	be freed with Glib::free()

2007-05-03  Murray Cumming  <murrayc@murrayc-desktop>

        * docs/tutorial/gtkmm-tut.xml: Basics: Split part of the example section into 
        a Headers and Linking section, with slightly fuller information.
        libglademm section: Describe what you need to include and link for libglademm, 
        and link back to the basics section that I just created.