1.9.2:

2010-10-27  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with a (future/patched) goocanvas.

	* goocanvas/src/canvas.hg: Don't wrap the set_scroll_adjustments signal,
	because it was only for internal use by GtkScrolledWindow and will be
	removed from GooCanvas soon.

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

	Fix the build with the latest gtkmm 3 API.

	* goocanvas/src/canvas.[hg|ccg]: Use Gtk::Adjustment via RefPtr.

2010-09-15  Murray Cumming  <murrayc@murrayc.com>

	Replace use of Gtk::AlignmentEnum with Gtk::Align.

	* goocanvas/src/table.[hg|ccg]:
	* goocanvas/src/tablemodel.[hg|ccg]: This fixes the build with
	gtkmm from git master.

2010-09-06  Murray Cumming  <murrayc@murrayc.com>

	Adapt to latest goocanvas API, using the new AnchorType enum.

	* goocanvas/src/libgoocanvas_enums.defs:
	* goocanvas/src/libgoocanvas_methods.defs:
	* goocanvas/src/libgoocanvas_signals.defs: Regenerated.
	* codegen/m4/convert_libgoocanvasmm.m4:
	* goocanvas/src/canvas.hg:
	* goocanvas/src/enums.hg:
	* goocanvas/src/text.[hg|ccg]:
	* goocanvas/src/textmodel.[hg|ccg]
	* goocanvas/src/widget.hg: Use AnchorType instead of Gtk::AnchorTYpe.

2010-09-02  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with the latest cairomm.

	* goocanvas/src/enums.[hg|ccg]: Remove the (unused) Value<Cairo::Pattern>
  specialization. Pattern should always (and is always) used via RefPtr
  anyway.