2.23.91:

2011-02-02  Murray Cumming  <murrayc@murrayc.com>

	Button: undeprecated the clicked() method.

	* gtk/src/button.hg: gtk_button_clicked() is not deprecated. Fix that 
	mistake.
	Thanks to Aurimas ÄŒernius.

2011-02-02  Murray Cumming  <murrayc@murrayc.com>

	Image: Added constructor and a const-correct set(IconSet, size) method.

	* gtk/src/image.[hg|ccg]: set(IconSet, size): Deprecate the existing one 
	because it takes a non-const IconSet&, adding a correct method overload.
	Likewise, deprecate and replace the corresponding constructor.
	We use IconSet via RefPtr in gtkmm 3 anyway, so we have already fixed this 
	problem there.

2011-02-02  Murray Cumming  <murrayc@murrayc.com>

	Pixbuf: Minor documentation improvement.

	* gdk/src/pixbuf.hg: Dealt with a TODO comment.

2011-02-01  Murray Cumming  <murrayc@murrayc.com>

	ComboEntryText: Add append(), prepend() and insert().

	* gtk/gtkmm/comboboxentrytext.[h|cc]: Add append(), prepend() and insert() 
	to make this API more like the API in gtkmm, deprecating append_text(), 
	prepend_text() and insert_text(). Note that this whole class is deprecated 
	anyway.

2011-02-01  Murray Cumming  <murrayc@murrayc.com>

	Make sure that all deprecated API is in an ifdef.

	* gdk/src/display.ccg:
	* gdk/src/display.hg:
	* gdk/src/dragcontext.hg:
	* gdk/src/image.hg:
	* gtk/gtkmm/comboboxtext.cc:
	* gtk/src/treemodel.hg: Add ifdefs around all deprecated API, 
	making it easier to avoid using that API.

2011-02-01  Murray Cumming  <murrayc@murrayc.com>

	Gdk::Image: Added get_pixel().

	* gdk/src/image.hg: Added get_pixel(), wrapping 
	gdk_image_get_pixel(), deprecating get_mem() in favour of it.

2011-02-01  Murray Cumming  <murrayc@murrayc.com>

	Regenerated the XML files for the C API documentation.

	* gdk/src/gdk_docs.xml:
	* gtk/src/gtk_docs.xml: Regenerated with docextract_to_xml.py.

2011-02-01  Murray Cumming  <murrayc@murrayc.com>

	Documentation: Remove : from deprecation documentation.

	* gtk/src/colorselection.hg:
	* gtk/src/ruler.hg:
	* gtk/src/toolitem.hg:
	* gtk/src/widget.hg:
	* gtk/src/window.hg: Change @deprecated: to @deprecated.

2011-01-27  Murray Cumming  <murrayc@murrayc.com>

	ComboBox: Make the API more like the one in gtkmm 3.

	* gtk/src/combobox.[hg|ccg]: Added get_entry() and get_entry_text(), which 
	were already in gtkmm 3. 

2011-01-27  Murray Cumming  <murrayc@murrayc.com>

	Allow discovery of the installed m4 files.

	* gtk/gtkmm.pc.in: Add gmmprocm4dir, as we do in gtkmm 3, 
	because gtkmm-2.4 could be using the same newer glibmm that makes this 
	necessary.

2011-01-27  Murray Cumming  <murrayc@murrayc.com>

	ComboBoxText: Make this API more like the one in gtkmm 3.
	
	* gtk/gtkmm/comboboxtext.[h|cc]: Deprecate clear_items() in favour of 
	remove_all(), which is in gtkmm 3, because GTK+ 3 has that, now that GTK+ 3 
	has a real API for this.

2011-01-18  Murray Cumming  <murrayc@murrayc.com>

	Range: Added get/set_round_digits() and property.

	* gtk/src/range.hg: This API Is new in GTK+ in git master.