2.14.4 (stable): Gtk: * Builder: - get_widget_derived(): Reference-counting correction. - create_from_file(), add_from_file(), create_from_string(), add_from_string(): Add method overloads that take a char* for the object ID, to avoid ambiguity so these can actually be used. * Container: Avoid unnecessary warnings about an unimplemented remove vfunc in custom container widget classes. (Daniel Elstner) * Printer::enumerate_printers(): Fix a refcounting problem found by Tor Krill. (Armin Burgmeier) * Stock: ORIENTATION_PORTRAIT, ORIENTATION_LANDSCAPE, ORIENTATION_REVERSE_LANDSCAPE, and ORIENTATION_REVERSE_PORTRAIT, avoiding undefined reference errors when trying to use these. (Murray Cumming) Bug #568416 (Tao Wang). * StockID: Actually implement operator bool. * TextBuffer: Actually implement the const get_text(bool). Build: * Fixed the build without exceptions. (Murray Cumming, Daniel Elstner) * Reduce the pangomm dependency because we don't really need a newer one. (Murray Cumming) * Update the Maemo-specific API for Maemo Fremantle. (Daniel Elstner)