0.15.4: 2010-10-18 Murray Cumming Use non-deprecated Gtk::ALIGN_* for default parameters. * goocanvas/src/table.hg: * goocanvas/src/tablemodel.hg: Replace ALIGN_LEFT/TOP with ALIGN_START. 2010-10-18 Murray Cumming Fix the build with fatal warnings with gtkmm 2.22. * goocanvas/src/bounds.hg: * goocanvas/src/canvas.hg: * goocanvas/src/item.[hg|ccg]: * goocanvas/src/itemmodel.[hg|ccg]: * goocanvas/src/itemsimple.hg: * goocanvas/src/style.hg: Rearranged the includes to fix the build with the awkard gdkmm deprecations. 2010-09-02 Murray Cumming Fix the build with the latest cairomm. * goocanvas/src/enums.[hg|ccg]: Remove the (unused) Value specialization. Pattern should always (and is always) used via RefPtr anyway.