2.12.6: 2008-03-28 Tim Retout * pango/src/attributes.hg (gobj): Return 'const PangoAttribute*' rather than 'PangoAttribute* const'. Fixes g++ 4.3 warning. Bug #524874. 2008-03-21 Deng Xiyue * docs/tutorial/gtkmm-tut.xml: Fix gtkmm name in Debian/Ubuntu: libgtkmm2.4-dev -> libgtkmm-2.4-dev. 2008-03-08 Murray Cumming * gtk/src/container.ccg: remove_callback(): When just calling the C callback, because the C++ object has already been destroyed, don't even call the C callback if the GType is exactly GtkContainer. This avoids a useless warning from GTK+ about an unimplemented remove() default signal handler. This happens when deriving from Gtk::Container - remove() really is implemented - it's just that we don't call our own implementation when that would be impossible. Bug #518002 (Jonathon Jongsma). 2008-03-04 Jonathon Jongsma * Makefile.am: updated the 'release' taget to give a little bit more helpful error messages 2008-02-29 Jonathon Jongsma * Makefile.am: add a 'release' target to the makefile. This target will do a distcheck, and if successful it will tag the repository with the current release number and upload the tarball to master.gnome.org 2008-02-29 Murray Cumming * gtk/README: Added some text about the maintainer-mode build, suggested by Tim Mooney.