2.11.3:

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-02-10  Murray Cumming  <murrayc@murrayc.com>

	* gdk/src/types.hg: Add ListHandle_AtomString intermediate container 
	type.
	* gdk/src/dragcontext.ccg:
	* gdk/src/dragcontext.hg: get_targets(),
	* gtk/src/selectiondata.hg: 
	* gtk/src/selectiondata.ccg: get_targets(): Use ListHandle_AtomString with appropriate 
	ownership instead of the current faulty code. This changes the return type, and 
	therefore changes the API and ABI of this method, but it is not possible that 
	anyone was using these functions until now, due to the brokenness.
	Bug #399403 (Yannick Guesnet)

2007-06-10  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/action.ccg:
	* gtk/src/action.hg: Added create_menu().
	* gtk/src/printer.hg: Added list_papers().

	* docs/tutorial/gtkmm-tut.xml: In the gmmproc chapter, mention the optional text 
	for the _WRAP_METHOD() deprecated parameter.

2007-06-10  Murray Cumming  <murrayc@murrayc.com>

	* gtk/gtkmm/treemodelcolumn.h: Added a comment about the difficulty of using 
	a static instance.
	* gtk/src/notebook.hg: Added const versions of get_n_pages() and page_num(), 
	deprecating the non-const methods. Bug #442284 (Tomasz Ostrowski).
	* gtk/src/scalebutton.hg: Use refresult instead of refreturn. Maybe gmmproc 
	should not ignore unknown options.

2007-06-10  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/scalebutton.hg: Added the constructor now that 
	gtk_scale_button_new() has been fixed in GTK+.

2007-06-09  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/cellrendererprogress.hg: Added pulse, text-xalign, and 
	text-yalign properties.
	* gtk/src/entrycompletion.hg:
	* gtk/src/entrycompletion.ccg: Added set_inline_selection(), 
	and get_inline_selection(). 
	Added cursor_on_match signal, though without a default signal 
	handlers, to preserve ABI.
	Added inline-selection property.
	* gtk/src/range.hg: Added set_show_fill_level(), get_show_fill_level(),
	set_restrict_to_fill_level(), get_restrict_to_fill_level(), 
	set_fill_level(), get_fill_level().
	Added show-fill-level, restrict-to-fill-level, and 
	fill-level properties.
	* gtk/src/texttag.hg: Added paragraph-background, 
	paragraph-background-gdk, paragraph-background-set, 
	accumulative-margin properties.
	* gtk/src/treeview.hg: Added set_show_expanders(), get_show_expanders(), 
	set_level_indentation(), get_level_indentation().

2007-06-09  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/Makefile_list_of_hg.am_fragment:
	* gtk/src/recentaction.ccg:
	* gtk/src/recentaction.hg: Added RecentAction.
	* gtk/src/scalebutton.ccg:
	* gtk/src/scalebutton.hg: Added ScaleButton.
	* gtk/src/volumebutton.ccg:
	* gtk/src/volumebutton.hg: Added VolumeButton.

2007-06-09  Murray Cumming  <murrayc@murrayc.com>

	* gtk/gtkmm/stock.cc:
	* gtk/gtkmm/stock.h: Added DISCARD, ORIENTATION_PORTRAIT, 
	ORIENTATION_LANDSCAPE, ORIENTATION_REVERSE_LANDSCAPE, 
	ORIENTATION_REVERSE_PORTRAIT, SELECT_ALL

2007-06-06  Jonathon Jongsma  <jjongsma@gnome.org>

	* docs/tutorial/gtkmm-tut.xml: updated the internationalization section
	slightly, prompted by some discussion / criticism on gtkmm-list.  There's
	probably more that could be done here still.  I mostly worked on the wording
	to make it flow a bit better and added a bit more explanatory text.