2.6.9:

2006-05-18  Murray Cumming  <murrayc@murrayc.com>

	* gdk/src/pixbufloader.hg: Add _CONVERSION() needed by write(), now that 
	glibmm actually does the conversion.
	* gtk/src/editable.hg: Use _VFUNC_H() as we did before the big #ifdef changes. 
	There is no need to stop using it, and it keeps the vfunc order the same as before.
	* gtk/src/menuitem.ccg: Fix extra characters after the #endif.

2006-05-16  Murray Cumming  <murrayc@murrayc.com>

        * gtk/src/actiongroup.ccg: add(): Pass char** instead of char*.

2006-05-16  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/actiongroup.ccg: add(): Use NULL instead of 0 with g_object_get(), to 
	avoid the warning about a missing sentinel.

2006-05-16  Murray Cumming  <murrayc@murrayc.com>
  
	* gtk/src/actiongroup.ccg: add(): Use g_object_get(), not 
	g_object_get_data() to get property data. Fixes a memory corruption crash.
	This was another regression introduced by the optional API changes.
	Bug #341895 from Philip Langdale.