2.9.7: Gtk: * Notebook: Added page_reordered, page_removed, and page_added signals. * PrintContext: Renamed the const get_cairo() to get_cairo_context(), to match the original. * PrintOperation: run(): Added a default value. (Marko Anastasov) * SelectionData: Added targets_include_rich_text(). * SizeGroup: Added get/set_ignore_hidden(). * StatusIcon: Added size_changed signal. (Murray Cumming) Documentation: * Add links to gtkmm_hello and gnomemm_hello programs. * Fixed the sentence explaining disconnect() in the Timeouts chapter. * Typo correction in the Clipboard chapter (Gezim Hoxha) 2.9.6: Gtk: * Label: Added get/set_line_wrap_mode() and property. * MenuShell: Added get/set_take_focus() and property. * MessageDialog: Added set_image() and property. * StatusIcon: Added get_geometry(). * TreeView: Added get/set_rubber_banding(), get/set_grid_lines(), get/set_enable_tree_lines(). Added properties for show-expanders, level-indentation, rubber-banding, enable-grid-lines, and enable-tree-lines. (Murray Cumming) * PrintJob: send_job(): No longer throws an exception. * PrintUnixDialog: Added add_custom_tab() overload that takes a ustring. * Printer: Added get_job_count(), and enumerate_printers(), and others. * Printsettings: - Put the standard settings in a member class so they can be used as Gtk::PrintSettings::Keys::SOMETHING. - Remove get/set_print_to_file(). * PrintOperation: Added a version of run() without the Window parameter. * PrintOperationPreview: New class. (Most printing stuff: Marko Anastasov)