2.9.9:

2006-07-24  Murray Cumming  <murrayc@murrayc.com>

	* configure.in: Depend on glibmm 2.11.3 so that the new defines are available 
	for the (default) --enable-api-default-signal-handlers=yes case.
	* gtk/src/printcontext.hg:
	* gtk/src/printer.hg:
	* gtk/src/printjob.hg:
	* gtk/src/printoperation.hg:
	* gtk/src/printoperationpreview.hg:
	* gtk/src/printsettings.hg:
	* gtk/src/printunixdialog.hg: Use our special newin2p10 doxygen keyword.

2006-07-24  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/widget.hg: Moved the new composited_changed signal to the bottom 
	because that is where I like them, and because adding virtual methods in 
	the middle of other virtual methods changes the offsets of existing 
	virtual methods, breaking ABI. Also, used no_default_signal, to avoid 
	even having a virtual method, which would increase the object size, breaking 
	ABI. I have made this mistake before. This should fix bug #348241. 

2006-07-23  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* gtk/src/recentmanager.hg: change API to use overloaded functions instead
	of different function names.  RecentManager::add_full() was changed to
	RecentManager::add_item() per discussion on mailing list.

2006-07-20  Marko Anastasov <marko@marko.anastasov.name>

	* gtk/src/printoperation.hg: Added the forgotten refreturn for
	get_print_settings(), which fixes a part of #347857.

2006-07-20  Marko Anastasov <marko@marko.anastasov.name>

	* examples/book/printing/advanced/examplewindow.h:
	* examples/book/printing/advanced/previewdialog.cc:
	* examples/book/printing/advanced/printformoperation.cc:
	* examples/book/printing/simple/printformoperation.cc:
	Replaced calls to pango_cairo_* functions with their wrappers;
	removed some unnecessary comments.

2006-07-20  Marko Anastasov <marko@marko.anastasov.name>

	* gtk/src/widget.hg: Fixed a typo for input_shape_combine_mask(),
	to wrap the right GTK method.

2006-07-19  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/container.ccg:
 	* gtk/src/entrycompletion.ccg:
	* gtk/src/entrycompletion.hg:
	* gtk/src/widget.ccg: Put custom default signal handlers in #ifdefs so that 
	gtkmm builds when --enable-api-default-signal-handlers was used with glibmm.

2006-07-19  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/spinbutton.hg: Wrap the new wrapped signal, without 
	a default handler because that would break ABI.

2006-07-18  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* examples/*: reverted changes to includes in example programs