2013-10-22 Murray Cumming Revert "Gdk::Pixbuf: Add create_from_resource() methods." This reverts commit d337e152d165d749add4a8a4b0cb61a957d271cc. This should have been in the master branch. We do not add API to stable releases. 2013-10-22 Murray Cumming Gdk::Pixbuf: Add create_from_resource() methods. * gdk/src/pixbuf.hg: Wrap gdk_pixbuf_new_from_resource() and gdk_pixbuf_new_from_resource_at_scale(). * configure.ac: Require the gdk-pixbuf version that has these new functions. 2013-10-21 Murray Cumming Avoid including deprecated stockid.h For non-deprecated classes with deprecated methods that take the (deprecated) StockID, just add a typedef instead of including stockid.h. The undef hack is not enough to deal with common situations. 2013-10-21 Murray Cumming Deprecate some more methods that use (deprecated) StockID. * gtk/src/radioaction.hg: * gtk/src/recentaction.hg: Deprecate constructors and methods that take StockID. This should not be an API break because you could not use these deprecated methods if you had disabled deprecated API, because they took a deprecated type as parameter.