2009-10-04 Daniel Elstner Increment version to 2.18.2 and update news * configure.ac (AC_INIT): Increment version to 2.18.2. (LIBGTKMM_SO_VERSION): Reset revision and increment current and age to indicate that API has been added to the library. ({ATK,GDK,GTK}MM_MODULES): Tighten module version requirements to the recent stable releases of every module. (MM_PREREQ): Require mm-common 0.8. * NEWS: Write news entry for the gtkmm 2.18.2 release. 2009-10-04 Daniel Elstner Resurrect Widget::can_default() and can_focus() * gtk/src/widget.{ccg,hg} (Gtk::Widget::can_default): Wrap using _WRAP_METHOD(), thereby reintroducing the accidentally removed method implementation. (can_focus): Use _WRAP_METHOD() to bring back both the declaration and the implementation of this accidentally removed method. (get_allocation): Properly implement the accessor in terms of gtk_widget_get_allocation(). 2009-09-22 José Alburquerque gtkmm.h: Add infobar.h to list of includes. * gtk/gtkmm.h: Add infobar.h.