2.19.4:

2010-01-25  Murray Cumming  <murrayc@murrayc.com>

	Range, StatusIcon: Added new methods.

	* gtk/src/gtk_methods.defs: Regnerated with h2defs.py
	* gtk/src/range.[hg|ccg]: Added get/set_slider_size_fixed(), 
	get/set_min_slider_size(), get_slider_range(), get_range_rect().
	* gtk/src/statusicon.hg: Added set_name()

2010-01-25  Murray Cumming  <murrayc@murrayc.com>

	Added EntryBuffer and used it in the Entry API.

	* gtk/src/entrybuffer.[hg|cc]: Added EntryBuffer. GtkEntryBuffer was 
	actually added to GTK+ 2.18, but we didn't wrap it until now.
	* gtk/src/entry.hg: Aded get/set_buffer(), propery, and new constructor.

2010-01-25  Murray Cumming  <murrayc@murrayc.com>

	Entry: Added get_text_window() and get_icon_window().

	* gtk/src/entry.hg: Added get_text_window() and get_icon_window().

2010-01-19  Murray Cumming  <murrayc@murrayc.com>

	Updated gtk_docs.xml to get API reference for new methods.

	* gtk/src/gtk_docs.xml: Regnerated with docextract_to_xml.py.

2010-01-19  Murray Cumming  <murrayc@murrayc.com>

	Wrapped some new GTK+ functions.

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py
	* gtk/src/action.hg: Added get/set_always_show_image() and property.
	* gtk/src/fontselection.hg: Added get_family_list(), get_face_list(), 
	get_size_list(). Reimplemented get_size_entry() and get_preview_entry() 
	using new functions instead of struct fields.
	Added get_family() and get_face().
	* tools/m4/convert_pango.m4: Added necessary FontFace and FontFamily 
	conversions.
	* gtk/src/printcontext.hg: Added get_hard_margins().
	* gtk/src/widget.[hg|ccg]: Added has_rc_style(), wrapping the new C function, 
	deprecating rc_style().
	* gtk/src/window.hg: Added get_icon_name() and icon_name property.
	* gtk/src/toolpalette.hg: set_drag_source(), add_drag_dest(): 
	Add suitable default parameter values.

2010-01-16  Murray Cumming  <murrayc@murrayc.com>

	ToolItemGroup: Slight API improvements.
  
	* gtk/src/toolitemgroup.[hg|ccg]: Added insert() with no position parameter.
	get_item_position(): Made this const.
	
2010-01-14  Murray Cumming  <murrayc@murrayc.com>

	Added OffscreenWindow. Added Window::get/set_mnemonics_visible().

	* gtk/src/offscreenwindow.[hg|ccg]: Added this, wrapping 
	GtkOffscreenWindow.
	* gtk/gtkmm.h: Include offscreenwindow.h.
	* gtk/src/window.hg: Added get/set_mnemonics_visible().
	Added mnemonics, accept-focus, and focus-on-map properties.

2010-01-14  Murray Cumming  <murrayc@murrayc.com>

	Fix build with latest GTK+.

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py
	* gtk/src/toolpalette.hg: Fix the build with latest GTK+.
	* tools/m4/convert_gtk.m4: Added necessary conversions.

2010-01-05  Murray Cumming  <murrayc@murrayc.com>

	Deprecate some methods that wrap deprecated C functions.

	* gtk/src/button.hg:
	* gtk/src/notebook.[hg|ccg]:
	* gtk/src/recentmanager.hg:
	* gtk/src/scalebutton.hg:
	* gtk/src/widget.[hg|ccg]: Deprecate some more methods, noticed in the 
	gtkmm-3maybe branch, where there are no undefs.