2.21.7:

2010-08-30  Murray Cumming  <murrayc@murrayc.com>

	gtkmm: Added new methods wrapping new C functions.

	* gtk/src/button.hg: Added get_event_window().
	* gtk/src/expander.hg: Added get/set_label_fill() and property.
	* gtk/src/notebook.hg: Added get_tab_hborder() and get_tab_vborder().
	* gtk/src/printunixdialog.hg: Added get_manual_capabilities().
	* gtk/src/statusbar.hg: Added remove_all_messages().
	* gtk/src/table.hg: Added get_size().
	* gtk/src/textview.hg: Added get_hadjustment(), get_vadjustment(),
  im_context_filter_keypress(), reset_im_context().
	* gtk/src/viewport.hg: Added get_view_window().
	* gtk/src/widget.hg: Added send_focus_change().

2010-08-30  Murray Cumming  <murrayc@murrayc.com>

	gdkmm: Window: Wrap new C functions.

	* gdk/src/window.hg: Added get_composited(), is_input_only(), is_shaped(),
  has_native(), get_modal_hint(), get_background_pattern(),
  coords_to_parent(), coords_from_parent(),
  get_effective_parent(), get_effective_toplevel(), create_similar_surface(),
  get_accept_focus(), get_focus_on_map().

2010-08-30  Murray Cumming  <murrayc@murrayc.com>

	gdkmm: Color: Deprecate rgb_find_color().

	* gdk/src/color.[hg|ccg]: rgb_find_color(): Deprecate this because it
  is deprecated in GTK+.

2010-08-29  Murray Cumming  <murrayc@murrayc.com>

	gdkmm: Wrapped new Device and Display methods.

	* gdk/src/cursor.hg: Added get_cursor_type().
	* gdk/src/device.[hg|ccg]: Added get_key(), get_axis_use(), get_n_axes().
	* gdk/src/filelist.am:
	* gdk/src/gdk_pixbuf_methods.defs: Regenerated with h2defs.py
	* tools/m4/convert_gdk.m4: Added DeviceManager conversions.
	* gtk/src/widget.hg: Added const version of get_accessible().

2010-08-29  Murray Cumming  <murrayc@murrayc.com>

	Regenerated function .defs files.

	* gdk/src/gdk_methods.defs:
	* gtk/src/gtk_methods.defs: Regenerated.

2010-08-29  Murray Cumming  <murrayc@murrayc.com>

	Gdk: RgbCMap: Deprecate.

	* gdk/src/rgbcmap.[hg|ccg]: Deprecate this because it is deprecated in
	GTK+. This fixes the build with fatal warnings.

2010-08-04  Armin Burgmeier  <armin@arbur.net>

	Add missing include paths to MSVC property sheets.

	* win32_installer/gtkmm-vc80-2_4.vsprops:
	* win32_installer/gtkmm-vc80-d-2_4.vsprops:
	* win32_installer/gtkmm-vc90-2_4.vsprops:
	* win32_installer/gtkmm-vc90-d-2_4.vsprops: Add lib/pangomm-1.4/include
	and include/freetype2 to inculde paths.

	* win32_installer/install-msvc-module: Update for gtkmm 2.20.3.

2010-08-04  Armin Burgmeier  <armin@arbur.net>

	Fixed using stock items with MSVC. Bug #625489.

	* gtk/gtkmmconfig.h.in: Make sure we define GTKMM_API to
	__declspec(dllimport) also with MSVC when building gtkmm.


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

	Fix build errors when deprecated API is disabled.

	* gtk/src/notebook.[hg|ccg]:
	* gtk/src/table.hg: Remove the ifdefs from the PagesList and TableList class
	declarations because we must keep the un-ifdefed member variable to preserve
	ABI.

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

	Deprecate Notebook::pages() and Table::children().

	* gtk/src/notebook.[hg|ccg]:
	* gtk/src/table.[hg|ccg]: Deprecate the STL-style accessors.